Skip to content

Commit

Permalink
chore(release): 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ms-fadaei committed Apr 7, 2022
1 parent e6f6219 commit 554b79d
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 3 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,36 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## [1.0.0](https://github.com/upjs/facile-validator/compare/v0.2.0...v1.0.0) (2022-04-07)

### Features

- add `nullable` to readme.md ([c789615](https://github.com/upjs/facile-validator/commit/c789615c00038e2630145265ee7199534fa08676))
- add intro image ([79299e1](https://github.com/upjs/facile-validator/commit/79299e1ababd2cf798e181cb47dad5df328778cf))
- add nullable rule ([843926e](https://github.com/upjs/facile-validator/commit/843926e1f60e7f7ea87e079eed107c330223ba4a))
- update readme ([b38093b](https://github.com/upjs/facile-validator/commit/b38093b575461492078c3c8fdf2a02cd9c1031e6))
- update readme ([9eb5440](https://github.com/upjs/facile-validator/commit/9eb5440e2e5247ba0633ed575a97fe5a06d13702))
- update readme ([1a5f697](https://github.com/upjs/facile-validator/commit/1a5f697cf91fc8a4259f384a7af23fc0cbaf02c8))
- update readme ([69738c2](https://github.com/upjs/facile-validator/commit/69738c28a04d62836327d7f028865daf30c39a65))
- update readme ([c80b76d](https://github.com/upjs/facile-validator/commit/c80b76d179ba1c7f9de71be5e1e8ce027be26f74))
- Update readme.md ([f53fb37](https://github.com/upjs/facile-validator/commit/f53fb3750a91634470ad8037846399bb6c38e015))

### Bug Fixes

- `nullable` now is a virtual rule ([1efa241](https://github.com/upjs/facile-validator/commit/1efa24137dd7b187c09d558deea8cad2333657ab))
- emit errors on build ([a29ff55](https://github.com/upjs/facile-validator/commit/a29ff5596aee192711a259beb5ba1ecaca375f8e))
- fix `nullable` behavior ([7a1d2a2](https://github.com/upjs/facile-validator/commit/7a1d2a2285ffe4772649f9b9220c3a0a5653b8fe))
- fix readme ([d7a84d3](https://github.com/upjs/facile-validator/commit/d7a84d3e6ad0a6da224209224387fa820443d89e))
- fix readme ([631e147](https://github.com/upjs/facile-validator/commit/631e1470e7ef788d493b6dcd8ec5a160c4041e54))
- fix typos in the readme ([c8ec46b](https://github.com/upjs/facile-validator/commit/c8ec46b6c6c3f44d1994106dd6ee1c6563b18e4e))
- ignore non-required and empty inputs ([c75ed73](https://github.com/upjs/facile-validator/commit/c75ed736eeb6231e89afd2018e1e78de52ed1ff3))
- remove `throwErrorWhen` helper function ([7d9b7a6](https://github.com/upjs/facile-validator/commit/7d9b7a6dca013dbc5e420219424f891bad07410c))
- remove unused functions ([d9ab937](https://github.com/upjs/facile-validator/commit/d9ab9373deb3e27f600ee1562efc1924d2c1f51b))
- replace intro image ([b6b6389](https://github.com/upjs/facile-validator/commit/b6b6389999791d63e77cb26a948ac1db70542d2f))
- undo code for non-required empty inputs ([a56eb6d](https://github.com/upjs/facile-validator/commit/a56eb6dfcd8991d045d589832d3698116cb064dc))
- undo code for non-required empty inputs ([60eb9c0](https://github.com/upjs/facile-validator/commit/60eb9c090540d9f1f4a11b128379b6ca568e16d0))
- update readme ([7846fcd](https://github.com/upjs/facile-validator/commit/7846fcd8c909a5da93752c493603d39b47f59568))

## [0.2.0](https://github.com/upjs/facile-validator/compare/v0.1.2...v0.2.0) (2022-03-13)

### ⚠ BREAKING CHANGES
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": "@upjs/facile-validator",
"version": "0.2.0",
"version": "1.0.0",
"description": "Easy HTML form validator written in TypeScript with tree-shaking",
"repository": {
"type": "git",
Expand Down

0 comments on commit 554b79d

Please sign in to comment.