This repository has been 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
isSystem
argument to stream system events - Can now create a stream client
createStreamClient()
- Added
cancel()
to subscriptions - Added
timeout
andretry
options
- Added
getAuthUri()
now supports thenonce
,prompt
, andloginHint
arguments- Added
autoRefresh
method - Can now execute your
onRefresh()
function when callingauthenticate()
with theexecuteOnRefresh
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.