Skip to content

Commit

Permalink
Release 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
yamiteru committed Apr 19, 2024
1 parent c1c05fa commit d5c4b5d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,16 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [0.1.2](https://github.com/the-minimal/validator/compare/0.1.1...0.1.2)

- feat: add rangeLength and rangeValue [`3854202`](https://github.com/the-minimal/validator/commit/3854202e937191d57a7d709597646e08a60b7b7d)
- feat: add startsWith and endsWith [`5baf569`](https://github.com/the-minimal/validator/commit/5baf56911f635ac6537ba96b3bc785df5e49922d)
- feat: add includes [`2c79547`](https://github.com/the-minimal/validator/commit/2c795479604d77f0245a8b1931c926f1d44dc5f6)

#### [0.1.1](https://github.com/the-minimal/validator/compare/0.1.0...0.1.1)

> 20 April 2024
- feat: add property-based tests [`ca11de8`](https://github.com/the-minimal/validator/commit/ca11de8f626e056f349da0ffb0bbd4d4561748da)
- feat: optimize size and performance [`13f87e4`](https://github.com/the-minimal/validator/commit/13f87e48d6975221468e096a7c1e6db16b61a0c5)
- feat: add minLength and maxLength [`a581907`](https://github.com/the-minimal/validator/commit/a581907e9b6de91fe8b4e61384d6acf706167703)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@the-minimal/validator",
"type": "module",
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT",
"author": "Miroslav Vršecký <[email protected]>",
"description": "Minimalist TypeScript data validation library with great focus on size and performance",
Expand Down

0 comments on commit d5c4b5d

Please sign in to comment.