Skip to content

Latest commit

 

History

History
50 lines (41 loc) · 2.62 KB

CHANGELOG.md

File metadata and controls

50 lines (41 loc) · 2.62 KB

Changelog

All notable changes to this project will be documented in this file.

[0.9.0] - 2024-04-29

Changed

  • Remove the Result in the run API #43
  • Consume the Parser object during injection #43
  • Improve the memory footprint of ResolvedSymbolTable #43
  • Update dependencies and remove examples + benches #46

0.8.0 - 2019-08-27

Changed

  • Add max_alternatives parameter to the Parser::run API #39
  • Add alternatives attribute in ParsedValue #39
  • Switch matched_value and raw_value #39
  • Group resolved_value and matched_value in a dedicated ResolvedValue object #39

0.7.2 - 2019-07-19

Fixed

  • Make LicenseInfo public #38

0.7.1 - 2019-07-18

Added

  • Add a license file to the gazetteer entity parser #36

0.7.0 - 2019-04-16

Added

  • Add API to prepend entity values #31
  • Add matched value in API output #32

0.6.0 - 2018-11-09

Changed

  • Optimize memory usage #27
  • Simpler pattern for errors #27

0.5.1 - 2018-10-15

Changed

  • Fix bug affecting the backward expansion of possible matches starting with stop words #25

0.5.0 - 2018-10-01

Changed

  • Clearer ParserBuilder's API