Skip to content

Releases: deanilvincent/check-password-strength

v3.0.0

20 Jan 18:09
4710110
Compare
Choose a tag to compare

What's Changed

  • fix path for types by @capaj in #75
  • Fix main path by @cmorford in #76
  • 🏗️ updated code analysis from v1 to v4, 🦯 added node.yml, ❌ remove .travis.yml by @deanilvincent in #82
  • V3 - allow all symbols by default, set the default min length to 12 instead of 10, fix license filename (fix #78) by @Ennoriel in #81

New Contributors

Full Changelog: v2.0.8...v3.0.0

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

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

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.