- Bug fix: Fix warning around async cache write
- Performance: improve performance of state cache (writing time) for electron
- Bug fix: Fixes issue #17
- Feature: add cache attribute to initialize function
- Bug fix: Use production version of seamless-immutable when
process.env.NODE_ENV=production
#8
- Bug fix: Refrain from using browser specific tech #1
- Bug fix: Selectors Broken in *ngFor Components #5
- Bug fix: Lock down
rxjs
to 5.4.0
- Feature: Enable reducer function to return a function to get the current status
- Feature: Add
showError
flag to initialization options.
- bug fix: lastAction ends up on never ending recursive function call.
- Bug fix: Add polyfill for Symbol. Fixes statex with react native in android.
- Bug fix: Fix error handling for Action. Now dispatch() rejects with error
- Bug fix: DataObserver.ngOnInit() was not being called if it was overridden by child class
- let
ActionObserver
now returnObservable<any>
,Promise<any>
or the state itself as object - update
statex
packages in examples to^1.0.1
- first version with finalized APIs compatible with Angular & React both with and without TypeScript and decorators.
- change API for React with E6 and decorators
- initial version - ported from angular-reflux & react-reflux
- add react support
statex/react
- add angular support
statex/angular