Merge tag 'v1.6.4'

1.6.4

 * Prevent double slash in the resource URLs (Miroslav Bajtoš)

 * Allow `uiDirs` to be defined as a String (Simon Ho)

 * Save accessToken in localStorage. Fixes #47 (Samuel Reed)
This commit is contained in:
Miroslav Bajtoš 2015-01-09 14:48:11 +01:00
commit 4d4ac3860f
2 changed files with 13 additions and 3 deletions

View File

@ -1,3 +1,13 @@
2015-01-09, Version 1.6.4
=========================
* Prevent double slash in the resource URLs (Miroslav Bajtoš)
* Allow `uiDirs` to be defined as a String (Simon Ho)
* Save accessToken in localStorage. Fixes #47 (Samuel Reed)
2015-01-06, Version 1.6.3 2015-01-06, Version 1.6.3
========================= =========================
@ -30,12 +40,12 @@
* 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.6.3", "version": "1.6.4",
"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": {