- Updated aeson, text, bytestring, scotty, warp, websockets, and postgres constraints
- Breaking: Scotty types changed.
- Updated aeson, base, and mtl constraints
- Updated base and time constraints
- Minimum aeson version bumped to >= 2.0
- Restructured Types.elm to move websocket-specific types to Websocket.elm
- Revises versioning to drop the fourth number
- Bumps time dependency to allow building against 1.10
- Updates elm to 0.19.1
- Requires Network.Websockets 0.12+ to address deprecation of forkPingThread
- Bumps warp version to use up to 3.3
- Adds templating/wrappers for Persistent - supports postgres, mysql and sqlite out of the box
- Tested against Stack lts-13 (GHC 8.6), presumed to continue working with older builds of GHC
- Initial release.
- Built against Elm 0.19
- Tested against Stack lts-9 through lts-13 (GHC 8.0 through GHC 8.6)