2.6.1 (2023-11-28)
2.6.0 (2023-11-28)
- validator: add new noWhitespace validator function (ccf9840)
2.5.5 (2023-05-25)
- 🐛 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)
- ✨ add equal and equalTo validator functions (3bb8f77)
2.4.1 (2023-05-19)
- 🐛 add default validationMessagesComponent (6c18d8c)
2.4.0 (2023-05-19)
- ✨ add default validation message for range and url (b7e9522)
2.3.0 (2023-05-19)
- 🐛 resolve display duplicate validation message (728b7d1)
- ✨ 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)
- ✨ add url validator function (c8ee3c8)
2.1.0 (2023-05-18)
- add validate for angular material UI (b5347ee)
2.0.0 (2023-05-16)
- ✨ update validate function to suport bootstrap (db22ec7)
- add bootstrap validation message, change validator target selector
- 🤖 create initial files (7902d4a)
- remove NgxValidator class and use functions instead