All Versions
53
Latest Version
Avg Release Cycle
54 days
Latest Release
788 days ago
Changelog History
Page 4
Changelog History
Page 4
-
v3.6.0 Changes
October 07, 2018 -
v3.5.3 Changes
October 06, 2018 -
v3.5.2 Changes
September 12, 2018๐ Bug Fixes
- Don't report previous errors from expected (0048c5ef)
-
v3.5.1 Changes
August 13, 2018๐ Bug Fixes
- ๐ Add all errors of nested choice parsers (f2b8fbbf)
-
v3.5.0 Changes
August 13, 2018 -
v3.4.0 Changes
August 04, 2018๐ Features
- Add the silent combinator (b9bc28d3)
- ๐ Add the
opaque
parser (1a1123f5) - Add tokens2 as a simpler version of tokens (072a8c13)
- Add the from_str combinator (908f9ebd)
๐ Bug Fixes
- Make (many1(p), end) report more expected messages (9e26d38e)
- ๐ Report more errors in the middle of sequence parsers (f9e404f6)
- ๐ Report more expected information from nested sequence parsers (9aa1db92)
- Use the message variant in from_str to work on no_std (edf5ff60)
- ๐ Remove redundant Any bound on easy::Errors (16601046, closes #177)
-
v3.3.6 Changes
- Don't forget the state in any_send_partial_state (4e2eb928)
-
v3.3.5 Changes
June 30, 2018๐ Bug Fixes
- ๐ Propagate the ParseMode in range::recognize (c330a737)
-
v3.3.4 Changes
June 30, 2018- ๐ fix: Forward the partial mode through the parser! macro correctly
-
v3.3.3 Changes
June 29, 2018๐ Bug fixes
- ๐ Parse from the start in sequence parsers in first mode