All Versions
59
Latest Version
Avg Release Cycle
57 days
Latest Release
-
Changelog History
Page 1
Changelog History
Page 1
-
v2.1.0.0 Changes
- ๐ Change time instances of types with year (
Day,UTCTime) to require years with at least 4 digits. - ๐ Change
KeyValueinstances to be more general (and use equality to constraint them) instead of being more lax flexible instances. - Export
Keytype also fromData.Aeson.KeyMapmodule. - Export
mapWithKeyfromData.Aeson.KeyMapmodule. - ๐ Export
ifromJSONandiparsefromData.Aeson.Types. AddiparseEither. - โ Add
MonadFix Parserinstance. - ๐ Make
Semigroup Seriesslightly lazier - โ Add instances for
Genericallytype
- ๐ Change time instances of types with year (
-
v2.0.3.0 Changes
- ๐
text-2.0support - โ
bytestring-0.11.2.0support - Rewrite pure text literal unescaper.
- โ Add
QuickCheck'sArbitrary,CoArbitraryandFunctioninstances
- ๐
-
v2.0.2.0 Changes
- โ Add
IsList (KeyMap v)instance. - โ Add
toMapTextandfromMapTexttoData.Aeson.KeyMap. - โ Add
ShortTextinstances - โ Add
Soloinstances
- โ Add
-
v2.0.1.0 Changes
- โ Add
FromJSON KeyMapinstance. - 0๏ธโฃ Make
ordered-keymapon by default.
- โ Add
-
v2.0.0.0 Changes
- โ Remove forced
-O2and then unneededfastflag. Also remove most ofINLINEpragmas. In the effect,aesoncompiles almost twice as fast.
To get
fastcompilation 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-keymapflag allowing to change the underlying implementation of objectKeyMap.โฌ๏ธ Drop GHC-7 support
โ Remove Data.Aeson.Encode module
DoubleandFloatinfinities are encoded as"+inf"and"-inf". ChangeTo/FromJSONKeyinstances to use"+inf"and"-inf"too.FromJSON ()andFromJSON (Proxy tag)accept any JSON value.
- โ Remove forced
-
v1.5.6.0 Changes
- ๐จ Make
Show Valueinstance print object keys in lexicographic order.
- ๐จ Make
-
v1.5.5.1 Changes
- ๐ Fix a bug in
FromJSON QuarterOfYearinstance.
- ๐ Fix a bug in
-
v1.5.5.0 Changes
โ Add instances for
Month,QuarterandQuarterOfYear(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.decodeLatin1to 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
ToJSONKeyandFromJSONKeytoConst, 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