2.5.0
* Add feature to hide disabled remote methods after explorer is initialized (Supasate Choochaisri) * More fixes of indentation in index.js (Miroslav Bajtoš) * Fix broken indentation (Miroslav Bajtoš) * Fix linting errors (Amir Jafarian) * Auto-update by eslint --fix (Amir Jafarian) * Add eslint infrastructure (Amir Jafarian)
This commit is contained in:
parent
372f0243b6
commit
794394dabd
16
CHANGES.md
16
CHANGES.md
|
@ -1,3 +1,19 @@
|
||||||
|
2016-05-02, Version 2.5.0
|
||||||
|
=========================
|
||||||
|
|
||||||
|
* Add feature to hide disabled remote methods after explorer is initialized (Supasate Choochaisri)
|
||||||
|
|
||||||
|
* More fixes of indentation in index.js (Miroslav Bajtoš)
|
||||||
|
|
||||||
|
* Fix broken indentation (Miroslav Bajtoš)
|
||||||
|
|
||||||
|
* Fix linting errors (Amir Jafarian)
|
||||||
|
|
||||||
|
* Auto-update by eslint --fix (Amir Jafarian)
|
||||||
|
|
||||||
|
* Add eslint infrastructure (Amir Jafarian)
|
||||||
|
|
||||||
|
|
||||||
2016-03-08, Version 2.4.0
|
2016-03-08, Version 2.4.0
|
||||||
=========================
|
=========================
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "loopback-component-explorer",
|
"name": "loopback-component-explorer",
|
||||||
"version": "2.4.0",
|
"version": "2.5.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