@modular-toolkit/selectors
Advanced tools
Comparing version 2.0.0-beta.0 to 2.0.0-beta.1
# Changelog | ||
## 2.0.0 / 14 Mar 2018 | ||
* JS code now ES5 compatible (transpiled through Babel) | ||
* If you want to use the untranspiled code (highly recommended), us the *esnext* version, which is | ||
included in the same npm package ([more info here](http://2ality.com/2017/06/pkg-esnext.html)) | ||
## 1.0.0 / 9 Mar 2018 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@modular-toolkit/selectors", | ||
"version": "2.0.0-beta.0", | ||
"version": "2.0.0-beta.1", | ||
"description": "Utility functions for connecting selectors for a state object to a global Redux state", | ||
@@ -5,0 +5,0 @@ "esnext": "index-esnext.js", |
@@ -9,2 +9,7 @@ # selectors | ||
**Note:** by default, the npm package exposes ES5-compatible code (transpiled through Babel). | ||
If you want to use the untranspiled code (highly recommended), us the *esnext* version, which is | ||
included in the same npm package ([more info here](http://2ality.com/2017/06/pkg-esnext.html)). | ||
## API | ||
@@ -11,0 +16,0 @@ |
39608
60