Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yamiteru committed Apr 19, 2024
1 parent e75b9fd commit baa74a6
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.1](https://github.com/the-minimal/validator/compare/0.1.0...0.1.1)

- 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)

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

> 18 April 2024
- feat: remove old validations and fix types [`57b8705`](https://github.com/the-minimal/validator/commit/57b870562fa2054dbe98b736a489d0136c2475a1)
- feat: rename validators to assertions [`347c7dc`](https://github.com/the-minimal/validator/commit/347c7dc75ab8f37d9c37ab5b482419cc3924257d)
- feat: add JSDoc documentation [`82f4973`](https://github.com/the-minimal/validator/commit/82f4973a8f1e6c2e1607b4e0fe96083dc2ef08e9)
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.0",
"version": "0.1.1",
"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 baa74a6

Please sign in to comment.