Changelog for Frames-map-reduce-0.2.0.0
v 0.2.0.0
- Added Combinators for
record (Maybe :. ElField) rs
(Much thanks to Tim Pierson, @o1lo01ol1o, for the idea and the work!). - Added Combinators polymorphic in record type (
Rec
,ARec
orSRec
are supported) and composed interpretation functorf :. ElField
Maybe :. ElField
case now uses the general case in order to avoid code duplicationRecord
case still uses separate code because the amount of new coercion code required was enough to not seem worth the re-use of the polymorphic case.
v 0.1.0.2
- Changed example from "executable" to "test-suite". Now it doens't need to be built and its dependencies don't leak to library users.
v 0.1.0.1
- lowered containers lower bound
- rasied some outdated upper bounds (profunctors, hashable)
v 0.1.0.0
- Initial hackage release