Releases: leancodepl/comms
Releases · leancodepl/comms
flutter_comms-v1.2.0
Merge pull request #75 from leancodepl/chore/flutter-comms-upgrade-bloc [flutter_comms] Upgrade bloc dependency to ^9.0.0
comms-v1.2.0
Merge pull request #74 from leancodepl/chore/comms-upgrade-bloc [comms] Upgrade bloc dependency to ^9.0.0
flutter_comms-v1.1.0
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
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
Fix flutter_comms publish workflow (#62)
comms-v1.0.1
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
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
Fix new dart compatibility issue (#57) * Fix new dart compatibility issue * Bump leancode_lint to 3.0.0
comms-v0.0.10
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
Fix StateSender sending message on every emit call (#52)