Skip to content

Commit

Permalink
build: bump 2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
simonguo committed Apr 11, 2024
1 parent d9f0e55 commit c349fe7
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [2.2.0](https://github.com/rsuite/schema-typed/compare/2.1.3...2.2.0) (2024-04-11)


### Features

* add support for `equalTo` and `proxy` ([#78](https://github.com/rsuite/schema-typed/issues/78)) ([d9f0e55](https://github.com/rsuite/schema-typed/commit/d9f0e555cf532731839584b0c036648001fe0503))
* add support for `label` method ([#77](https://github.com/rsuite/schema-typed/issues/77)) ([9ff16c3](https://github.com/rsuite/schema-typed/commit/9ff16c346d6f13caabd4910a7d920c1c11eced18))
* **Schema:** support nested object check with `checkForField` and `checkForFieldAsync` ([#76](https://github.com/rsuite/schema-typed/issues/76)) ([e315aec](https://github.com/rsuite/schema-typed/commit/e315aec657ee230f2cf235861e05b37a7eedd274))
* **StringType:** add alllowMailto option to isURL rule ([#72](https://github.com/rsuite/schema-typed/issues/72)) ([349dc42](https://github.com/rsuite/schema-typed/commit/349dc429b51db89e7b261ed24aa006435c501685))



## [2.1.3](https://github.com/rsuite/schema-typed/compare/2.1.2...2.1.3) (2023-05-06)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Schema for data modeling & validation
- [Getting Started](#getting-started)
- [Multiple verification](#multiple-verification)
- [Custom verification](#custom-verification)
- [Multi-field cross validation](#multi-field-cross-validation)
- [Field dependency validation](#field-dependency-validation)
- [Asynchronous check](#asynchronous-check)
- [Validate nested objects](#validate-nested-objects)
- [Combine](#combine)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "schema-typed",
"version": "2.1.3",
"version": "2.2.0",
"description": "Schema for data modeling & validation",
"main": "lib/index.js",
"module": "es/index.js",
Expand Down

0 comments on commit c349fe7

Please sign in to comment.