MIT licensed by William Casarin
Maintained by [email protected]
This version can be pinned in stack with:elm-export-persistent-1.0.0@sha256:7c2324f318fce879f77a063b780a79b23d37ee89ee525a34996fd56a1151eba2,1526

Module documentation for 1.0.0

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

1.0.0 – 2021-01-09

  • Removed duplicate Generic instance for BackendKey

0.2.0 – 2018-03-12

  • Fixed compilation issue with missing ToJSON constraint on Entity keys

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.