Releases: abarghoud/ngx-reactive-form-class-validator
Releases · abarghoud/ngx-reactive-form-class-validator
v1.8.2
Changes
Dependency Updates
- Change class-validator peer dependency to include version ^0.14.0 that fixes a critical security issue (#41) @abarghoud
Security Update: We have updated our peer dependency for
class-validator
to^0.14.0
due to a critical security vulnerability in versions prior to0.14.0
. We strongly recommend updatingclass-validator
to0.14.0
or later to ensure the security of your application.
v1.8.1
Changes
- Release v1.8.1 (#39) @abarghoud
Dependency Updates
- Fix peer dependencies for v1.8.x version (#38) @abarghoud
v1.8.0
New
- Angular 18 support and nx 19 migration (#35) @abarghoud
v1.7.0
v1.6.0
v1.5.0
Changes
- Add support for Angular v15 (#26) @abarghoud
v1.4.1
v1.4.0
Changes
- Upgrade to V14 and adapt library to support typed and untyped reactive form (#22) @abarghoud
v1.3.0
Changes
- update to angular and nx v13 (#19) @abarghoud
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.