Skip to content

Latest commit

 

History

History
64 lines (33 loc) · 1.35 KB

CHANGES.md

File metadata and controls

64 lines (33 loc) · 1.35 KB

2019-01-15, Version 3.2.1

  • Drop Node.js 4 in CI (Diana Lau)

  • update license for consistency (Diana Lau)

  • Add stalebot configuration (Kevin Delisle)

  • Add CODEOWNER file (Diana Lau)

  • add .travis.yml for CI (Diana Lau)

2017-04-03, Version 3.2.0

  • adding swagger client using option (Madhavan R)

2017-03-16, Version 3.1.0

  • Implement simple caching for GET requests (Miroslav Bajtoš)

  • Allow models to be attached before spec is loaded (Miroslav Bajtoš)

  • Update dev dependencies to latest (Miroslav Bajtoš)

2017-03-14, Version 3.0.0

  • Enable dual callback/promise mode on model methods (Miroslav Bajtoš)

  • Cleanup in callback-wrapper (Miroslav Bajtoš)

  • Upgrade eslint & config to latest (Miroslav Bajtoš)

  • Update paid support URL (Siddhi Pai)

  • test: increase test timeouts (Ryan Graham)

  • Start 3.x + drop support for Node v0.10/v0.12 (siddhipai)

  • Drop support for Node v0.10 and v0.12 (Siddhi Pai)

  • Update Readme (Rick Blalock)

  • Update deps to LB 3.0.0 RC (Miroslav Bajtoš)

  • Use path.extname instead of path.parse (Amir Jafarian)

  • Update loopback to 3.x (Amir Jafarian)

  • Fix typo. (Richard Pringle)

  • Update README.md (Rand McKinney)

2016-06-23, Version 1.0.0

  • First release!