Releases: dsfields/couchbase-promises
Releases · dsfields/couchbase-promises
Version 3
Adding SearchQuery
Adds SearchQuery support.
Update to couchnode 2.1
- Switching to ES2015 syntax.
- Updating Couchnode to latest version.
- The
couchbase
andbluebird
modules are nowpeerDependencies
. - Bug fix: ensuring the proper
this
context is used when calling promisify.
Minor performance improvements
Fixing an arguments object leak to ensure there are no compiling optimizer bailouts.
First release
1.0.0 Fixing TravisCL