Skip to content

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

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.

v1.1.0

19 Nov 20:43
bed94c6
Compare
Choose a tag to compare

Changes

New

Documentation

v1.0.0

12 Nov 11:06
ceb231c
Compare
Choose a tag to compare

Dependency Updates

v0.0.9

05 Nov 21:05
Compare
Choose a tag to compare

Changes

Documentation

v0.0.8

05 Nov 16:09
d33dee4
Compare
Choose a tag to compare

Changes

Maintenance

  • chore: add configuration files for release drafter (#2) @abarghoud

v0.0.7

05 Nov 15:51
Compare
Choose a tag to compare

First version of the library.