Revision history for Terminal-ANSIParser
0.0.4 2024-10-18T16:32:51-07:00
- Handle BEL as an OSC terminator as per xterm (now default behavior)
- Support :dec-pedantic option, forcing ignoring xterm extensions and
matching only physical DEC VT behavior (implies :raw-bytes)
- Bring CI up to current GitHub standards
0.0.3 2022-07-16T19:27:25-07:00
- Handle already-decoded codepoints in input (now default behavior)
- Support :raw-bytes option, forcing interpretation of input as raw bytes
instead of codepoints
0.0.2 2021-11-02
- Improve behavior at end of input, passing EOI marker downstream
0.0.1 2021-10-31
- Initial version, bare byte-by-byte parser generator