Skip to content

Releases: kamronbatman/joi-password-complexity

v5.2.0

11 Jul 07:22
da6cde9
Compare
Choose a tag to compare

Summary

  • Rebuilds with rollup v3
  • Bumps to newest TS, Yarn, and other dependencies
  • Fixes outstanding vulns

v5.1.0

12 Feb 01:47
088e437
Compare
Choose a tag to compare
  • Fixes bad esm imports
  • Updates dependencies
  • Adds CHANGELOG

Examples of usage:

const passwordComplexity = require('joi-password-complexity');

or

import passwordComplexity from 'joi-password-complexity';

v5.0.2

13 Nov 18:33
c76a831
Compare
Choose a tag to compare
  • Fixes missing js file
  • Fixes import syntax in js file
  • Removes node 14 requirement

v5.0.0

09 Nov 06:53
89aa853
Compare
Choose a tag to compare
  • Removes hapi support
  • Converts to typescript

Adds Typescript Definitions

22 Sep 04:28
5e13491
Compare
Choose a tag to compare
  • Adds Typescript Definitions

Adds support for sideway/joi

20 Jul 21:46
36c51a7
Compare
Choose a tag to compare

Adds support for sideway/joi in addition to @hapi/joi.

Note: As joi changes over time, this module will exclusively track sideway/joi.

Peer Dependency

Peer dependency on @hapi/joi has been removed. You will receive a runtime error instead if joi is not peer-installed.
In the future when we exclusively track sideway/joi, the peer dependency will be restored.

Adds Joi v16/v17 Support

11 Jan 03:55
f922d98
Compare
Choose a tag to compare

BREAKING CHANGES

  • Starting with v4 only Joi v16 and higher will be supported.
  • Joi is now a peer dependency which should stop any mix version errors.
  • Minimum Nodejs version was changed to v10 or higher.

Changes:

  • [#14] Added support for Joi v16 and v17 and more descriptive error messages.

v3.0.0 - Support for Joi v15

29 Jul 21:41
221c226
Compare
Choose a tag to compare

BREAKING CHANGES

  • Starting with v3 only Joi v15 and higher will be supported.
  • Minimum Nodejs version was changed to v8 or higher.

Changes:

  • [#6] Added support for Joi v15, specific errors, and testing.

v2.0.1 - Fixes cloning issue

10 Aug 16:22
Compare
Choose a tag to compare
  • Fixes cloning issue that prevented required(), options(), etc.

v2.0.0

31 May 05:53
Compare
Choose a tag to compare
  • Fixes an issue with Joi >= 10.0.0