Skip to content

Commit

Permalink
Release v0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bvego committed Apr 12, 2021
1 parent 5db8087 commit ac5afbc
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
0.12.2

Improvements 🔨
- Speed up validation a bit

Internal 🏡
- Changes to UMD build process

0.12.1

Fixes 🔨
Expand Down
2 changes: 1 addition & 1 deletion benchmark/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Make sure you build the library before running this code

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

Expand Down
1 change: 1 addition & 0 deletions benchmark/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"dependencies": {
"benchmark": "^2.1.4",
"microtime": "^3.0.0",
"nope-validator": "^0.12.1",
"ts-node": "^9.1.1",
"yup": "^0.32.9"
}
Expand Down
5 changes: 5 additions & 0 deletions benchmark/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,11 @@ node-gyp-build@^3.8.0:
resolved "https://registry.yarnpkg.com/node-gyp-build/-/node-gyp-build-3.9.0.tgz#53a350187dd4d5276750da21605d1cb681d09e25"
integrity sha512-zLcTg6P4AbcHPq465ZMFNXx7XpKKJh+7kkN699NiQWisR2uWYOWNWqRHAmbnmKiL4e9aLSlmy5U7rEMUXV59+A==

nope-validator@^0.12.1:
version "0.12.1"
resolved "https://registry.yarnpkg.com/nope-validator/-/nope-validator-0.12.1.tgz#3343eefdafdf08931247c72a1a688da8665fd657"
integrity sha512-UNf89PLdbCTiUyF61NN2CLXYiBw7K0r4MeiOiCmOZysrMfTuAgB17VW6861I5FCiP5HjBxFMZG5B2Mw01c0aHw==

platform@^1.3.3:
version "1.3.5"
resolved "https://registry.yarnpkg.com/platform/-/platform-1.3.5.tgz#fb6958c696e07e2918d2eeda0f0bc9448d733444"
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.12.1",
"version": "0.12.2",
"source": "src/index.ts",
"main": "lib/cjs/index.js",
"umd:main": "lib/umd/index.js",
Expand Down

0 comments on commit ac5afbc

Please sign in to comment.