Skip to content

Releases: parasyte/myn

0.2.1

11 Feb 01:04
c262c15
Compare
Choose a tag to compare

Improvements:

  • Adds a new utility function get_attr_strings() to retrieve a list of strings for doc-like attributes. (#14)

0.2.0

10 Feb 22:03
56cffbe
Compare
Choose a tag to compare

Improvements:

  • Make low-level parsing methods on TokenIterExt non-consuming when an error is returned. (#8)

Fixes:

  • Literal::as_string() was inappropriately trimming whitespace. (#11)

Breaking changes:

  • Methods on TokenIterExt have been replaced to allow for non-consuming error handling:
    • as_group() -> try_group()
    • as_ident() -> try_ident()
    • as_lit() -> try_lit()
    • as_punct() -> try_punct()

0.1.0

10 Apr 23:25
c403005
Compare
Choose a tag to compare

Initial release!