All Versions
10
Latest Version
Avg Release Cycle
-
Latest Release
-

Changelog History

  • v3.4.1 Changes

    • ⬇️ Drop support for GHC versions that haven't implemented the Semigroup-Monoid Proposal.
  • v3.4.0 Changes

    • ✂ Removed adultDen and fixed the level range for highDen.
  • v3.4.0.2 Changes

    • 👍 Massaging bounds to support more GHC versions.
  • v3.3.0 Changes

    • 🆕 New Unknown level for Kanji above level Two
    • level is now a total function
    • ✂ Removed averageLevel, as it wasn't correct nor useful
    • 🆕 New densities function with associated type CharCat for getting more interesting character density information
  • v3.2.1 Changes

    • ToJSON and FromJSON instances for Kanji derived via Generic instead of being hand-written.
  • v3.2.0 Changes

    • averageLevel isn't total, and so now returns in Maybe
  • v3.1.0 Changes

    • Overall simplification of library and reduction in boilerplate
      • AsKanji typeclass removed
      • Rank and Level are now just Level
      • More liberal use of Map and Set
    • 🚚 nanq renamed to kanji and moved inside same project
  • v3.1.0.1 Changes

    • 🐎 Performance improvements
  • v2.0.0 Changes

    • 🆕 New JSON-only output
    • Revamped, modernized backend
  • v1.0.0 Changes

    January 06, 2016

    👌 Improved and modernized since the last commits in 2012.