Releases: Nightapes/ngx-validators
Releases · Nightapes/ngx-validators
v6.0.1 (2021-11-12)
v6.0.1 (2021-11-12)
Bug fixes
*
fix broken angular 13 release (52253f5)
v6.0.0 (2021-11-12)
v6.0.0 (2021-11-12)
BREAKING CHANGES
*
minimum version is now angular 13 because of update to ivy
introduced by commit:
update to angular 13 (ea36d39)
v5.4.0 (2021-09-09)
v5.4.0 (2021-09-09)
Features
universal
add type validator (a0ab4f8)
v5.3.0
v5.3.0 (2021-03-09)
Features
universal
add min and max Date validators (8bb053)
v5.2.1 (2020-04-21)
v5.2.1 (2020-04-21)
Bug fixes
directives
don't trigger validation changed on the first ngOnChanges call (221fda2)
v5.2.0 (2020-04-03)
v5.2.0 (2020-04-03)
Features
directives
allow directive inputs to be changed on runtime (6813a9e)
v5.1.1 (2020-01-14)
v5.1.1 (2020-01-14)
Bug fixes
release
fix broken release 5.1.0 (a44bc38)
v5.1.0 (2020-01-11) [BROKEN]
v5.1.0 (2020-01-11)
Features
typescript
add ValidationErrors as return value (fc12cca)
v5.0.0
5.0.0 (2019-04-22)
Bug Fixes
- universal-validator: limit min max to input type text (64d905b)
BREAKING CHANGES
- universal-validator: limit min/max valaidators to input type text, to avoid angular native implementation
v4.4.0
4.4.0 (2019-02-23)
Features
- mailcheck : add email suggestion validator, closes #44 (a2efa83)