* Add `swaggerUI` option to enable/disable UI serving (Raymond Feng)
This commit is contained in:
Raymond Feng 2016-03-08 13:00:23 -08:00
parent dee0c40e11
commit 39ce73eee1
2 changed files with 10 additions and 1 deletions

View File

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

View File

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