This repository was archived by the owner on Jun 17, 2024. It is now read-only.
Releases: kevinohara80/nforce
Releases · kevinohara80/nforce
Version 1.0.0
What's new?
- Promises A+ support via bluebird!
- Methods return a promise if no callback is supplied.
- Streaming API enhancements
- Added
isSystemargument to stream system events - Can now create a stream client
createStreamClient() - Added
cancel()to subscriptions - Added
timeoutandretryoptions
- Added
getAuthUri()now supports thenonce,prompt, andloginHintarguments- Added
autoRefreshmethod - Can now execute your
onRefresh()function when callingauthenticate()with theexecuteOnRefreshargument - 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.