-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathChanges
More file actions
23 lines (15 loc) · 709 Bytes
/
Changes
File metadata and controls
23 lines (15 loc) · 709 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Revision history for Terminal-ANSIParser
{{$NEXT}}
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