Skip to content

Releases: Nightapes/ngx-validators

v6.0.1 (2021-11-12)

12 Nov 22:05
Compare
Choose a tag to compare

v6.0.1 (2021-11-12)

Bug fixes

  • * fix broken angular 13 release (52253f5)

v6.0.0 (2021-11-12)

12 Nov 21:56
Compare
Choose a tag to compare

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)

09 Sep 20:26
Compare
Choose a tag to compare

v5.4.0 (2021-09-09)

Features

  • universal add type validator (a0ab4f8)

v5.3.0

09 Sep 20:09
Compare
Choose a tag to compare

v5.3.0 (2021-03-09)

Features

  • universal add min and max Date validators (8bb053)

v5.2.1 (2020-04-21)

21 Apr 18:49
b75c6af
Compare
Choose a tag to compare

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)

03 Apr 19:47
6958bb0
Compare
Choose a tag to compare

v5.2.0 (2020-04-03)

Features

  • directives allow directive inputs to be changed on runtime (6813a9e)

v5.1.1 (2020-01-14)

14 Jan 19:28
Compare
Choose a tag to compare

v5.1.1 (2020-01-14)

Bug fixes

  • release fix broken release 5.1.0 (a44bc38)

v5.1.0 (2020-01-11) [BROKEN]

11 Jan 18:01
fc12cca
Compare
Choose a tag to compare
Pre-release

v5.1.0 (2020-01-11)

Features

  • typescript add ValidationErrors as return value (fc12cca)

v5.0.0

22 Apr 13:00
6f7a564
Compare
Choose a tag to compare

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

23 Feb 18:18
77ec46a
Compare
Choose a tag to compare

4.4.0 (2019-02-23)

Features

  • mailcheck : add email suggestion validator, closes #44 (a2efa83)