Releases: inProgress-team/react-native-meteor
Releases · inProgress-team/react-native-meteor
1.0.0-beta16
- Accounts.forgotPassword
- Accounts.changePassword
- MeteorListView : now unsubscribes when component unmounts
- Fix a critical bug in 1.0.0-beta15
1.0.0-beta15
- 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
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
- 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
- Restart subscriptions when reconnected to DDP server
1.0.0-beta11
- Added insert and remove functions
1.0.0-beta8
- MeteorListView Component
1.0.0-beta7
- Auto reconnects fastly to DDP server if you device reconnects to network
1.0.0-beta6
- EJSON support
1.0.0-beta5
- added connect options
- added disconnect method
- fork ddp.js repository into react-native-meteor