Skip to content

Commit

Permalink
release v1.0.0 (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
bvego committed May 5, 2021
1 parent a68b933 commit 947bacd
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
1.0.0 馃帀

Improvements
- Drastically improved performance for synchronous validation
- Better API docs

Added 馃殌
- Async validation

Internal 馃彙
- A lot of dev dependencies upgraded
- Removed default exports within code

0.12.2

Improvements 馃敤
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nope-validator",
"version": "1.0.0-beta.0",
"version": "1.0.0",
"source": "src/index.ts",
"main": "lib/cjs/index.js",
"umd:main": "lib/umd/index.js",
Expand Down

0 comments on commit 947bacd

Please sign in to comment.