platform/packages/range_header/CHANGELOG.md

34 lines
539 B
Markdown
Raw Normal View History

2021-07-15 08:41:30 +00:00
# Change Log
2021-09-12 12:17:05 +00:00
## 3.0.3
* Final release. Replaced by `belatuk_range_header` package.
2021-07-15 08:41:30 +00:00
## 3.0.2
* Updated README
## 3.0.1
2021-05-18 11:58:51 +00:00
* Resolve static analysis warnings
2021-07-15 08:41:30 +00:00
## 3.0.0
2021-05-02 04:12:43 +00:00
* Migrated to work with Dart SDK 2.12.x NNBD
2021-07-15 08:41:30 +00:00
## 2.0.2
2021-05-01 02:48:36 +00:00
* Fix bug in `toContentRange` that printed invalid indices.
* Fold header items by default.
2021-07-15 08:41:30 +00:00
## 2.0.1
2021-05-01 02:48:36 +00:00
* Adjust `RangeHeaderTransformer` to properly print the content range of each item,
when multiple are present.
2021-07-15 08:41:30 +00:00
## 2.0.0
2021-05-01 02:48:36 +00:00
* Dart 2 update.
* Add `RangeHeaderTransformer`.
2021-07-15 08:41:30 +00:00
* Overall restructuring/refactoring.