Skip to content

Releases: inProgress-team/react-native-meteor

1.0.0-beta16

20 Mar 02:50
Compare
Choose a tag to compare
1.0.0-beta16 Pre-release
Pre-release
  • Accounts.forgotPassword
  • Accounts.changePassword
  • MeteorListView : now unsubscribes when component unmounts
  • Fix a critical bug in 1.0.0-beta15

1.0.0-beta15

20 Mar 00:35
Compare
Choose a tag to compare
1.0.0-beta15 Pre-release
Pre-release
  • Meteor-CollectionFS Support. Exposes a Meteor.FSCollection (like Meteor.collection) which add CollectionFS properties like url(), isAudio(), etc... See detailed documentation for more information.
  • Allows offline insert and remove actions. When reconnected these actions are triggered on DDP server
  • Prevent memory leaks and listeners called multiple times while reconnecting

1.0.0-beta14

19 Mar 05:22
Compare
Choose a tag to compare
1.0.0-beta14 Pre-release
Pre-release

Thanks to @spencercarli who did the PR !

  • Accounts.createUser. More Accounts methods to come !
  • Automatic hash of password sended in Accounts.createUser and User.loginWithPassword

1.0.0-beta13

19 Mar 00:09
Compare
Choose a tag to compare
1.0.0-beta13 Pre-release
Pre-release
  • Completely rewrite subscribe and Meteor Mixin
    • Allow reactive variables in startMeteorSubscriptions
    • Subscribes returns an handle who contains stop() method, to manually stop the subscription
    • Avoid memory leaks

1.0.0-beta12

15 Mar 18:55
Compare
Choose a tag to compare
1.0.0-beta12 Pre-release
Pre-release
  • Restart subscriptions when reconnected to DDP server

1.0.0-beta11

14 Mar 22:45
Compare
Choose a tag to compare
1.0.0-beta11 Pre-release
Pre-release
  • Added insert and remove functions

1.0.0-beta8

08 Mar 15:53
Compare
Choose a tag to compare
1.0.0-beta8 Pre-release
Pre-release
  • MeteorListView Component

1.0.0-beta7

08 Mar 14:41
Compare
Choose a tag to compare
1.0.0-beta7 Pre-release
Pre-release
  • Auto reconnects fastly to DDP server if you device reconnects to network

1.0.0-beta6

08 Mar 04:53
Compare
Choose a tag to compare
1.0.0-beta6 Pre-release
Pre-release
  • EJSON support

1.0.0-beta5

08 Mar 04:10
Compare
Choose a tag to compare
1.0.0-beta5 Pre-release
Pre-release
  • added connect options
  • added disconnect method
  • fork ddp.js repository into react-native-meteor