Skip to content

Releases: deanilvincent/check-password-strength

v2.0.10

04 Mar 18:05
Compare
Choose a tag to compare

Release notes and changes by @Ennoriel 🚀 🏆
#70

  • Fix esm module generation
  • add @rollup/plugin-commonjs to generate the real esm version
  • add named exports of passwordStrength and defaultOptions
  • Minify umd module (umd modules are most used in a browser context, hence are not always minified by a bundlet afterwards):
  • add @rollup/plugin-terser to minify the umd version
  • fix exported package name (previously a copy/paste from another repo...)
  • Clean generated package
  • move the source scripts in ./src/ and the test scripts in ./test/
  • add .npmignore
  • add rollup-plugin-copy to copy the default cjs version in dist

In addition:

  • improve umd import section of the readme
  • jest test import / require of esm, cjs and umd modules
  • update build and readme file

Hotfixes:
#75 Fixed path for types - @capaj
#76 Fixed main path issue - @cmorford

v2.0.5

11 Mar 15:16
b4a83fd
Compare
Choose a tag to compare
  • Add new default symbols from Owasp list. (Except for the white space)
  • Update readme.
  • Update test file.

PR #60

v2.0.4

09 Feb 05:40
bd3e738
Compare
Choose a tag to compare
  • Update minor in readme

v2.0.3

25 Apr 14:16
c3aa7f0
Compare
Choose a tag to compare
  • Add typescript type declaration
  • Update minor fixes
npm i check-password-strength@2.0.3

v2.0.0 - v2.0.2

02 Mar 03:40
db285d2
Compare
Choose a tag to compare
  • Make library configurable
  • Update passphrase logics
  • Added additional test units
npm i check-password-strength@2.0.2

v1.0.12 - v1.0.15

14 Sep 10:35
dfa34a9
Compare
Choose a tag to compare
  • Add symbols+number, symbols+upper case & symbols+ lower case as Medium strength password.
  • Update readme file.
npm i check-password-strength@1.0.15