elm-bridge v0.2.1 Release Notes

  • 🆕 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