1.8.0
* Add opts.omitProtocolInBaseUrl (Miroslav Bajtoš)
* Fix tests broken by fa3035c
(#96) (Miroslav Bajtoš)
* Fix model description getting lost (bkniffler)
This commit is contained in:
parent
9d2da45ae8
commit
265d1cdbe1
10
CHANGES.md
10
CHANGES.md
|
@ -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
|
2015-03-30, Version 1.7.2
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "loopback-explorer",
|
"name": "loopback-explorer",
|
||||||
"version": "1.7.2",
|
"version": "1.8.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