* Add globalization (Simon Ho)
 * Update URLs in CONTRIBUTING.md (#169) (Ryan Graham)
 * Redirect get http 301 instead of 303 (jannyHou)
 * Add blank lines to separate error-checking and done logic from other logic (Supasate Choochaisri)
 * Ignore copyright in dummy swagger-ui test (Supasate Choochaisri)
 * Upgrade loopback devDependency (Supasate Choochaisri)
 * update copyright notices and license (Ryan Graham)
 * examples launch fix (Alexander Ryzhikov)
This commit is contained in:
Miroslav Bajtoš 2016-09-05 15:00:01 +02:00
parent 4ebd792288
commit 4714b5bb6a
2 changed files with 21 additions and 1 deletions

View File

@ -1,3 +1,23 @@
2016-09-05, Version 2.6.0
=========================
* Add globalization (Simon Ho)
* Update URLs in CONTRIBUTING.md (#169) (Ryan Graham)
* Redirect get http 301 instead of 303 (jannyHou)
* Add blank lines to separate error-checking and done logic from other logic (Supasate Choochaisri)
* Ignore copyright in dummy swagger-ui test (Supasate Choochaisri)
* Upgrade loopback devDependency (Supasate Choochaisri)
* update copyright notices and license (Ryan Graham)
* examples launch fix (Alexander Ryzhikov)
2016-05-02, Version 2.5.0
=========================

View File

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