v0.3.7
- Use
attoparsec-iso8601
for parsing of time types. Now the accepted formats are the same as byaeson
, i.e. parsers are more lenient (see #41); - Preserve fractions of a second in
ToHttpApiData
instances (see #53); - Add
ToHttpApiData
andFromHttpApiData
instances forTimeOfDay
(see #53).