Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- 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
- Loading branch information