Releases: benadamstyles/set-future-state
Releases · benadamstyles/set-future-state
Release 0.3.0
- Remove node 7 from travis build since it's unsupported by eslint (6b0d579)
- Remove * from flow type annotations (46ad287)
- Run readme through prettier (7ff5962)
- Fix imports in readme (1679789)
- fix(package): update recompose to version 0.28.1 (afef0fc)
- fix(package): update fluture to version 9.0.1 (9e73119)
- chore(package): update babel-plugin-add-module-exports to version 0.3.1 (c586b3b)
- chore(package): update eslint-plugin-eslint-comments to version 3.0.1 (b6c1db0)
- chore(package): update eslint to version 5.0.1 (6578d00)
- chore(package): update babel-jest to version 23.0.1 (fff1d9f)
- Update to node 10 in .travis.yml (0f03f55)
Release 0.2.6
Release 0.2.5
- Use babel in es6 build also, to transform class properties (which are not spec yet) (39c8d91)
Release 0.2.4
- Refactor Future class type def to interface, to prevent Flow complaining about Future defs from different sources (4d3b926)
Release 0.2.2
Release 0.2.1
- Include flow-typed defs in npm package (456ff94)
Release 0.2.0
- BREAKING: v0.2.0 is a complete rewrite of the API (though not the logic). This package now exports an inheritance inversion higher order component. See the README for details.
Release 0.2.0-rc.9
- handle CommonJS exports so users don’t have to import
.default
(98a0c5b)
Release 0.2.0-rc.8
- add
"react-native"
field as well (47d3e7a)
Release 0.2.0-rc.7
- add
"esnext"
field as well as"module"
(b28a7f7)