fay v0.20.1.0 Release Notes

Release Date: 2014-06-14 // almost 10 years ago
    • ➕ Add default case for UTCTime in Fay.Convert using the aeson instances. Note that this serializes to a json string so you won't be able to deserialize it as a separate type (such as Date) when using Automatic in Fay.

    • 📦 Added Fay.Config.defaultConfigWithSandbox that reads the HASKELL_PACKAGE_SANDBOX environment variable. Client libraries can use this instead of manually reading from getEnvironment.