elm-bridge v0.2.2 Release Notes

  • ๐Ÿ†• 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).