Skip to content
This repository was archived by the owner on Apr 17, 2019. It is now read-only.

Changelog

Jesse Bounds edited this page Nov 25, 2013 · 7 revisions

####Changelog:

#####October 20th, 2013 version 0.1.1

This includes:

  • Cleanup of srp C code for meteor auth
  • Automated reattempts of login (configurable)
  • Logout convenience method
  • A "connected" property on MeteorClient that can be observed - it is true when connected to meteor. Websocket ready is true when the websocket is connected but not necessarily when the system has connected to a meteor server.
  • Bug fixes for specs for issues introduced in 0.1.0

#####September 26, 2013: We are marking our first release version 0.1.0! This includes (with lots of help from @ewindso):

  • several changes that help stabilize the application in real world scenarios (i.e. reconnect).
  • We added the ability to send DDP messages that invoke methods on your server (i.e. Meteor.call).
  • You can listen for a notification that confirms a subscription request you've made is ready, there are notifications for auth failure, and you can now get notifications on a per collection basis if you want.
  • You can now unsubscribe from updates for specific collections on the server.
  • Finally, the ObjectiveDDP library and Example projects have been configured to play nicely with the latest Xcode version 5.
Clone this wiki locally