Releases: MrWolfZ/ngrx-forms
Releases · MrWolfZ/ngrx-forms
5.0.0-beta.2
5.0.0-beta.1
This is a beta release in preparation for the release of Angular 8.
Breaking Changes
- update peer dependencies to require Angular
>=8.0.0
- update peer dependencies to require TypeScript
>=3.4.0
Features
- refactor
FormState
andUnboxed
conditional type definitions to be simpler, which can improve build times and IDE performance
Build Improvements
- switch to ng-packagr for building the library
- add dtslint tests to ensure stability of
FormState
andUnboxed
types
4.1.0
4.0.2
4.0.1
3.2.2
4.0.0
3.2.1
3.2.0
3.1.0
Features
- add new option
never
forngrxUpdateOn
(ea0b284), see documentation for more details, thanks @Mr-Eluzive for their contribution in #119, closes #118