Skip to content

Releases: agrafix/elm-bridge

Hackage Release 0.4.0

25 Nov 09:58
Compare
Choose a tag to compare
  • Support for Elm 0.18
  • Dropped support for Elm 0.17 and Elm 0.16

Hackage Version 0.3.0.2

27 May 15:36
Compare
Choose a tag to compare

Hackage Version 0.3.0.0

22 May 10:47
Compare
Choose a tag to compare

New features

  • Support for Elm 0.17

Hackage Version 0.2.2.1

02 May 18:01
Compare
Choose a tag to compare
  • Fix tests to compile on aeson >= 0.9

Hackage Version 0.2.2.0

28 Apr 17:50
Compare
Choose a tag to compare

New features

  • The Elm JSON encoders and decoders now match aeson more closely. In partlicular, single constructor sum types are now encoded without
    the constructor. Also, the aeson 0.11 option unwrapUnaryRecords is 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

16 Feb 11:09
Compare
Choose a tag to compare

Bump to support aeson 0.11

  • Fixes #4

Hackage Version 0.2.1.0

22 Jan 17:17
Compare
Choose a tag to compare

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. ( @bartavelle )
  • The generated Elm code can be personalized. Helpers functions assist in converting type names, and defining which type will be newtyped. ( @bartavelle )

Notes

Hackage Version 0.1.0.0

09 Aug 20:53
Compare
Choose a tag to compare

The initial release

  • Basic type deriving
  • Basic json parsing
  • Basic json serialization