Skip to content

Releases: leancodepl/comms

flutter_comms-v1.2.0

31 Jan 14:05
1513ae7
Compare
Choose a tag to compare
Merge pull request #75 from leancodepl/chore/flutter-comms-upgrade-bloc

[flutter_comms] Upgrade bloc dependency to ^9.0.0

comms-v1.2.0

31 Jan 13:50
b56b37c
Compare
Choose a tag to compare
Merge pull request #74 from leancodepl/chore/comms-upgrade-bloc

[comms] Upgrade bloc dependency to ^9.0.0

flutter_comms-v1.1.0

27 Oct 19:46
24cdc6c
Compare
Choose a tag to compare
Prepare 1.1.0 release (#72)

* Prepare 1.1.0 release

- update CHANGELOGS, pubspecs and workflows

- update packages

- update dart and flutter constraints

Closes #71

* Apply changes from CR

- use latest dart 3.1 version in comms-prepare

- remove usage of matrix.channel in flutter_comms-prepare

* Use subosito/flutter-action@v2 in flutter_comms-prepare

comms-v1.1.0

27 Oct 18:51
24cdc6c
Compare
Choose a tag to compare
Prepare 1.1.0 release (#72)

* Prepare 1.1.0 release

- update CHANGELOGS, pubspecs and workflows

- update packages

- update dart and flutter constraints

Closes #71

* Apply changes from CR

- use latest dart 3.1 version in comms-prepare

- remove usage of matrix.channel in flutter_comms-prepare

* Use subosito/flutter-action@v2 in flutter_comms-prepare

flutter_comms-v1.0.0

21 Jul 09:20
acc12da
Compare
Choose a tag to compare
Fix flutter_comms publish workflow (#62)

comms-v1.0.1

20 Jul 16:28
0049c21
Compare
Choose a tag to compare
Move bloc related APIs to comms package (#60)

* Move bloc related APIs to comms package

- update changelog and pubspec version

- add bloc package

- add ListenerBloc, ListenerCubit and StateSender

- add tests

- extract ProductCountChangedMessage to seperate file

Related to #59

* Update README

comms-v1.0.0

20 Jul 14:15
e5002d8
Compare
Choose a tag to compare
Stable release and find Listeners with contravariant subtyping (#58)

* Stable release and find Listeners with contravariant subtyping

Before Listener<SubClass> would also receive messages of type SupClass,
now it's inverted so the SupClass listeners would receive SubClass
messages and not other way around.

- bump minimum sdk to 3.0.0

- bump packages and remove unneded uuid package

- refactor MessageSinkRegister to handle contravariant message sinks
subtyping, add clear() for testing purposes

- change Listener _id type to _Contra<Message>

- refine Sender send() and getSend() to properly pass message type

- add tests

* Add CODEOWNERS file and remove 2.17 sdk from comms workflows

* Apply changes from CR

comms-v0.0.11

01 Jun 14:05
b171159
Compare
Choose a tag to compare
comms-v0.0.11 Pre-release
Pre-release
Fix new dart compatibility issue (#57)

* Fix new dart compatibility issue

* Bump leancode_lint to 3.0.0

comms-v0.0.10

15 May 12:49
dece1d4
Compare
Choose a tag to compare
comms-v0.0.10 Pre-release
Pre-release
Fix one off messaging when there is any active Listener (#54)

* Fix one off messaging when there is any active Listener

* update changelog and pubspec

* change MessageSinkRegister sendToSinksOfType() to not add one off
messages to buffer when there is any active Listener

* update Sender send() doc comment

* Fix typo and restructure send() doc comment, add PR number in changelog

flutter_comms-v0.0.6+2

14 Mar 13:57
3589c12
Compare
Choose a tag to compare
Pre-release
Fix StateSender sending message on every emit call (#52)