Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 891 Bytes

CHANGELOG.md

File metadata and controls

40 lines (29 loc) · 891 Bytes

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.0.5]

Added

  • benchmarks (vs nom)

Changed

  • ParseError to ParsingError and now in prelude
  • Cursor now in prelude

[0.0.4]

Added

  • parse_opt_with and parse_opt_selected
  • cookbook ch_8_alternate_opts

[0.0.3]

Added

  • Pipe seperator on trace/log
  • char(ch) matches on a single char
  • introduced CHANGELOG.md

Fixed

  • license links in README

Changed

  • log target renamed to "dc" => use RUST_LOG=dc=trace for capturing logging
  • ParseError and Cursor are in module prelude.dc
  • rename section_ to ch_ in cookbook

[0.0.2] - 2023-05-18

Added documentation

[0.0.1] - 2023-05-18

Initial release