Skip to content

Releases: higherkindness/avro-parser-haskell

Release v0.1.4.0

21 Jan 09:35
Compare
Choose a tag to compare

This release makes readWithImports return IO (Either T.Text Protocol) instead of IO (Either (ParseErrorBundle T.Text Char) Protocol) which results in parser errors being pretty printed! 🚨💅

Full Changelog: https://github.com/higherkindness/avro-parser-haskell/commits/v0.1.4.0

Release v0.1.3.1

01 Apr 09:01
Compare
Choose a tag to compare

This release adds compatibility with the latest version of avro-0.5.1 🎉

Release v0.1.3

26 Mar 16:32
331ae75
Compare
Choose a tag to compare

This release fixes compatibility with avro >= 0.5, as reported in #7 by @jkachmar

Release v0.1.1

25 Feb 09:19
1c28dea
Compare
Choose a tag to compare

This release:

  • Adds parsing for the new Decimal type (and other logical types).
  • Solves a bug with readWithImports, which now understands relative and absolute paths!

Release v0.1

06 Feb 09:48
Compare
Choose a tag to compare