platform/packages/html_builder/CHANGELOG.md

38 lines
541 B
Markdown
Raw Normal View History

2021-06-22 09:35:08 +00:00
# Change Log
2021-09-11 03:49:37 +00:00
## 2.0.4
* Upgraded from `pendantic` to `lints` linter
* Removed deprecated parameters
2021-09-11 10:53:01 +00:00
* Final release. Replaced by `belatuk_html_builder` package.
2021-09-11 03:49:37 +00:00
2021-06-22 09:35:08 +00:00
## 2.0.3
2021-09-11 03:49:37 +00:00
* Added an example
2021-06-22 09:35:08 +00:00
* 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.