Skip to content

Releases: ngxs-labs/async-storage-plugin

0.1.1

13 Dec 16:32
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release

0.1.1 (2019-12-13)

Bug Fixes

  • migration: copy default state without readonly (4994c83)

0.1.0

13 Dec 09:48
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

0.1.0 (2019-12-13)

Bug Fixes

  • integration: migration example (f786b9e)

Features

  • migration: export migration type (#132) (7dd0eb4)
  • storage-options: use state classes as key (cf0cfa1)

0.0.3

12 Dec 11:10
Compare
Choose a tag to compare
0.0.3 Pre-release
Pre-release

0.0.3 (2019-12-12)

Features

  • integration: add migration example using key (727b02f)
  • migration: use default state value for master key otherwise get value for key (7d4bff3)
  • plugins: add ngxs-reset-plugin and logger plugin (699417e)

0.0.2

16 Oct 12:28
Compare
Choose a tag to compare
0.0.2 Pre-release
Pre-release

0.0.2 (2019-10-16)

Bug Fixes

Features

  • async-storage-plugin: add async storage engine implementation (kudos to @TomDemulierChevret) (20127d3)
  • engine: set custom engine compulsory in forRoot (3ef2b0b)
  • integration: add async storage provider with ionic storage (fdf2a75)
  • ionic: add ionic integration project (32520a5)
  • migration: migrate default state if value not already set (#118) (8207f74)
  • ng: support angular 8 (87be33b)
  • ngxs: add ngxs/store and current storage plugin implementation (4a0b179)
  • test: add storage plugin test (798a1c0)
  • test: add tests for async storage with custom engine (kudos to @TomDemulierChevret) (01d710d)