2.4.0
* Add `swaggerUI` option to enable/disable UI serving (Raymond Feng)
This commit is contained in:
parent
dee0c40e11
commit
39ce73eee1
|
@ -1,3 +1,12 @@
|
||||||
|
2016-03-08, Version 2.4.0
|
||||||
|
=========================
|
||||||
|
|
||||||
|
* Add `swaggerUI` option to enable/disable UI serving (Raymond Feng)
|
||||||
|
|
||||||
|
|
||||||
|
2016-02-02, Version 2.3.0
|
||||||
|
=========================
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
2016-01-13, Version 2.2.0
|
2016-01-13, Version 2.2.0
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "loopback-component-explorer",
|
"name": "loopback-component-explorer",
|
||||||
"version": "2.3.0",
|
"version": "2.4.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