v1.1.8
April 20, 2018 ยท View on GitHub
- 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
rxjsto 5.4.0
v1.1.0
- Feature: Enable reducer function to return a function to get the current status
- Feature: Add
showErrorflag 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
ActionObservernow returnObservable<any>,Promise<any>or the state itself as object - update
statexpackages 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
- initial version - ported from angular-reflux & react-reflux
- add react support
statex/react - add angular support
statex/angular