Skip to content

Commit

Permalink
Merge branch 'master' of github.com:horprogs/Just-validate
Browse files Browse the repository at this point in the history
  • Loading branch information
horprogs committed Dec 27, 2021
2 parents a1bce7e + 8087691 commit db3a476
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [2.2.0](https://github.com/horprogs/Just-validate/compare/v2.1.0...v2.2.0) (2021-12-27)


### Features

* change required logic \n\n BREAKING CHANGE: rules for maxLength, maxNumber etc. will not raise an error if the field is empty and there is no required rule. To validate for required you should defined required rule directly. ([62561a9](https://github.com/horprogs/Just-validate/commit/62561a99d14f40ff6a4d60f89ae2e6d37041095e))

# [2.1.0](https://github.com/horprogs/Just-validate/compare/v2.0.0...v2.1.0) (2021-12-22)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "just-validate",
"version": "2.1.0",
"version": "2.2.0",
"description": "Modern, simple, lightweight (~5kb gzip) form validation library written in Typescript, with no dependencies (no JQuery!). Support a wide range of pre-defined rules (plus it's possible to define own custom rules), async validation, custom error messages and styles, localization.",
"scripts": {
"lint-md": "remark .",
Expand Down

0 comments on commit db3a476

Please sign in to comment.