Skip to content

Commit

Permalink
Release v0.10.0 (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
bvego authored May 3, 2020
1 parent 495849a commit 38ff4a4
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 1 deletion.
37 changes: 37 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,40 @@
0.10.0

Added 🚀
- Array (#50)
- required
- of
- minLength
- maxLength
- mustContain
- hasOnly
- every
- some
- test

Special thanks to @AAmanzi for adding the array type

Fixes 🔨
- .required property (#141)

Special thanks to @kuzmycz taking his time to open up an issue and a pull request to fix the .required

Internal 🏡
- Bump @babel/types to 7.96
- Bump @types/jest to 25.2.1
- Bump @types/node to 13.13.4
- Bump @typescript-eslint/eslint-plugin to 2.30.0
- Bump @typescript-eslint/parser to 2.30.0
- Bump eslint to 6.8.0
- Bump eslint-plugin-prettier to 3.1.3
- Bump husky to 4.2.5
- Bump jest to 25.5.4
- Bump nodemon to 2.0.3
- Bump prettier to 2.0.5
- Bump ts-jest to 25.4.0
- Bump ts-node 8.10.1
- Bump typescript to 3.8.3

0.9.0
Added 🚀
- Number
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": "0.9.0",
"version": "0.10.0",
"main": "lib/umd/index.js",
"module": "lib/es2015/index.js",
"types": "lib/umd/index.d.ts",
Expand Down

0 comments on commit 38ff4a4

Please sign in to comment.