-
feat: add options for http client (Raymond Feng)
-
chore: switch to DCO (#15) (Diana Lau)
- feat: allow extra options for operations (#14) (Raymond Feng)
- Allow 2.0 methods to positional with body as last arg (#13) (Raymond Feng)
- Add ability to map methods and transform responses (#12) (Raymond Feng)
- fix: update openapi connector to fix positional parameter processing (#11) (Raymond Feng)
-
feat: support
x-operation-name
and exposeapis.<tag>.<method>
(#10) (Raymond Feng) -
update README with LB4 usage (#8) (Diana Lau)
-
Fix CI failures (#9) (Raymond Feng)
-
Fixes loopbackio/loopback-next#4553 (#7) (Raymond Feng)
-
chore: improve issue and PR templates (#6) (Nora)
-
add node 12 to CI (#4) (Nora)
- OpenAPI 3.0 (#2) (Raymond Feng)
-
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)
- adding swagger client using option (Madhavan R)
-
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š)
-
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)
- First release!