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:
Miroslav Bajtoš 2014-12-02 09:08:47 +01:00
commit 0b99b3f6f1
2 changed files with 9 additions and 3 deletions

View File

@ -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š)

View File

@ -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": {