- Fix support for the Aeson option
omitNothingFields
- Add instances for some more numeric Haskell types:
Float
,Int8
,Int16
,Int32
,Word8
,Word16
, andWord32
- Add instances for Elm
Array
s, which correspond to HaskellVector
s
- Generate correct JSON coders for record constructors for types with multiple constructors (haskell-to-elm#7)
- Make compatible with GHC 8.8
- Add support for parameterised types
- Update to
elm-syntax-0.2.0.0
, adding simplification of the generated definitions
- Merged the
HasElmType
andHasElmDefinition
classes - Merged the
HasElmDecoder
andHasElmDecoderDefinition
classes - Merged the
HasElmEncoder
andHasElmEncoderDefinition
classes
- Tightened generics-sop bounds to < 0.5.0
- Initial release