Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 327 Bytes

CHANGELOG.md

File metadata and controls

13 lines (8 loc) · 327 Bytes

Changelog

v0.2.0 (2023-07-27)

  • Add a field (Parser.curr_raw) that holds the raw bytes read since the last event. This can be used by a filter in order to reconstruct the input stream.
  • Various performance improvements

v0.1.0 (2022-06-30)

  • First release of dec_ansi_parser!