avro v0.5.0.0 Release Notes

Release Date: 2020-03-25 // about 4 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