pubnub 1.0.3 pubnub: ^1.0.3 copied to clipboard
PubNub SDK v5 for Dart lang (with Flutter support) that allows you to create real-time applications
v1.0.3 #
April 22 2020
- ⭐️️ Fix a typo in UserDx docstring.
- 🐛 Change all Symbols to Strings to support Flutter better, fix a typo in SubscribeParams preventing subscribe from working.
v1.0.2 #
April 18 2020
- ⭐️️ Add backward synchronization to private repository for
pubspec.yaml
andlib/src/core/core.dart
. - ⭐️️ Prevent tests from breaking when version is bumped.
v1.0.1 #
April 18 2020
- ⭐️️ Refactor PAM, hide logger instances and clean up tests.
- ⭐️️ Add
package:pedantic
config to analysis, fix lint issues. - ⭐️️ Removes dummy changelog entry.
- ⭐️️ Add simple example.
- ⭐️️ Improve package description.
- ⭐️️ Clean up test prefixes.
- 🐛 Ensure()isEqual now uses correct template.
- 🐛 Add PAM to library exports.
- 🐛 Consistently use PubNubversion in tests.
v1.0.0 #
April 15 2020
- 🌟️ Add ability to fetch current PubNub timetoken.
- 🌟️ Add ability to publish messages and signals to channels and channel groups.
- 🌟️ Add ability to subscribe to channels and channel groups.
- 🌟️ Add ability to manage Objects (Spaces, Users and Memberships).
- 🌟️ Add ability to manage PubNub Access Manager.
- 🌟️ Add ability to manage device registration for Push Notification Service.
- 🌟️ Add ability to add, delete and retrieve message actions.
- 🌟️ Add channel and channel group abstractions to allow using History.