avro v0.5.2.0 Release Notes
Release Date: 2020-04-14 // over 4 years ago-
๐ 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
Previous changes from v0.5.1.0
-
๐ 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