avro v0.5.2.0 Release Notes
Release Date: 2020-04-14 // about 5 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