-*-change-log-*- 0.8.0.1 Adam Gundry October 2017 * Silently truncate floating point numbers to integers 0.8.0.0 Mikolaj Konarski August 2017 * Update to match the published cborg 0.1 API 0.7.0.1 Adam Gundry April 2017 * Add support for GHC 8.0 and drop 7.6 * Tweak generated Markdown headers 0.7.0.0 Adam Gundry January 2016 * Implement more efficient data migrations * Change FieldName and TypeName to use Text instead of String * Adapt to changes in binary-serialise-cbor 0.6.0.1 Adam Gundry October 2015 * Support building on GHC 7.10.2 and relax dependencies 0.6 Adam Gundry August 2015 * Add tool to generate CBOR Serialise instances, and related code 0.5.2 Adam Gundry December 2014 * Fix bug in DeepSeq tool: records not reduced to normal form * Add instance for NFData Binary 0.5.1 Adam Gundry November 2014 * Tool to generate NFData instances (added dependency on deepseq) * Expose internal module with TH utility functions * Documentation tweaks 0.5 Adam Gundry October 2014 * Tool to generate Aeson FromJSON instances, as well as FromJSONWithErrs * Add more TypeKind alternatives for custom migrations * Pretty-printing and error message fixes * Report correct source locations in quasiquote parsers * Extend JSON parser to optionally treat newtype filter violations as warnings * Optionally generate smart constructors for filtered newtypes 0.4.0.1 Adam Gundry July 2014 * Widen dependency compatibility to support GHC 7.8.3 0.4 Adam Gundry May 2014 * Support read-only fields and default values in JSON parser * Better error messages when parsing unions * More accurate version bounds in Cabal file * Support custom migrations on non-record types * Add instance IsString APIType 0.3 Adam Gundry Apr 2014 * Add tool to perform generic traversals * Move API normal forms and dependency analysis to a new module 0.2 Chris Dornan Feb 2014 * First public release