5.0.0
This is a compatibility release for Angular 8 and TypeScript 3.4.
Breaking Changes
- update peer dependencies to require Angular
>=8.0.0 - update peer dependencies to require TypeScript
>=3.4.0
Features
- refactor
FormStateandUnboxedconditional type definitions to be simpler, which can improve build times and IDE performance (e9f504b), (24b25db)
Build Improvements
- switch to ng-packagr for building the library (2d126c5)
- add dtslint tests to ensure stability of
FormStateandUnboxedtypes (255c648)