This commit is contained in:
bartavelle 2016-11-25 10:21:52 +01:00
parent 05621d5e7d
commit 60783b81d1
3 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,8 @@
# v0.4.0
## New features
* Support for Elm 0.18
* Dropped support for Elm 0.17
# v0.3.0 # v0.3.0
## New features ## New features
* Support for Elm 0.17 * Support for Elm 0.17

View File

@ -11,7 +11,9 @@ Hackage: [elm-bridge](http://hackage.haskell.org/package/elm-bridge)
Building the bridge from [Haskell](http://haskell.org) to [Elm](http://elm-lang.org) and back. Define types once, use on both sides and enjoy easy (de)serialisation. Cheers! Building the bridge from [Haskell](http://haskell.org) to [Elm](http://elm-lang.org) and back. Define types once, use on both sides and enjoy easy (de)serialisation. Cheers!
Note that the [bartavelle/json-helpers](http://package.elm-lang.org/packages/bartavelle/json-helpers/latest/) package, with version >= 1.1.0, is expected by the generated Elm modules. This version of the package only supports Elm 0.18. Version 0.3.0.2 supports Elm 0.16 and Elm 0.17.
Note that the [bartavelle/json-helpers](http://package.elm-lang.org/packages/bartavelle/json-helpers/latest/) package, with version >= 1.2.0, is expected by the generated Elm modules.
## Usage ## Usage

View File

@ -3,6 +3,8 @@ version: 0.4.0
synopsis: Derive Elm types from Haskell types synopsis: Derive Elm types from Haskell types
description: Building the bridge from Haskell to Elm and back. Define types once, description: Building the bridge from Haskell to Elm and back. Define types once,
use on both sides and enjoy easy (de)serialisation. Cheers! use on both sides and enjoy easy (de)serialisation. Cheers!
This module only supports Elm 0.18. Version 0.3.* supports both Elm 0.16 and Elm 0.17.
homepage: https://github.com/agrafix/elm-bridge homepage: https://github.com/agrafix/elm-bridge
license: BSD3 license: BSD3
license-file: LICENSE license-file: LICENSE