Skip to content

Release v0.5.0.0

Compare
Choose a tag to compare
@haskellworksci haskellworksci released this 25 Mar 08:06

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
  • 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