hatmill/CHANGELOG.md

49 lines
1.0 KiB
Markdown
Raw Normal View History

2019-04-28 20:59:08 +00:00
# Changelog
2019-05-30 04:41:04 +00:00
## [0.0.5] - 2019-05-29
2019-05-30 03:36:50 +00:00
### Added
2019-05-30 02:01:37 +00:00
- `attribute.Formmethod` helper function
2019-05-30 03:36:50 +00:00
- Tests for each generated attribute type
2019-05-30 02:01:37 +00:00
### Changed
- Formatted code identifiers in Changelog
2019-05-30 04:41:04 +00:00
- `Accept`, `AcceptCharset`, `Class`, `For`, `Headers`, `Ping`, `Rel`, `Srcset`,
and `Sandbox` attribute helper functions have variadic `string` parameters.
- `Coords` attribute helper function has variadic `float32` parameter.
2019-05-30 02:01:37 +00:00
2019-05-28 04:34:01 +00:00
## [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.
2019-05-30 02:01:37 +00:00
- `element.A` and `attribute.Accept` specs have comments.
2019-05-15 02:26:59 +00:00
## [0.0.3] - 2019-05-11
### Added
2019-05-30 02:01:37 +00:00
2019-05-15 02:26:59 +00:00
- 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
2019-05-30 02:01:37 +00:00
2019-04-28 20:59:08 +00:00
- 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
2019-05-30 02:01:37 +00:00
- `Attrib.WriteTo` replaces special characters in `Value` with HTML entities.
- `Text.WriteTo` replaces special characters with HTML entities.
2019-04-29 04:03:28 +00:00
2019-04-28 20:59:08 +00:00
## [0.0.1] - 2019-04-28
Initial development release