packages feed

zxcvbn-hs-0.3.0.0: CHANGELOG.md

# Revision History

## 0.3.0.0 (October 29, 2020)

  * Added a `ToJSON` instance to the `Score` type.

## 0.2.1.0 (September 25, 2019)

  * Export the entire `HasConfig` class so external code can use the
    `config` 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 under `nixpkgs-unstable`.

## 0.1.0.0 (September 10, 2019)

  * Initial (unreleased) version