Releases: tflanagan/node-quickbase
Releases · tflanagan/node-quickbase
v2.2.1
Lib: Update dep versions
- Updated bluebird from 3.0.2 to 3.0.5
- Updated xml2js from 0.4.13 to 0.4.15
v2.2.0
Lib: Expose Promise object under QuickBase.Promise
- Exposes the Promise object under QuickBase.Promise for easier use when
working in the Browser and/or in environments without Promises. Updated
README to reflect this change.
- Removed old npm scripts.
v2.1.0
Release: v2.1.0
This release includes an updated Bluebird (v3.0.2), adds many more tests,
and fixes a couple of API calls
v2.0.6
Release: v2.0.6
- Fixed DoQuery's without records
- Added more comprehensive testing
- Upgraded to Bluebird v3.0.0
- More ES6 porting