Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-07-19 | Remove unneeded `rust` language flags | Titus Wormer | 1 | -6/+6 | |
2022-07-18 | Change to improve `default_line_ending` api | Titus Wormer | 1 | -4/+4 | |
2022-07-18 | Add support for turning off constructs | Titus Wormer | 1 | -9/+223 | |
2022-07-18 | Refactor to move options to `lib/` | Titus Wormer | 1 | -1/+159 | |
2022-07-07 | Refactor to move token types to `token` | Titus Wormer | 1 | -0/+1 | |
2022-07-05 | Refactor to do some to dos | Titus Wormer | 1 | -2/+2 | |
2022-07-04 | Add support for unicode punctuation | Titus Wormer | 1 | -0/+1 | |
2022-06-21 | Add support for inferring line ending, configurable | Titus Wormer | 1 | -5/+6 | |
* Rename `CompileOptions` to `Options` * Add support for an optional default line ending style * Add support for inferring the used line ending style | |||||
2022-06-13 | Add support for sanitizing urls | Titus Wormer | 1 | -0/+1 | |
* Add support for properly encoding characters in urls * Add support for sanitizing potentially dangerous urls * Add safe defaults, optionally live dangerously | |||||
2022-06-09 | Add basic subtokenization, string content in fenced code | Titus Wormer | 1 | -0/+1 | |