Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for commentsv3.1.0 | Thomas Voss | 2024-04-18 | 1 | -2/+2 |
* | Remove the ‘>’ prefixv3.0.0 | Thomas Voss | 2023-11-01 | 2 | -13/+6 |
* | Minor refactor | Thomas Voss | 2023-11-01 | 1 | -3/+3 |
* | Allow for true HTML ID- and class shorthandsv2.0.0 | Thomas Voss | 2023-10-28 | 2 | -4/+31 |
* | Run ‘go fmt’ | Thomas Voss | 2023-10-21 | 1 | -1/+2 |
* | Add a few tests for the parser | Thomas Voss | 2023-10-21 | 1 | -0/+62 |
* | Comment parser.go | Thomas Voss | 2023-10-21 | 1 | -2/+20 |
* | Add tests for reader.go | Thomas Voss | 2023-10-20 | 1 | -0/+178 |
* | Document reader.go | Thomas Voss | 2023-10-20 | 1 | -0/+18 |
* | Improve the implementation of peekRune() | Thomas Voss | 2023-10-20 | 1 | -17/+12 |
* | Minor refactoring | Thomas Voss | 2023-09-11 | 1 | -15/+10 |
* | Add the ‘=’ node for whitespace trimming | Thomas Voss | 2023-09-11 | 1 | -4/+10 |
* | Add the ‘>’ node modifier | Thomas Voss | 2023-09-11 | 1 | -26/+32 |
* | Specify constant type | Thomas Voss | 2023-09-11 | 1 | -1/+1 |
* | Support multiple root-level nodes | Thomas Voss | 2023-09-10 | 1 | -10/+19 |
* | Remove all XML support | Thomas Voss | 2023-09-10 | 1 | -53/+1 |
* | Rework some of the formatting- and parsing code | Thomas Voss | 2023-09-10 | 1 | -6/+6 |
* | Add primitive support for doctypes and XML | Thomas Voss | 2023-09-09 | 1 | -2/+63 |
* | Run ‘go fmt’ | Thomas Voss | 2023-09-09 | 2 | -15/+18 |
* | Genesis commit | Thomas Voss | 2023-09-08 | 3 | -0/+434 |