Skip to content

Latest commit

 

History

History
199 lines (99 loc) · 4.15 KB

CHANGES.md

File metadata and controls

199 lines (99 loc) · 4.15 KB

2015-07-10, Version 1.10.0

  • Use JSON.parse for default json values (Raymond Feng)

2015-05-27, Version 1.9.0

  • Add connector hooks (Raymond Feng)

2015-05-15, Version 1.8.1

  • fix issue #29 (MuSTa1nE)

2015-04-20, Version 1.8.0

  • Add bluebird as a dev dep (Raymond Feng)

  • Fix the assertions (Raymond Feng)

  • add promise support for rest-builder invoke method (Esco Obong)

2015-03-17, Version 1.7.0

  • Clean up the comments (Raymond Feng)

  • Remove commented out code (Raymond Feng)

  • Allow vars in keys for the template (Raymond Feng)

  • add lodash and merge defaults in order of precedence (Bryan Clark)

2015-02-23, Version 1.6.0

  • Upgrade deps (Raymond Feng)

  • Fix/workaround the test failure (Raymond Feng)

  • Fix bad CLA URL in CONTRIBUTING.md (Ryan Graham)

2014-11-27, Version 1.5.0

  • Add tests (Raymond Feng)

  • Allow options to be configured for request module (Raymond Feng)

2014-11-27, Version 1.4.1

  • Fix failing tests (Raymond Feng)

2014-10-06, Version 1.4.0

  • Bump version (Raymond Feng)

  • Add contribution guidelines (Ryan Graham)

  • Fix the samples to support LB 2.x (Raymond Feng)

  • Changed to propogate settings into rest-builder in order to support clientCert+Key (Shelby Sanders)

2014-09-26, Version 1.3.1

  • Update deps (Raymond Feng)

  • updateAttributes was double wrapping the callback in this.responseHandler causing it to be called twice which unexpected response parameter. (Arash Malekzadeh)

2014-08-29, Version 1.3.0

  • Bump version (Raymond Feng)

  • Upgrade to express 4.x (Raymond Feng)

  • Add connector type (Raymond Feng)

  • improve property existence test (Clark Wang)

  • Add form support to request builder (Clark Wang)

  • Allow to force json (Clark Wang)

  • Support specifying rest resource name (Lance Hudson)

2014-07-09, Version 1.2.1

  • Remove peer dep on loopback-datasource-juggler (Miroslav Bajtoš)

  • Update link to doc (Rand McKinney)

  • Reformat the code (Raymond Feng)

  • Add debug, derive http verb from the template (Raymond Feng)

2014-03-12, Version 1.1.4

  • Update dependencies and bump version (Raymond Feng)

  • Update to dual MIT/StrongLoop license (Raymond Feng)

  • Adds support for processors (Raymond Feng)

  • Replace old README with link to docs. (Rand McKinney)

  • Remove some of the dev deps for framework comparison examples (Raymond Feng)

  • Upgrade dependencies (Raymond Feng)

2013-12-06, Version 1.1.3

  • Bump version (Raymond Feng)

  • Update deps (Raymond Feng)

  • Update docs.json (Rand McKinney)

  • Fix the ref to Text type (Raymond Feng)

  • Remove blanket (Raymond Feng)

  • Bump version and update dependencies (Raymond Feng)

  • Fix package.json due to merging mistake (Raymond Feng)

  • Reset git dep (Raymond Feng)

2013-09-11, Version strongloopsuite-1.0.0-5

2013-09-11, Version strongloopsuite-1.0.0-3

2013-09-11, Version strongloopsuite-1.0.0-4

  • Add keywords to package.json (Raymond Feng)

2013-09-10, Version strongloopsuite-1.0.0-2

  • Capture more information to the error object (Raymond Feng)

  • Build an error ojbect only if err is not present (Raymond Feng)

  • Build an Error object (Raymond Feng)

  • Set up status code (Raymond Feng)

  • Finalize package.json for sls-1.0.0 (Raymond Feng)

  • Fix the test failure for not found (Raymond Feng)

  • Changed tag to strongloopsuite-1.0.0-2 (cgole)

2013-09-05, Version strongloopsuite-1.0.0-0

2013-09-05, Version strongloopsuite-1.0.0-1

  • Updated to use tagged version strongloopsuite-1.0.0-0 of dependencies (cgole)

2013-09-04, Version 1.2.0

  • First release!