Releases: abarghoud/ngx-reactive-form-class-validator
Releases · abarghoud/ngx-reactive-form-class-validator
v1.2.0
Changes
Breaking
- Add options object with emitEvent flag to addControl and removeControl methods, see #15 (#16) @abarghoud
If your app has a custom class that extends ClassValidatorFormGroup class and override the above-mentioned methods, you may need to update your implementation to take the new options into account and make sure that overrides are compatible from a types perspective.
v1.1.0
Changes
- release: bump version to v1.1.0 (#13) @abarghoud
New
- feat: remove cerialize dependency (#10) @abarghoud
Documentation
- jsdoc for methods and class constructors (#12) @abarghoud
v1.0.0
Dependency Updates
- chore: support for angular 11 (#6) @abarghoud
v0.0.9
v0.0.8
Changes
- release: 0.0.8 (#3) @abarghoud
Maintenance
- chore: add configuration files for release drafter (#2) @abarghoud