3.3.0
* Gruntfile: remove forgotten jshint task (Miroslav Bajtoš) * Preserve related models from "include" filter (Dimitris) * Add eslint to npm test, fix linter issues (Miroslav Bajtoš) * Refactor tests to use local per-app model registry (Miroslav Bajtoš)
This commit is contained in:
parent
d622ce5ed8
commit
906979a960
12
CHANGES.md
12
CHANGES.md
|
@ -1,3 +1,15 @@
|
||||||
|
2017-12-12, Version 3.3.0
|
||||||
|
=========================
|
||||||
|
|
||||||
|
* Gruntfile: remove forgotten jshint task (Miroslav Bajtoš)
|
||||||
|
|
||||||
|
* Preserve related models from "include" filter (Dimitris)
|
||||||
|
|
||||||
|
* Add eslint to npm test, fix linter issues (Miroslav Bajtoš)
|
||||||
|
|
||||||
|
* Refactor tests to use local per-app model registry (Miroslav Bajtoš)
|
||||||
|
|
||||||
|
|
||||||
2017-12-05, Version 3.2.0
|
2017-12-05, Version 3.2.0
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "loopback-connector-remote",
|
"name": "loopback-connector-remote",
|
||||||
"version": "3.2.0",
|
"version": "3.3.0",
|
||||||
"description": "Remote REST API connector for Loopback",
|
"description": "Remote REST API connector for Loopback",
|
||||||
"main": "lib/remote-connector.js",
|
"main": "lib/remote-connector.js",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|
Loading…
Reference in New Issue