All Versions
15
Latest Version
Avg Release Cycle
117 days
Latest Release
-

Changelog History
Page 2

  • v0.3.0.1 Changes

    January 29, 2017
    • Prefix generated function arguments to ensure valid Elm identifiers (#21)
    • ✅ Put integration tests behind a Cabal flag. (#22)
  • v0.3.0.0 Changes

    December 19, 2016
    • ⚡️ Update for Elm 0.18 and the new elm-lang/http library.
    • Generated Elm functions now return an Http.Request value.
  • v0.2.0.0 Changes

    November 08, 2016
    • 👉 Use Text throughout the API.
    • We no longer auto-generate Elm sources for the types, encoders and decoders used in your API - you must now use elm-export's toElmTypeSource functions explicitly. See the tests and examples for usage.
    • 👍 Allow setting options to pass to elm-export.
    • ⚡️ Update to servant-0.8 (purcell).
    • 👍 Basic support for custom headers.
    • 🛠 Fix: String query params were being wrapped in double-quotes.
    • ✅ Test: verify that the generated code can be compiled by Elm (soenkehahn)
  • v0.1.0.2 Changes

    March 11, 2016
    • 🛠 Fix for API endpoints that return Unit (kantp)
  • v0.1.0.1 Changes

    • Convenience re-exports from Elm and Data.Proxy.
    • ➕ Add Haddoc documentation.

    0.1

    • 🎉 Initial release.