Skip to content

Commit

Permalink
Release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yamiteru committed Apr 20, 2024
1 parent 07b42e7 commit c7400da
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.2.0](https://github.com/the-minimal/validator/compare/0.1.2...0.2.0)

- feat: use numbered errors [`db247ba`](https://github.com/the-minimal/validator/commit/db247babd73114644448d60359cacd02fbbb4645)
- feat: simplify errors [`b9613c3`](https://github.com/the-minimal/validator/commit/b9613c3c6cb6e9e699323e5623eee5a9962b3dc2)
- feat: export Reason enum [`f1afaf0`](https://github.com/the-minimal/validator/commit/f1afaf0673e98e93e97d72d76193e97af86b5ba1)

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

> 20 April 2024
- 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)
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.2",
"version": "0.2.0",
"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 c7400da

Please sign in to comment.