All Versions
23
Latest Version
Avg Release Cycle
27 days
Latest Release
1804 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.5.2.0 Changes
April 14, 2020๐ Changes
- โฌ๏ธ Upgrade to [email protected] by @newhoggy
- โฌ๏ธ Merge pull request #146 from haskell-works/[email protected] Upgrade to [email protected] by @newhoggy
- โ Remove unused imports by @newhoggy
- ๐ Merge pull request #147 from haskell-works/remove-unused-imports Remove unused imports by @newhoggy
- ๐ Build on ghc-8.10.1 by @newhoggy
- ๐ Merge pull request #148 from haskell-works/build-on-ghc-8.10.1 Build on ghc-8.10.1 by @newhoggy
- ๐ Checkout on release by @newhoggy
- ๐ New version 0.5.2.0 by @newhoggy
-
v0.5.1.0 Changes
March 30, 2020๐ Changes
- ๐ CI build for ghc-8.8.3 by @newhoggy
- ๐ Merge pull request #145 from haskell-works/ci-build-for-ghc-8.8.3 CI build for ghc-8.8.3 by @newhoggy
- โ Remove Record's Order as per specification by @AlexeyRaga
- โ Test recursive case by @AlexeyRaga
- โ Add mutually recursive case by @AlexeyRaga
- ๐ Build with 8.8.3, deprecate 8.4.4 by @AlexeyRaga
- ๐ Merge pull request #144 from haskell-works/remove-record-order Remove Record's Order as per specification by @AlexeyRaga
- โ Remove unspecified field from Schema by @AlexeyRaga
-
v0.5.0.0 Changes
March 25, 2020๐ Changes
- โ Add functionality for customizing derived Haskell type names by @null
- ๐ Merge pull request #140 from jmickelin/custom-typename-deriving Add functionality for customizing derived Haskell type names by @AlexeyRaga
- ๐ Make deconflicting properly recursive by @null
- ๐ Make deconflicting work purely on Schemas by @null
- Direct decoding by @AlexeyRaga
- โก๏ธ Update shell.nix by @AlexeyRaga
- ๐ Simplify decoding, support all types in Schema by @AlexeyRaga
- Encode containers by @AlexeyRaga
- โ Remove Lazy and Strict decoding and reorganise project by @AlexeyRaga
- 0๏ธโฃ DefaultValue by @AlexeyRaga
- ๐ Rename classes to ToAvro / FromAvro and document by @AlexeyRaga
- ๐ Rename 'encodeValue' into 'encodeValueWithSchema' by @AlexeyRaga
- ๐ฆ Expose 'encodeValue' and 'decodeValue' by @AlexeyRaga
- โก๏ธ Embrace HasAvroSchema, update Readme by @AlexeyRaga
- โก๏ธ Update Readme by @AlexeyRaga
- โ Add missing ToAvro cases by @AlexeyRaga
- ๐ Merge pull request #141 from haskell-works/decode-optimisation 3x faster, support logical types better, simpler interface by @AlexeyRaga
- ๐ Release v0.5.0.0 by @AlexeyRaga
-
v0.4.7.0 Changes
February 25, 2020๐ Changes
- โฌ๏ธ Upgrade to ghc-8.8.2 in CI by @newhoggy
- โก๏ธ Update orbs by @newhoggy
- โฌ๏ธ Merge pull request #133 from haskell-works/upgrade-to-ghc-8.8.2-in-ci Upgrade to ghc-8.8.2 in CI by @newhoggy
- โ Add logical types (decimal, UUID, dates) by @serras
- ๐ Fix benchmarks and tests by @serras
- ๐ Fix on 8.8 by @serras
- ๐ Merge pull request #135 from serras/master Add logical types (decimal, UUID, dates) by @AlexeyRaga
- โ Add deriving for unions with a single constructor by @null
- ๐ Merge pull request #134 from jmickelin/derive-avro-for-singleton-unions Add deriving for unions with a single constructor by @AlexeyRaga
- โ Add FromLazyAvro instances for logical types by @null
- ๐ Merge pull request #136 from jmickelin/fromlazy-avro-logical Add FromLazyAvro instances for logical types by @AlexeyRaga
- โ Add status badges (and Hackage) to README.md by @kutyel
- ๐ Merge pull request #137 from kutyel/master Add status badges (and Hackage) to README.md by @AlexeyRaga
- โ Add EitherN types for N=6...10 by @null
- โ Add tests for Either6...Either10 by @null
- ๐ Merge pull request #138 from jmickelin/either-10 Either6...Either10 by @AlexeyRaga
- Consider adding derived Ord instances by @kutyel
- ๐ Merge pull request #139 from kutyel/ord-instances Consider adding derived Ord instances by @AlexeyRaga
- ๐ Release v0.4.7.0 by @AlexeyRaga
-
v0.4.6.0 Changes
January 16, 2020๐ Changes
- โ Direct test output and generate environment files by @newhoggy
- ๐ Merge pull request #124 from haskell-works/direct-test-output-and-generate-environment-files Direct test output and generate environment files by @newhoggy
- โ Enable doctest by @newhoggy
- ๐ Merge pull request #125 from haskell-works/enable-doctest Enable doctest by @newhoggy
- ๐ Use Schema instead of Type by @AlexeyRaga
- ๐ Deprecate Type by @AlexeyRaga
- ๐ Merge pull request #126 from haskell-works/use-schema Use Schema instead of Type by @AlexeyRaga
- Switch to use zlib exclusively by @newhoggy
- ๐ Merge pull request #129 from haskell-works/switch-to-use-zlib-exclusively Switch to use zlib exclusively by @AlexeyRaga
- โ Disable overflowed-literals warnings in tests by @newhoggy
- ๐ Merge pull request #131 from haskell-works/disable-overflowed-literals-warning-in-tests Disable overflowed-literals warnings in tests by @newhoggy
- ๐ New version 0.4.6.0 by @newhoggy
-
v0.4.5.4 Changes
November 03, 2019๐ Changes
- Expand enums in expandNamedTypes by @serras
- ๐ Merge pull request #119 from serras/master Expand enums in expandNamedTypes by @AlexeyRaga
- ๐ Release v0.4.5.4 by @AlexeyRaga
-
v0.4.5.3 Changes
October 03, 2019๐ Changes
- โฌ๏ธ Upgrade haskell-build orb version by @newhoggy
- โฌ๏ธ Merge pull request #112 from haskell-works/upgrade-haskell-build-orb-version Upgrade haskell-build orb version by @newhoggy
- โฌ๏ธ Upgrade to haskell-build-4.0.1 by @newhoggy
- โฌ๏ธ Merge pull request #114 from haskell-works/upgrade-haskell-build-orb-version Upgrade to haskell-build-4.0.1 by @newhoggy
- โฌ๏ธ Upgrade to haskell-build-4.0.2 by @newhoggy
- โฌ๏ธ Merge pull request #115 from haskell-works/upgrade-haskell-build-orb-version Upgrade to haskell-build-4.0.2 by @newhoggy
- ๐ Support primitive types declared as JSON objects. Refs: #116 by @forficate
- Merge pull request #118 from forficate/feature/parse_primitive_types_defined_as_object Support primitive types declared as JSON objects by @AlexeyRaga
- Tip toe around MonadFail by @newhoggy
- โ Add ghc-8.8.1 to CI by @newhoggy
- ๐ Merge pull request #122 from haskell-works/tip-toe-around-monad-fail Tip toe around monad fail by @AlexeyRaga
- ๐ New version 0.4.5.3 by @newhoggy
-
v0.4.5.2 Changes
August 12, 2019๐ Changes
- โ Add upper bound to text by @newhoggy
- ๐ Merge pull request #110 from haskell-works/add-upper-bound-to-text Add upper bound to text by @newhoggy
- Conditionally define Lift instance for Text by @newhoggy
- ๐ Merge pull request #111 from haskell-works/conditionally-define-lift-instance-for-text Conditionally define lift instance for text by @newhoggy
- ๐ New version 0.4.5.2 by @newhoggy
-
v0.4.5.1 Changes
August 01, 2019๐ Changes
โ Remove comment in splice Haddock doesn't like it and fails because it thinks it's section syntax:
src/Data/Avro/Deriving.hs:465:15: error: parse error on input โ-- $(schemaDef' sch)โ | 465 | x = sch -- $(schemaDef' sch) | ``` by @alexbiehl
- Merge pull request #109 from alexbiehl/patch-1 Remove comment in splice by @AlexeyRaga
- Release v0.4.5.1 by @AlexeyRaga
-
v0.4.5.0 Changes
July 31, 2019๐ Changes
- ๐ Use vectors for unions by @AlexeyRaga
- ๐ Use Vector for Enum by @AlexeyRaga
- Lift schema to TH by @AlexeyRaga
- Cleanup lang extensions by @AlexeyRaga
- ๐ Merge pull request #98 from haskell-works/vector-unions Vector unions by @AlexeyRaga
- ๐ Fix named types for "fixed" by @AlexeyRaga
- ๐ Merge pull request #108 from haskell-works/fix-named-fixed-types Fix named types for "fixed" by @AlexeyRaga
- ๐ Release v0.4.5.0 by @AlexeyRaga