Comparing version 3.3.5 to 3.3.6
@@ -0,1 +1,8 @@ | ||
3.3.6 / 2017-04-10 | ||
================== | ||
* [New] Rewrite using ES modules, new build system and project layout | ||
* [New] Add isPromise | ||
* [Deps] Update all dependencies | ||
* [Docs] Update README | ||
3.2.1 / 2017-02-27 | ||
@@ -2,0 +9,0 @@ ================== |
{ | ||
"name": "es-is", | ||
"version": "3.3.5", | ||
"version": "3.3.6", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "module": "index.mjs", |
@@ -17,8 +17,2 @@ # es-is <sup>[![Version Badge][npm-version-svg]][npm-url]</sup> | ||
### Note about importing modules | ||
Due to limitations with bundlers, rather than `import {isFunction} from 'es-is'` | ||
it's recommended that you import from module directly: `import isFunction from | ||
'es-is/function`. Hopefully as tree-shaking becomes more sophisticated, this | ||
will become unnecessary. | ||
## Installation | ||
@@ -29,9 +23,10 @@ | ||
```shell | ||
$ npm install is | ||
$ npm install es-is --save | ||
``` | ||
As a component | ||
```shell | ||
$ component install zeekay/is | ||
``` | ||
## Importing and usage with bundlers | ||
Due to limitations with bundlers, rather than `import {isFunction} from 'es-is'` | ||
it's recommended that you import from module directly: `import isFunction from | ||
'es-is/function`. Hopefully as tree-shaking becomes more sophisticated, this | ||
will become unnecessary. | ||
@@ -130,6 +125,5 @@ ## API | ||
## Contributors | ||
## License | ||
[MIT][license-url] | ||
- [Jordan Harband](https://github.com/ljharb) | ||
[is]: https://github.com/enricomarino/is | ||
@@ -148,4 +142,4 @@ [npm-url]: https://npmjs.org/package/es-is | ||
[license-image]: http://img.shields.io/npm/l/es-is.svg | ||
[license-url]: LICENSE.md | ||
[license-url]: LICENSE | ||
[downloads-image]: http://img.shields.io/npm/dm/es-is.svg | ||
[downloads-url]: http://npm-stat.com/charts.html?package=es-is |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
114177
0
142