Skip to content

Commit 2747cc3

Browse files
Merge pull request #146 from ArturAssisComp/main
Improve documentation readme about migration
2 parents 46a2833 + 8ec777e commit 2747cc3

File tree

137 files changed

+8903
-3536
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

137 files changed

+8903
-3536
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 12.0.0
4+
- Deprecated `FormBuilderValidators` class with its static methods as validators. Use `Validators` instead.
5+
- Created a new API for the validators.
6+
- Removed the `checkNullOrEmpty` parameter.
7+
- Restructured validators (maintained some intact, removed others, split some into elementary ones)
8+
- Decoupled null check and type check from the remaining validators.
9+
- The migration guide can be found on `doc/api/migration` and the reference to the old API implementation on [this link]()
10+
311
## 11.2.0
412

513
- Fix password validator when not showing default error message

README.md

Lines changed: 289 additions & 185 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)