Skip to content

Releases: amoreaulemay/fresh-store

v1.0.2

25 Aug 00:39
1aa59ea
Compare
Choose a tag to compare

Adds a new static method to generate a pointer. Store.newPointer()

Full Changelog: v1.0.1...v1.0.2

v1.0.1

22 Aug 13:29
Compare
Choose a tag to compare
  • Adds a static method to Store to generate a new Pointer address.

Full Changelog: v1.0.0...v1.0.1

v1.0.0

19 Aug 17:24
Compare
Choose a tag to compare

Stable version, with test coverage of 99%!

Full Changelog: v0.1.2...v1.0.0

v0.1.2

19 Aug 12:02
Compare
Choose a tag to compare

Overhaul to error handling and more tests

v0.1.1

05 Aug 13:29
Compare
Choose a tag to compare

Stable with a (partial) test suite.

Added:

  1. Test suite
  2. Full documentation
  3. CI with Github Actions

Full Changelog: v0.1.0...v0.1.1

v0.1.0

05 Aug 10:31
Compare
Choose a tag to compare

Stable and working

Full Changelog: v0.0.9-alpha...v0.1.0

v0.0.9-alpha

04 Aug 23:03
Compare
Choose a tag to compare
v0.0.9-alpha Pre-release
Pre-release

Complete TSDocs

v0.0.8-alpha

04 Aug 07:32
Compare
Choose a tag to compare
v0.0.8-alpha Pre-release
Pre-release

Dynamic import for polyfill, and partial documentation

v0.0.7-alpha

03 Aug 14:59
Compare
Choose a tag to compare
v0.0.7-alpha Pre-release
Pre-release

exported interface StoreOptions

v0.0.6-alpha

03 Aug 14:56
Compare
Choose a tag to compare
v0.0.6-alpha Pre-release
Pre-release

Complete rewrite of useStore, !! Breaking changes