All Versions
12
Latest Version
Avg Release Cycle
-
Latest Release
1579 days ago
Changelog History
Page 1
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 ofbase
is used does our typePrimitive
lose itsHashable
instance, due to a lack ofDeriveAnyClass
. Otherwise, the API is unchanged frommicrolens-aeson-2.3.0
.
- Enable compilation with GHC
-
v2.2.0 Changes
- ๐ Various fixes to dependency version bounds
-
v2.1.0 Changes
- โช Restored original
AsJSON
and_JSON
typing - โฌ๏ธ Bumped
microlens
dep max
- โช Restored original
-
v2.0.0 Changes
- Complete conversion to
microlens
- All
Prism
are nowTraversal
- Complete conversion to
-
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
andvalues
- โ Added