Skip to content

Version 1.0.0

Latest
Compare
Choose a tag to compare
@kevinohara80 kevinohara80 released this 18 Mar 15:25
· 136 commits to master since this release

What's new?

  • Promises A+ support via bluebird!
    • Methods return a promise if no callback is supplied.
  • Streaming API enhancements
    • Added isSystem argument to stream system events
    • Can now create a stream client createStreamClient()
    • Added cancel() to subscriptions
    • Added timeout and retry options
  • getAuthUri() now supports the nonce, prompt, and loginHint arguments
  • Added autoRefresh method
  • Can now execute your onRefresh() function when calling authenticate() with the executeOnRefresh argument
  • Queries can now auto-fetch all records using fetchAll
  • Documentation enhancements
  • Test enhancements
  • Implemented jshint for development purposes.
  • Many bug fixes
  • Code cleanup

Deprecated in 1.0.0

  • Query streaming is deprecated
  • Express middleware is deprecated. Please use the plugin.