Releases: rozhkoy/password-strength-analyzer
Releases · rozhkoy/password-strength-analyzer
v2.1.0
v2.0.0
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.