packages feed

haskell-to-elm-0.3.1.0: CHANGELOG.md

# Changelog for haskell-to-elm

## Unreleased changes

## 0.3.1.0

- Generate correct JSON coders for record constructors for types with multiple constructors (https://github.com/folq/haskell-to-elm/issues/7)

## 0.3.0.0

- Make compatible with GHC 8.8
- Add support for parameterised types

## 0.2.1.0

- Update to `elm-syntax-0.2.0.0`, adding simplification of the generated definitions

## 0.2.0.0

- Merged the `HasElmType` and `HasElmDefinition` classes
- Merged the `HasElmDecoder` and `HasElmDecoderDefinition` classes
- Merged the `HasElmEncoder` and `HasElmEncoderDefinition` classes

## 0.1.0.1

- Tightened generics-sop bounds to < 0.5.0

## 0.1.0.0

- Initial release