platform/packages/html_builder/CHANGELOG.md

32 lines
388 B
Markdown
Raw Normal View History

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