Skip to content

Releases: tanutapi/dart_meteor

4.0.0-beta.2

19 Mar 04:00
2a77490
Compare
Choose a tag to compare
4.0.0-beta.2 Pre-release
Pre-release
  • Adding Web platform support by using the web_socket_channel.

3.0.0

24 Jun 15:38
1a7f4aa
Compare
Choose a tag to compare

BREAKING CHANGE. The meteor.collection('collectionName') streams are now snapshot.hasData == true and have an empty map at the beginning.

2.1.3

28 Dec 09:29
949f958
Compare
Choose a tag to compare
  • Resend subscription packets on reconnection.

2.1.2

21 Dec 06:42
Compare
Choose a tag to compare
  • Return MeteorClientLoginResult on logoutOtherClients.

2.1.1

17 Nov 08:22
Compare
Choose a tag to compare
  • Return null if no current value presents for the 'currentValue'.

2.1.0

16 Oct 15:04
Compare
Choose a tag to compare

Fix a bug on escaping DateTime when doing method call and subscribe.

2.0.4

08 Oct 10:50
1176285
Compare
Choose a tag to compare
  • Fix bug on meteor.user() does not set back to null after user has been logged out.

2.0.3

08 Aug 13:38
Compare
Choose a tag to compare

Separated login function.

2.0.2

25 Jul 18:13
Compare
Choose a tag to compare

Fix bugs on connecting to Meteor 2.x.x and on logout function.

2.0.1

18 Jul 08:22
Compare
Choose a tag to compare

Fix a $date bug when parsing an array result from methods/collections.