UNPKG

zxcvbn-typescript

Version:

realistic password strength estimation, updated and ported to Typescript from Dan Wheeler's zxcvbn

41 lines (19 loc) 1.9 kB
# Changelog All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. ### [5.0.1](https://github.com/trichards57/zxcvbn/compare/v5.0.0...v5.0.1) (2021-02-12) ## [5.0.0](https://github.com/trichards57/zxcvbn/compare/v5.0.0-beta.5...v5.0.0) (2020-10-28) ### Bug Fixes * fixes an issue with user dictionaries not being loaded ([5c85a6d](https://github.com/trichards57/zxcvbn/commit/5c85a6d353e90b1ceddfaf975c51c9a759132a27)) * sets the minimum guesses to correctly use the single character value ([f333957](https://github.com/trichards57/zxcvbn/commit/f333957de4b1f4c2ed0c87eb3e4851503e236d1f)) ## [5.0.0-beta.5](https://github.com/trichards57/zxcvbn/compare/v5.0.0-beta.4...v5.0.0-beta.5) (2020-10-11) ### Bug Fixes * updates the demo to use the new TypeScript library ([0785f29](https://github.com/trichards57/zxcvbn/commit/0785f2911a880ee5cc05ede85a930049a493f213)) ## [5.0.0-beta.4](https://github.com/trichards57/zxcvbn/compare/v5.0.0-beta.3...v5.0.0-beta.4) (2020-10-11) ### Features * updates exports for the main zxcvbn function and it's return type ([7c6b6b7](https://github.com/trichards57/zxcvbn/commit/7c6b6b77fbeebba8fa0897be6adbe5d314fa9e56)) ## [5.0.0-beta.3](https://github.com/trichards57/zxcvbn/compare/v5.0.0-beta.2...v5.0.0-beta.3) (2020-10-11) ## [5.0.0-beta.2](https://github.com/trichards57/zxcvbn/compare/v5.0.0-beta.1...v5.0.0-beta.2) (2020-10-11) ### Bug Fixes * fixes the output object feedback element from .fb to .feedback ([650b5e4](https://github.com/trichards57/zxcvbn/commit/650b5e4f07e03c7c4eb3371690fb30bdac7044f0)) ## [5.0.0-beta.1](https://github.com/trichards57/zxcvbn/compare/v5.0.0-beta.0...v5.0.0-beta.1) (2020-10-11) ## [5.0.0-beta.0](https://github.com/trichards57/zxcvbn/compare/v4.4.2...v5.0.0-beta.0) (2020-10-11)