All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to the Haskell Package Versioning Policy.
- Added
EncoderContext
newtype wrapper aroundReader ParserConfig
.
Encoder
is nowEncoderContext Builder
instead ofReader ParserConfig Builder
(but it's just a newtype wrapper).ValueParser
andRowParser
are now justParser
.
mappendA
,foldApp
and<+>
have been removed in favor of the Monoid instance ofEncoderContext
.