platform/packages/html_builder/CHANGELOG.md

18 lines
317 B
Markdown
Raw Normal View History

2021-05-15 14:48:20 +00:00
# 2.0.2
* Run `dartfmt -w .`
2021-05-15 14:12:07 +00:00
# 2.0.1
* Added pedantic dart rules
2021-05-02 04:12:43 +00:00
# 2.0.0
* Migrated to work with Dart SDK 2.12.x NNBD
2021-05-01 02:48:36 +00:00
# 1.0.4
* Added `rebuild`, `rebuildRecursive`, and `NodeBuilder`.
# 1.0.3
* Dart 2 ready!
# 1.0.2
Changed `h` and the `Node` constructor to take `Iterable`s of children,
instead of just `List`s.