2019-04-28 20:59:08 +00:00
|
|
|
# Changelog
|
|
|
|
|
2019-05-28 04:34:01 +00:00
|
|
|
## [0.0.4] - 2019-05-27
|
|
|
|
|
|
|
|
### Added
|
|
|
|
|
|
|
|
- `hatmill.RawText` type for unescaped text nodes
|
2019-05-15 03:15:18 +00:00
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
|
|
|
- Element and attribute specs can define custom function doc comments.
|
|
|
|
- element.A and attribute.Accept specs have comments.
|
|
|
|
|
2019-05-15 02:26:59 +00:00
|
|
|
## [0.0.3] - 2019-05-11
|
|
|
|
|
|
|
|
### Added
|
|
|
|
- Benchmark against `html/template`
|
|
|
|
|
2019-04-29 04:03:28 +00:00
|
|
|
## [0.0.2] - 2019-04-28
|
2019-04-28 20:59:08 +00:00
|
|
|
|
|
|
|
### Added
|
|
|
|
- Changelog
|
2019-04-28 21:27:46 +00:00
|
|
|
- `hatmill.Terms` type for representing lists of nodes
|
2019-04-28 20:59:08 +00:00
|
|
|
|
2019-04-29 04:03:28 +00:00
|
|
|
### Changed
|
|
|
|
- Attrib.WriteTo replaces special characters in Value with HTML entities.
|
|
|
|
- Text.WriteTo replaces special characters with HTML entities.
|
|
|
|
|
2019-04-28 20:59:08 +00:00
|
|
|
## [0.0.1] - 2019-04-28
|
|
|
|
|
|
|
|
Initial development release
|