MIT licensed by William Casarin
Maintained by [email protected]
This version can be pinned in stack with:elm-export-persistent-0.1.2@sha256:be2af42d1b1cf5500403d08a54e7267c912ebb37d59b369c25f67d1265acc1c6,1561

Module documentation for 0.1.2

Ent is a newtype that wraps Persistent Entity's, allowing you to export them to Elm types. Specifically, it adds a To/From JSON instance which adds an id field, as well as an ElmType instance that adds an id field constructor.

Changes

Revision history for elm-export-persistent

0.1.2 – 2017-02-07

  • Fixed bug with missing id field from single field tables

0.1.0.0 – 2016-12-12

  • First version. Released on an unsuspecting world.