http-api-data v0.4.2 Release Notes
Release Date: 2020-08-28 // over 4 years ago-
- โ Add instances for
Const
andIdentity
- โ Add instances for
Previous changes from v0.4.1
-
- ๐ Use
time-compat
to provide instances forDayOfWeek
.
0.4
NominalDiffTime
instances preserve precision (roundtrip)- โ Add
Semigroup.Min
,Max
,First
,Last
instances - โ Add
Tagged b a
instances
0.3.10
0.3.9
- ๐ GHC-8.6 support
- โ Remove dependency on
uri-bytestring
and use functions fromhttp-types
instead (see #75) - โ Add support for
SetCookie
(see #74)
0.3.8.1
- ๐ GHC-8.4.1 support
0.3.8
- Minor changes:
0.3.7.2
- ๐ Allow http-types-0.12
- .cabal file adjustments
0.3.7.1
- ๐ GHC-8.2 support (see #55).
0.3.7
- Minor changes:
- 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).
- Use
0.3.6
- Minor change:
- Add
toEncodedUrlPiece
class method for URL-encoded path segments (see #50); use efficient encoding for types whose values don't need URL-encoding.
- Add
0.3.5
- Minor changes:
- Add
LenientData
which always succeeds to parse (see #45).
- Add
0.3.4
- Minor changes:
- Add support for GHC 8.2, drop support for GHC 7.6 (see #44).
0.3.3
- Minor changes:
0.3.2
- Minor change:
- Export
Form
type fromWeb.FormUrlEncoded
(see #37).
- Export
0.3.1
- Minor changes:
- Add instances for
Data.UUID
(see #34).
- Add instances for
0.3
Major changes:
- Add
Web.FormUrlEncoded
to work with form data (see #32).
- Add
Minor changes:
- Add instances for
Numeric.Natural
(seed944721
).
- Add instances for
0.2.4
- ๐ Make
parseHeader
total (instead of throwing exceptions on invalid Unicode, see #30).
0.2.3
- โ Add more parser helpers for
Bounded
Enum
types.
0.2.2
- โ Add instances for more
time
types:LocalTime
,ZonedTime
,UTCTime
andNominalDiffTime
0.2.1
- โ Add helpers for multiple URL pieces and query params:
toUrlPieces
,parseUrlPieces
toQueryParams
,parseQueryParams
0.2
- ๐ Export helper functions from
Web.HttpApiData
:parseUrlPieceMaybe
,parseHeaderMaybe
,parseQueryParamMaybe
parseUrlPieceWithPrefix
,parseHeaderWithPrefix
,parseQueryParamWithPrefix
showTextData
,readTextData
,parseBoundedTextData
- ๐ Fix AMP related warnings
0.1.1
- โ Add
use-text-show
flag to optionally use more efficientTextShow
instances
- ๐ Use