Skip to content

Commit ac5afbc

Browse files
committed
Release v0.12.2
1 parent 5db8087 commit ac5afbc

File tree

5 files changed

+16
-2
lines changed

5 files changed

+16
-2
lines changed

CHANGELOG

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
0.12.2
2+
3+
Improvements 🔨
4+
- Speed up validation a bit
5+
6+
Internal 🏡
7+
- Changes to UMD build process
8+
19
0.12.1
210

311
Fixes 🔨

benchmark/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Make sure you build the library before running this code
22

33
import * as Yup from 'yup';
4-
import Nope from '../lib/es2015';
4+
import Nope from 'nope-validator';
55
// eslint-disable-next-line @typescript-eslint/no-var-requires
66
const bench = require('benchmark');
77

benchmark/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"dependencies": {
77
"benchmark": "^2.1.4",
88
"microtime": "^3.0.0",
9+
"nope-validator": "^0.12.1",
910
"ts-node": "^9.1.1",
1011
"yup": "^0.32.9"
1112
}

benchmark/yarn.lock

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,11 @@ node-gyp-build@^3.8.0:
8080
resolved "https://registry.yarnpkg.com/node-gyp-build/-/node-gyp-build-3.9.0.tgz#53a350187dd4d5276750da21605d1cb681d09e25"
8181
integrity sha512-zLcTg6P4AbcHPq465ZMFNXx7XpKKJh+7kkN699NiQWisR2uWYOWNWqRHAmbnmKiL4e9aLSlmy5U7rEMUXV59+A==
8282

83+
nope-validator@^0.12.1:
84+
version "0.12.1"
85+
resolved "https://registry.yarnpkg.com/nope-validator/-/nope-validator-0.12.1.tgz#3343eefdafdf08931247c72a1a688da8665fd657"
86+
integrity sha512-UNf89PLdbCTiUyF61NN2CLXYiBw7K0r4MeiOiCmOZysrMfTuAgB17VW6861I5FCiP5HjBxFMZG5B2Mw01c0aHw==
87+
8388
platform@^1.3.3:
8489
version "1.3.5"
8590
resolved "https://registry.yarnpkg.com/platform/-/platform-1.3.5.tgz#fb6958c696e07e2918d2eeda0f0bc9448d733444"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nope-validator",
3-
"version": "0.12.1",
3+
"version": "0.12.2",
44
"source": "src/index.ts",
55
"main": "lib/cjs/index.js",
66
"umd:main": "lib/umd/index.js",

0 commit comments

Comments
 (0)