avro v0.5.0.0 Release Notes
Release Date: 2020-03-25 // over 3 years ago-
๐ 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