Skip to content

Releases: jamescostian/borrow-state

v2.0.2

08 Aug 19:29
v2.0.2
4ccb0a8

Choose a tag to compare

Changed

  • Remove the lib directory (it only had one file in it, which got moved to the root)

v2.0.1

08 Aug 19:03
v2.0.1
e007adc

Choose a tag to compare

Added

  • Test against Node v8-v10 (in addition to already testing v6 and v7)

Changed

  • Updated dependencies
  • Minor documentation improvements

v2.0.0

02 Jan 18:11
v2.0.0
35a7cd1

Choose a tag to compare

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

22 Dec 01:02
v1.0.3
834f210

Choose a tag to compare

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

06 Aug 15:54
v1.0.2
25008f2

Choose a tag to compare

Fixed

  • Prevent mutations on state after state.unblock() is called from having effects

v1.0.1

02 Jul 17:04
v1.0.1
4bd5864

Choose a tag to compare

Changed

  • Add support for browsers, fix minor things

v1.0.0

12 May 02:03
v1.0.0
9b19712

Choose a tag to compare

Added

  • Basic functionality, tests, etc.