Skip to content

Latest commit

 

History

History
168 lines (107 loc) · 7.72 KB

CHANGELOG.md

File metadata and controls

168 lines (107 loc) · 7.72 KB

Change Log

v0.3.2 (2016-06-28)

Full Changelog

Closed issues:

  • line_col causing stack overflow when optimization turned off #67

v0.3.1 (2016-06-25)

Full Changelog

Implemented enhancements:

  • Add changelog #56

v0.3.0 (2016-06-22)

Full Changelog

Implemented enhancements:

  • Add new() on Token #63
  • Make all process methods visible and remove main constraint. #59
  • Add input() reference to Parser. #57

Fixed bugs:

  • line_col entered unreachable code when input has unicode #60

Closed issues:

  • Error handling during process!-matchers #51

Merged pull requests:

v0.2.9 (2016-06-13)

Full Changelog

v0.2.8 (2016-06-13)

Full Changelog

Merged pull requests:

  • Implement support for references within StringInput #55 (steffengy)

v0.2.7 (2016-06-13)

Full Changelog

Implemented enhancements:

  • Change process to accept lifetimes. #53

Fixed bugs:

  • Only leaf errors should be reported. #54

v0.2.6 (2016-06-12)

Full Changelog

v0.2.5 (2016-06-11)

Full Changelog

v0.2.4 (2016-06-11)

Full Changelog

Fixed bugs:

  • try! fails inside of process! matchers. #52

Closed issues:

  • List parsing #49

v0.2.3 (2016-06-10)

Full Changelog

Implemented enhancements:

  • process! support mutability-specifier for bindings #50

Merged pull requests:

v0.2.2 (2016-06-10)

Full Changelog

Implemented enhancements:

  • Add examples for process! #44

Closed issues:

  • Right-associative operator #45

Merged pull requests:

v0.2.1 (2016-06-08)

Full Changelog

v0.2.0 (2016-06-08)

Full Changelog

Implemented enhancements:

  • Mention recursion limit in the docs. #39
  • Mention Rule in impl_rdp! and Token docs. #38
  • Add a prelude. #37
  • Rethink empty string match [""] in examples. #35
  • Rename exp to expression in all examples. #33
  • Add calculator example. #31
  • Add rule to Input for position to (line, column) conversion. #29
  • Parser end() should be replaced by eoi(). #27
  • Implement macro to handle output. #23
  • Remove Box from Rdp's Input. #22
  • Add calculator example. #20
  • Rename ws to whitespace. #19
  • Add atomic rule. #17
  • Comparison with other parsers #16
  • Move Token outside of macro. #15
  • Add benchmarks to README.md. #14
  • Add Lua example. #13
  • Improve documentation & host it. #12
  • Add CI. #11
  • Add error reporting. #8
  • Add capturing. #5
  • Improved documentation. Fixes #12. #26 (dragostis)

Fixed bugs:

  • process will reach out of bounds instead of failing a pattern. #28
  • ws should not skip_ws. #18

Closed issues:

  • Readme: Speedup should be slowdown? #42
  • Rething empty string match [] #34

Merged pull requests:

v0.1.0 (2016-05-22)

Full Changelog

Implemented enhancements:

  • Consider inlining rules. #9
  • Add optional rule. #4
  • Add interrogation rules. #3
  • Add repetition rules. #2
  • Restyle grammar. #1

Merged pull requests:

v0.0.1 (2016-04-24)

* This Change Log was automatically generated by github_changelog_generator