Skip to content

Releases: abarghoud/ngx-reactive-form-class-validator

v1.8.2

24 Jun 19:06
31ea6f3
Compare
Choose a tag to compare

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 to 0.14.0. We strongly recommend updating class-validator to 0.14.0 or later to ensure the security of your application.

v1.8.1

23 Jun 10:35
658413e
Compare
Choose a tag to compare

Changes

Dependency Updates

v1.8.0

04 Jun 21:15
e63de5e
Compare
Choose a tag to compare

New

v1.7.0

14 Mar 21:10
2d23b29
Compare
Choose a tag to compare

Changes

New

v1.6.0

31 May 13:25
bc51271
Compare
Choose a tag to compare

Changes

New

v1.5.0

31 May 12:34
81fb5ca
Compare
Choose a tag to compare

Changes

v1.4.1

07 Dec 00:18
0289772
Compare
Choose a tag to compare

Changes

v1.4.0

24 Aug 14:24
7227c14
Compare
Choose a tag to compare

Changes

  • Upgrade to V14 and adapt library to support typed and untyped reactive form (#22) @abarghoud

v1.3.0

01 Dec 22:42
acf808c
Compare
Choose a tag to compare

Changes

v1.2.0

10 Jun 22:42
d4aa583
Compare
Choose a tag to compare

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.