Releases: tflanagan/node-quickbase
Releases · tflanagan/node-quickbase
v2.5.2
v2.5.1
v2.5.0
v2.4.1
v2.4.0
lib,tests,deps: fix role related tests, debug, opt - Fixed various tests related to Roles - Added DEBUG property, defaults to false - Added longStackTraces=false configuration for browsers, this will yeild a huge performance increase - Updated dependencies - Bluebird 3.3.1 -> 3.3.4 - Lodash.merge 4.2.0 -> 4.3.4
v2.3.4
v2.3.3
v2.3.2
v2.3.1
v2.3.0
- Deprecated native object extension "extend", please use lodash.merge from now on. - Added lodash.merge dependency - Added Application level API_GetSchema test. - Exposed default settings via QuickBase.defaults. - Using lodash.merge fixes a bug where settings could bleed into subsequent API calls. - Added default values for Throttle arguments. - Reduced code footprint by merging flattenXMLAttributes into cleanXML. - Added static method checkIsArrAndConvert(). This also reduces code footprint. - The addition of checkIsArrAndConvert and merging flattenXMLAttributes into cleanXML removed the need for the xmlNodeParsers "group" property. - Updated README with class structure