platform/packages/sync/CHANGELOG.md

50 lines
617 B
Markdown
Raw Normal View History

2021-08-20 04:59:02 +00:00
# Change Log
2023-12-25 03:45:10 +00:00
## 8.1.1
* Updated repository link
2023-12-24 16:10:10 +00:00
## 8.1.0
* Updated `lints` to 3.0.0
* Fixed linter warnings
2023-05-27 07:38:50 +00:00
## 8.0.0
* Require Dart >= 3.0
2022-08-16 11:19:04 +00:00
## 7.0.0
* Require Dart >= 2.17
2022-04-23 04:21:39 +00:00
## 6.0.0
2022-08-16 11:19:04 +00:00
* Require Dart >= 2.16
2022-04-23 04:21:39 +00:00
## 5.0.0
* Skipped release
2021-09-12 04:33:41 +00:00
## 4.1.1
* Fixed license link
2021-09-12 02:52:19 +00:00
## 4.1.0
* Updated to use `belatuk_pub_sub` package
* Upgraded from `pendantic` to `lints` linter
2021-08-20 04:59:02 +00:00
## 4.0.0
* Updated to use `angel3` packages
* Published with `angel3` prefix
## 3.0.0
2022-08-16 11:19:04 +00:00
* Migrated to support Dart >= 2.12 NNBD
2021-06-20 12:37:20 +00:00
2021-08-20 04:59:02 +00:00
## 2.0.0
2018-11-15 17:03:03 +00:00
* Dart 2 + Angel 2 updates.
2021-08-20 04:59:02 +00:00
* Extend `StreamChannel`, instead of the defunct `WebSocketSynchronizer`.