Nforce Versions Save

nforce is a node.js salesforce REST API wrapper for force.com, database.com, and salesforce.com

v1.0.0

9 years ago

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.