Releases: parasyte/myn
Releases · parasyte/myn
0.2.2
30 May 01:33
Compare
Sorry, something went wrong.
No results found
Improvements:
Support tuples and arrays in path parser. (#17 )
0.2.1
11 Feb 01:04
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
You can’t perform that action at this time.