All Versions
12
Latest Version
Avg Release Cycle
-
Latest Release
1349 days ago

Changelog History
Page 1

  • v2.3.1 Changes

    July 19, 2020

    ๐Ÿ›  Fixed

    • โœ… Test suite fixed to succeed deterministically on 32-bit machines.
  • v2.3.0.3 Changes

    • ๐Ÿ‘ Readd 7.10 support. Forgive the spam.
  • v2.3.0.2 Changes

    • โฌ†๏ธ Bumping bounds, cleaning code.
  • v2.3.0.1 Changes

    • Enable compilation with GHC 7.8 (base-4.7). Only when this version of base is used does our type Primitive lose its Hashable instance, due to a lack of DeriveAnyClass. Otherwise, the API is unchanged from microlens-aeson-2.3.0.
  • v2.2.0 Changes

    • ๐Ÿ›  Various fixes to dependency version bounds
  • v2.1.0 Changes

    • โช Restored original AsJSON and _JSON typing
    • โฌ†๏ธ Bumped microlens dep max
  • v2.0.0 Changes

    • Complete conversion to microlens
    • All Prism are now Traversal
  • v1.0.0.5 Changes

    • ๐Ÿ›  Fix tests to work against vector-0.11
    • ๐Ÿ“š Documentation fixes
    • No functional changes since 1.0.0.4
  • v1.0.0.3 Changes

    • ๐Ÿ“ฆ Move lens upper bound to < 5 like the other packages in the family
  • v0.1.2 Changes

    • โž• Added members and values