Skip to content

cynic-parser-v0.3.0

Compare
Choose a tag to compare
@cynic-releaser cynic-releaser released this 14 May 14:16
· 123 commits to main since this release
5ac26f1

New Features

  • Updated most functions to return the named type Iter rather than
    impl ExactSizedIterator (#945)
  • All the readers now impl Debug
    (#923)

Bug Fixes

  • Parser now errors on an invalid directive location instead of panicing
    (#948)
  • Pretty printing now formats long arguments correctly
    (#947)