Skip to content

Releases: rozhkoy/password-strength-analyzer

v2.1.0

15 Oct 15:22
Compare
Choose a tag to compare

2.1.0 (2024-10-15)

Features

  • add demo and unpkg links to readme (cfe5447)

v2.0.0

22 Aug 20:58
Compare
Choose a tag to compare

2.0.0 (2024-08-22)

Bug Fixes

  • change interface for validatePasswordStrength options and add returned type for utils functions (e9187e9)

Code Refactoring

  • remove deprecated React hook and drop React dependency (2c35c63)

Features

  • create standalone function from hook, updating usage pattern (b7fddbb)

BREAKING CHANGES

  • The package no longer includes a React hook and has removed the React dependency. This change affects all users relying on the previous React-specific functionality.

v1.0.1

19 Aug 13:34
Compare
Choose a tag to compare

1.0.1 (2024-08-19)

Bug Fixes