* Add opts.omitProtocolInBaseUrl (Miroslav Bajtoš)

 * Fix tests broken by fa3035c (#96) (Miroslav Bajtoš)

 * Fix model description getting lost (bkniffler)
This commit is contained in:
Miroslav Bajtoš 2015-06-25 18:53:53 +02:00
parent 9d2da45ae8
commit 265d1cdbe1
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
2015-06-25, Version 1.8.0
=========================
* Add opts.omitProtocolInBaseUrl (Miroslav Bajtoš)
* Fix tests broken by fa3035c (#96) (Miroslav Bajtoš)
* Fix model description getting lost (bkniffler)
2015-03-30, Version 1.7.2
=========================

View File

@ -1,6 +1,6 @@
{
"name": "loopback-explorer",
"version": "1.7.2",
"version": "1.8.0",
"description": "Browse and test your LoopBack app's APIs",
"main": "index.js",
"scripts": {