Merge tag 'v1.6.0'
1.6.0 * Remove model name from nickname, swagger spec understands op context. (Samuel Reed)
This commit is contained in:
commit
0b99b3f6f1
10
CHANGES.md
10
CHANGES.md
|
@ -1,15 +1,21 @@
|
||||||
|
2014-12-02, Version 1.6.0
|
||||||
|
=========================
|
||||||
|
|
||||||
|
* Remove model name from nickname, swagger spec understands op context. (Samuel Reed)
|
||||||
|
|
||||||
|
|
||||||
2014-11-29, Version 1.5.2
|
2014-11-29, Version 1.5.2
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
* model-helper: ignore unknown property types (Miroslav Bajtoš)
|
* model-helper: ignore unknown property types (Miroslav Bajtoš)
|
||||||
|
|
||||||
|
|
||||||
2014-10-24, Version 1.5.1
|
2014-10-24, Version 1.5.0
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
2014-10-24, Version 1.5.0
|
2014-10-24, Version 1.5.1
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
* Add an option `uiDirs` (Miroslav Bajtoš)
|
* Add an option `uiDirs` (Miroslav Bajtoš)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "loopback-explorer",
|
"name": "loopback-explorer",
|
||||||
"version": "1.5.2",
|
"version": "1.6.0",
|
||||||
"description": "Browse and test your LoopBack app's APIs",
|
"description": "Browse and test your LoopBack app's APIs",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in New Issue