http-api-data v0.3.7 Release Notes

Release Date: 2017-04-21 // almost 7 years ago
    • 👀 Use attoparsec-iso8601 for parsing of time types. Now the accepted formats are the same as by aeson, i.e. parsers are more lenient (see #41);
    • 👀 Preserve fractions of a second in ToHttpApiData instances (see #53);
    • ➕ Add ToHttpApiData and FromHttpApiData instances for TimeOfDay (see #53).