Releases: tanutapi/dart_meteor
Releases · tanutapi/dart_meteor
4.0.0-beta.2
- Adding Web platform support by using the
web_socket_channel
.
3.0.0
BREAKING CHANGE. The meteor.collection('collectionName')
streams are now snapshot.hasData == true
and have an empty map at the beginning.
2.1.3
- Resend subscription packets on reconnection.
2.1.2
- Return MeteorClientLoginResult on logoutOtherClients.
2.1.1
- Return null if no current value presents for the 'currentValue'.
2.1.0
Fix a bug on escaping DateTime when doing method call and subscribe.
2.0.4
- Fix bug on meteor.user() does not set back to null after user has been logged out.
2.0.3
Separated login function.
2.0.2
Fix bugs on connecting to Meteor 2.x.x and on logout function.
2.0.1
Fix a $date bug when parsing an array result from methods/collections.