Skip to content

v0.1.2 -- fixes `jsonify: false` and localStorage `Illegal Invocation` errors

Compare
Choose a tag to compare
@agilgur5 agilgur5 released this 19 Nov 19:49

Release

(pub): publish v0.1.2

- fixes ability to set jsonify to false
- fixes Illegal Invocation errors with the AsyncLocalStorage adaptor

- docs improvements
  - README only reports build status of master branch
  - adds more links in docs (mostly to storage engines)
  - adds CodeCov badge

- internal improvements
  - adds tests with 100% code coverage!
  - checks tests and code coverage w/ Travis and CodeCov
  - uses Node 10 Active LTS for CI
  - adds comment about shallow cloning

Changelog

  • [40e9912aa6] - (pub): publish v0.1.2 (Anton Gilgur)
  • [6c950c78d4] - (test): ensure node env w/ localStorage errors out (Anton Gilgur)
  • [8281b539b8] - (ci): use Node 10 Active LTS (Anton Gilgur)
  • [aa5120b08e] - (refactor/test): split persist options into own describe (Anton Gilgur)
  • [53aad0de1f] - (refactor/test): export fixtures as <name>F (Anton Gilgur)
  • [21d8872936] - (test): ensure persisted data is loaded from storage (Anton Gilgur)
  • [c83135bd46] - (ci/test): add CodeCov test coverage reporting (Anton Gilgur)
  • [6104acbc80] - (refactor/test): only ignore parts of AsyncLocalStorage (Anton Gilgur)
  • [2b4b78ac11] - (test): add code coverage configuration (Anton Gilgur)
  • [8ff0244d60] - (test): ensure jsonify can be set to false (Anton Gilgur)
  • [1398eaed9a] - (test): ensure snapshots are persisted properly (Anton Gilgur)
  • [514715e9b3] - (test): add initial test harness (Anton Gilgur)
  • [efb1cf60b0] - (fix): resolve AsyncLocalStorage Illegal Invocation errors (Anton Gilgur)
  • [6b1dd3b8b9] - (hotfix): jsonify shouldn't set false to true (Anton Gilgur)
  • [10d4cd7371] - (docs): add more links to various systems / APIs described (Anton Gilgur)
  • [a7b182241b] - (docs/fix): only report build status for master branch (Anton Gilgur)

v0.1.1...v0.1.2