Skip to content

Releases: ftonato/nope-validator

Release v0.11.1

03 May 20:08
d4e2c50
Compare
Choose a tag to compare

Added 🚀

  • Object
    • validate
      • abortEarly

Release v0.11.0

03 May 18:35
b90a42a
Compare
Choose a tag to compare

Added 🚀

  • Object

Release v0.10.0

03 May 14:31
38ff4a4
Compare
Choose a tag to compare

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

Version 0.9.0

17 Jul 14:45
8cd1b4f
Compare
Choose a tag to compare

Added 🚀

  • Number
    • atLeast
    • atMost
    • greaterThan
    • lessThan

Special thanks to @xddz9 for adding the above methods 🎉

Internal 🏡

  • Fixed husky precommit hook
  • Replaced TSLint with ESLint
  • Bump @types/node to 12.6.6
  • Bump lodash to 4.17.4 in /benchmark
  • Bump lint-staged to 9.2.0

Email flag fix

09 Jul 17:33
7fd2caf
Compare
Choose a tag to compare

0.8.1
Fixes 🔨

  • Email validation flag

Support for more variety of usage systems

04 Jul 11:52
bed0396
Compare
Choose a tag to compare

Support build for:
ES2015
ESM
CJS
UMD
AMD

Fixed when conditional not resolving properly in some cases

04 Jul 10:40
980e905
Compare
Choose a tag to compare

0.7.2
Fixed when conditional not resolving properly in some cases

Dev:
Bumps @types/node from 12.0.10 to 12.0.12

Release 0.7.0

02 Jul 13:49
38f180c
Compare
Choose a tag to compare

0.7.0
Added

  • Primitive
    • notOneOf
  • Number
    • integer

Many thanks to the contributors @jnaputi253 and @jcolakk ! 🎉

v0.6.0 When conditionals

30 Jun 09:37
1387b96
Compare
Choose a tag to compare

Added

  • Primitives
    • when

Email regex fix

29 Jun 21:52
26e01c0
Compare
Choose a tag to compare

Some email validations would take up to 5 seconds. lol