Releases: agrafix/elm-bridge
Releases · agrafix/elm-bridge
Hackage Release 0.4.0
Hackage Version 0.3.0.2
Support GHC8
Hackage Version 0.3.0.0
New features
- Support for Elm 0.17
Hackage Version 0.2.2.1
- Fix tests to compile on
aeson >= 0.9
Hackage Version 0.2.2.0
New features
- The Elm JSON encoders and decoders now match
aesonmore closely. In partlicular, single constructor sum types are now encoded without
the constructor. Also, theaeson0.11 optionunwrapUnaryRecordsis now supported.
Bugfixes
- Fixed Elm type error in encoders for types like
[Map String v](0.2.1.2).
Hackage Version 0.2.1.1
Bump to support aeson 0.11
- Fixes #4
Hackage Version 0.2.1.0
New features
- The template Haskell derivation functions now take
aesonOptiontype instead of a custom type. This change makes it easier to synchronize the Haskell and Elm code. ( @bartavelle ) - The generated Elm code can be personalized. Helpers functions assist in converting type names, and defining which type will be newtyped. ( @bartavelle )
Notes
- The generated Elm code depends on the bartavelle/json-helpers package.
Hackage Version 0.1.0.0
The initial release
- Basic type deriving
- Basic json parsing
- Basic json serialization