Skip to content

Commit 7028911

Browse files
authored
1.1.1 (#29)
1 parent 84c9bd7 commit 7028911

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

README.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,9 @@ docs-soap is a small (1.5kb minified/gzipped), simple library that can be used t
44

55
This project was developed for use in a client-side project. To use in a Node environment, your project will also require [jsdom-global](https://www.npmjs.com/package/jsdom-global).
66

7-
### New in 1.1.0
7+
### New in 1.1.1
88

9-
* Moving to a webpack build instead of gulp/browserify, resolving webpack's warning about using minified files (#24)
10-
* Moving to CommonJS modules based on my new revelation that the webpack/Babel ESModule implementation is technically incorrect. The side-effect of this is this library no longer supports mixed exports. As such, if you are using `docs-soap` in a CommonJS environment you'll need to switch to importing the library via `require('docs-soap').default`.
11-
* We now suppport non-bundled builds! See the second below on using the package via a CDN. Obviously I recommend a module-bundling system, but I want to support as many people as possible.
12-
* Got rid of the changelog. Just take a look at the release tags if you want a history :)
9+
* The library now refers to a new `lib` directory that contains the sources after flow types have been stripped so consumers who have incompatible build processes can still use the source.
1310

1411
### Exported API
1512
```js

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs-soap",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "A utility for cleaning Google Docs clipboard content into valid HTML",
55
"author": "aem <[email protected]>",
66
"keywords": [

0 commit comments

Comments
 (0)