Skip to content

Releases: inhabitedtype/angstrom

v0.2.0

29 Dec 20:43
Compare
Choose a tag to compare

Breaking Changes

  • Done state now reports position of unconsumed input after successful parse (#42)
  • consumed record field renamed committed (#42)

Features

  • Add big/little endian parsers (#49, #50, #52, #58)
  • Add at_end parser that succeeds when the end of input is reached (#54)
  • Add advance parser to skip over input without allocations (#55)

Dependencies

v0.1.1

21 Jul 18:19
Compare
Choose a tag to compare
  • Fix package metadata related to depopts (#37, #38)
  • Eliminate superfluous use of locally-abstract type annotation (#36)
  • Add selective build support for benchmarking programs (#39)

v0.1.0

20 Jul 19:47
Compare
Choose a tag to compare

Initial release.