All Versions
53
Latest Version
Avg Release Cycle
54 days
Latest Release
1437 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
opaqueparser (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