Skip to content

Latest commit

 

History

History
95 lines (42 loc) · 3.54 KB

CHANGELOG.md

File metadata and controls

95 lines (42 loc) · 3.54 KB

2.6.1 (2023-11-28)

2.6.0 (2023-11-28)

Features

  • validator: add new noWhitespace validator function (ccf9840)

2.5.5 (2023-05-25)

Bug Fixes

  • 🐛 resolve version conflict issue (29f4021)

2.5.4 (2023-05-23)

2.5.3 (2023-05-23)

2.5.2 (2023-05-22)

2.5.1 (2023-05-22)

2.5.0 (2023-05-20)

Features

  • ✨ add equal and equalTo validator functions (3bb8f77)

2.4.1 (2023-05-19)

Bug Fixes

  • 🐛 add default validationMessagesComponent (6c18d8c)

2.4.0 (2023-05-19)

Features

  • ✨ add default validation message for range and url (b7e9522)

2.3.0 (2023-05-19)

Bug Fixes

  • 🐛 resolve display duplicate validation message (728b7d1)

Features

  • ✨ add transition message animation, remove angular material import (05a241f)
  • ✨ make the message parameter in the url validator function is optional (1cebbc6)

2.2.0 (2023-05-18)

Features

  • ✨ add url validator function (c8ee3c8)

2.1.0 (2023-05-18)

Features

  • add validate for angular material UI (b5347ee)

2.0.0 (2023-05-16)

Features

  • ✨ update validate function to suport bootstrap (db22ec7)

BREAKING CHANGES

  • add bootstrap validation message, change validator target selector

1.0.0 (2023-05-15)

chore

  • 🤖 create initial files (7902d4a)

BREAKING CHANGES

  • remove NgxValidator class and use functions instead