Skip to content

Latest commit

 

History

History
68 lines (38 loc) · 1.63 KB

CHANGELOG.md

File metadata and controls

68 lines (38 loc) · 1.63 KB

v1.1.8

  • Bug fix: Fix warning around async cache write

v1.1.7

  • Performance: improve performance of state cache (writing time) for electron

v1.1.6

  • Bug fix: Fixes issue #17

v1.1.5

  • Feature: add cache attribute to initialize function

v1.1.4

  • Bug fix: Use production version of seamless-immutable when process.env.NODE_ENV=production #8

v1.1.3

  • Bug fix: Refrain from using browser specific tech #1

v1.1.2

  • Bug fix: Selectors Broken in *ngFor Components #5

v1.1.1

  • Bug fix: Lock down rxjs to 5.4.0

v1.1.0

  • Feature: Enable reducer function to return a function to get the current status
  • Feature: Add showError flag to initialization options.

v1.0.5

  • bug fix: lastAction ends up on never ending recursive function call.

v1.0.4

  • Bug fix: Add polyfill for Symbol. Fixes statex with react native in android.

v1.0.3

  • Bug fix: Fix error handling for Action. Now dispatch() rejects with error

v1.0.2

  • Bug fix: DataObserver.ngOnInit() was not being called if it was overridden by child class

v1.0.1

  • let ActionObserver now return Observable<any>, Promise<any> or the state itself as object
  • update statex packages in examples to ^1.0.1

v1.0.0

  • first version with finalized APIs compatible with Angular & React both with and without TypeScript and decorators.

v0.0.2

  • change API for React with E6 and decorators

v0.0.1