Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Return Node from all helpers instead of NodeFunc (#62) | Markus Wüstenberg | 2021-01-07 | -1/+1 |
| | | | | | This makes it clearer that the helpers return a `Node` of any kind, and that the type is not important. This also streamlines the API, as attribute helpers already return just `Node`. | |||
* | Rename Document to Doctype (#54) | Markus Wüstenberg | 2020-12-10 | -1/+1 |
| | ||||
* | Move elements and attributes into html package (#52) | Markus Wüstenberg | 2020-12-10 | -15/+14 |
| | | | | | This makes it easier to use dot-imports. Also updated the readme and examples with new usage, and move the `Classes` helper into the `components` package. | |||
* | Add package docs (#41) | Markus Wüstenberg | 2020-11-02 | -0/+1 |
| | | | Also update readme with features. | |||
* | Add HTML5 document template (#36) | Markus Wüstenberg | 2020-10-29 | -0/+40 |