servant-elm v0.2.0.0 Release Notes

Release Date: 2016-11-08 // over 7 years ago
    • ๐Ÿ‘‰ 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)