Releases: jamescostian/borrow-state
Releases · jamescostian/borrow-state
v2.0.2
v2.0.1
Added
- Test against Node v8-v10 (in addition to already testing v6 and v7)
Changed
- Updated dependencies
- Minor documentation improvements
v2.0.0
Added
- Support for Node v6 and beyond
- Support for setting an initial state
Changed
- Use Jest instead of tape + NYC
Removed
- Support for versions of Node before 6
v1.0.3
Added
- More tests
Changed
- Use actual Promises instead of PromiseChains
- Make it more clear that unsafe mode allows for multiple calls of unblock() from (at least allegedly) read-only operations
- Switch code coverage tool from Istanbul to NYC
v1.0.2
Fixed
- Prevent mutations on
stateafterstate.unblock()is called from having effects
v1.0.1
Changed
- Add support for browsers, fix minor things
v1.0.0
Added
- Basic functionality, tests, etc.