* 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:
Miroslav Bajtoš 2016-05-02 13:01:11 +02:00
parent 372f0243b6
commit 794394dabd
2 changed files with 17 additions and 1 deletions

View File

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

View File

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