All Versions
57
Latest Version
Avg Release Cycle
57 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v2.0.2.0 Changes
- ➕ Add
IsList (KeyMap v)
instance.
- ➕ Add
-
v2.0.1.0 Changes
- ➕ Add
FromJSON KeyMap
instance. - 0️⃣ Make
ordered-keymap
on by default.
- ➕ Add
-
v2.0.0.0 Changes
- ✂ Remove forced
-O2
and then unneededfast
flag. Also remove most ofINLINE
pragmas. In the effect,aeson
compiles almost twice as fast.
To get
fast
compilation effect cabal-install users may specifyoptimization: False
.👉 Make map type used by Object abstract so the underlying implementation can be modified, thanks to Callan McGill
➕ Add
ordered-keymap
flag allowing to change the underlying implementation of objectKeyMap
.⬇️ Drop GHC-7 support
✂ Remove Data.Aeson.Encode module
Double
andFloat
infinities are encoded as"+inf"
and"-inf"
. ChangeTo/FromJSONKey
instances to use"+inf"
and"-inf"
too.FromJSON ()
andFromJSON (Proxy tag)
accept any JSON value.
- ✂ Remove forced
-
v1.5.6.0 Changes
- 🖨 Make
Show Value
instance print object keys in lexicographic order.
- 🖨 Make
-
v1.5.5.1 Changes
- 🛠 Fix a bug in
FromJSON QuarterOfYear
instance.
- 🛠 Fix a bug in
-
v1.5.5.0 Changes
➕ Add instances for
Month
,Quarter
andQuarterOfYear
(fromtime-1.11
), thanks to Oleg Grenrus.🚚 The aeson repository has been moved to the haskell github organization!
-
v1.5.4.1 Changes
- 👉 Use
Text.Encoding.decodeLatin1
to speed up ASCII string decoding, thanks to Dmitry Ivanov. - Support
bytestring 0.11.*
andth-abstraction 0.4.*
, thanks to Oleg Grenrus.
- 👉 Use
-
v1.5.4.0 Changes
- ➕ Add instances for
ToJSONKey
andFromJSONKey
toConst
, thanks to Dan Fithian. - ➕ Add support for template-haskell 2.17, thanks to Galen Huntington.
- 📚 Documentation typo fix, thanks to Jean-Baptiste Mazon.
- ➕ Add instances for
-
v1.5.3.0 Changes
- ➕ Add instances for types in
strict
anddata-fix
packages, thanks to Oleg Grenrus. - CPP cleanup, thanks to Oleg Grenrus.
- Instances for
dlist
'sData.DList.DNonEmpty.DNonEmpty
, thanks to Oleg Grenrus.
- ➕ Add instances for types in
-
v1.5.2.0 Changes
June 14, 2020- ➕ Add
Ord Value
instance, thanks to Oleg Grenrus. - Export
rejectUnknownFields
fromData.Aeson
- ➕ Add