Changelog for zxcvbn-hs-0.3.0.0
Revision History
0.3.0.0 (October 29, 2020)
- Added a
ToJSON
instance to theScore
type.
0.2.1.0 (September 25, 2019)
- Export the entire
HasConfig
class so external code can use theconfig
lens.
0.2.0.0 (September 12, 2019)
-
Make it possible for external projects to use the code generation tool (
zxcvbn-tools
) -
Due to the
binary-orphans -> binary-instances
rename this package now only compiles undernixpkgs-unstable
.
0.1.0.0 (September 10, 2019)
- Initial (unreleased) version