Aurelia Store Versions Save

Aurelia single state store based on RxJS

2.0.1

1 year ago

1.7.2

2 years ago

What's Changed

Full Changelog: https://github.com/aurelia/store/compare/1.71...1.7.2

1.71

2 years ago

Fixes devtools issue: drop deprecated window global; use typings from upstream (6ccae8a)

What's Changed

Full Changelog: https://github.com/aurelia/store/compare/1.7.0...1.71

1.7.0

3 years ago

aurelia-store 1.7.0 (2021-03-27)

Bug Fixes

  • pal: clear only store defined marks and measures (d395528)

1.6.0

4 years ago

aurelia-store 1.6.0

Features

  • devtools: basic dispatcher support (ca97e85)

1.5.0

4 years ago

aurelia-store 1.5.0

Features

  • devtools: implement redux devtools button handling (#104) (86b7eda)

1.4.0

4 years ago

aurelia-store 1.4.0

Features

  • dispatch: piped dispatch (4a78ad5)
  • polyfills: ship with object.entries polyfill (8ee1156)

1.3.5

4 years ago

aurelia-store 1.3.5

Bug Fixes

  • Add additional type-safety for the optional settings parameter of the localStorageMiddleware.

1.3.4

5 years ago

aurelia-store 1.3.4

Bug Fixes

  • dist: add umd-es2015, adjust unpkg field, umd build to es5 (741026c)

1.3.3

5 years ago
  • Some internal refactoring.