platform/packages/pub_sub/CHANGELOG.md

35 lines
538 B
Markdown
Raw Normal View History

2021-09-12 05:04:10 +00:00
# Change Log
## 3.0.3
* Final release. Replaced by `belatuk_pub_sub` package.
## 3.0.2
2021-05-18 14:47:56 +00:00
* Resolved static analysis warnings
2021-09-12 05:04:10 +00:00
## 3.0.1
2021-05-18 13:55:30 +00:00
* Resolved static analysis warnings
2021-09-12 05:04:10 +00:00
## 3.0.0
2021-05-02 04:12:43 +00:00
* Migrated to work with Dart SDK 2.12.x NNBD
2021-09-12 05:04:10 +00:00
## 2.3.0
2021-03-08 12:56:39 +00:00
* Allow `2.x` versions of `stream_channel`.
* Apply `package:pedantic` lints.
2021-09-12 05:04:10 +00:00
## 2.2.0
2021-03-08 12:56:39 +00:00
* Upgrade `uuid`.
2021-09-12 05:04:10 +00:00
## 2.1.0
* Allow for "trusted clients," which are implicitly-registered clients. This makes using `package:pub_sub` easier, as well making it easier to scale.
## 2.0.0
2021-03-08 12:56:39 +00:00
2021-09-12 05:04:10 +00:00
* Dart 2 updates.