Changelog

This commit is contained in:
bartavelle 2016-01-20 14:22:56 +01:00
parent ec6b6c9274
commit 7729719949
2 changed files with 12 additions and 0 deletions

11
CHANGELOG.md Normal file
View File

@ -0,0 +1,11 @@
# v0.2.1
## New features
* The template Haskell derivation functions now take `aeson` `Option` type instead of a custom type.
This change makes it easier to synchronize the Haskell and Elm code.
* The generated Elm code can be personalized. Helpers functions assist in converting type names, and defining which type will be newtyped.
## Notes
* The generated Elm code depends on the [bartavelle/json-helpers](http://package.elm-lang.org/packages/bartavelle/json-helpers/1.1.0/) package.

View File

@ -15,6 +15,7 @@ cabal-version: >=1.10
extra-source-files:
README.md
CHANGELOG.md
examples/*.hs