48 lines
939 B
Markdown
48 lines
939 B
Markdown
# Changelog
|
|
|
|
## [unversioned]
|
|
|
|
### Added
|
|
|
|
- `attribute.Formmethod` helper function
|
|
- Tests for each generated attribute type
|
|
|
|
### Changed
|
|
|
|
- Formatted code identifiers in Changelog
|
|
- Attributes `accept`, `accept-charset`, `class`, `for`, `headers`, `ping`,
|
|
`rel`, `srcset`, and `sandbox` have variadic string parameters.
|
|
|
|
## [0.0.4] - 2019-05-27
|
|
|
|
### Added
|
|
|
|
- `hatmill.RawText` type for unescaped text nodes
|
|
|
|
### Changed
|
|
|
|
- Element and attribute specs can define custom function doc comments.
|
|
- `element.A` and `attribute.Accept` specs have comments.
|
|
|
|
## [0.0.3] - 2019-05-11
|
|
|
|
### Added
|
|
|
|
- Benchmark against `html/template`
|
|
|
|
## [0.0.2] - 2019-04-28
|
|
|
|
### Added
|
|
|
|
- Changelog
|
|
- `hatmill.Terms` type for representing lists of nodes
|
|
|
|
### Changed
|
|
|
|
- `Attrib.WriteTo` replaces special characters in `Value` with HTML entities.
|
|
- `Text.WriteTo` replaces special characters with HTML entities.
|
|
|
|
## [0.0.1] - 2019-04-28
|
|
|
|
Initial development release
|