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)
This commit is contained in:
parent
4ebd792288
commit
4714b5bb6a
20
CHANGES.md
20
CHANGES.md
|
@ -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
|
||||
=========================
|
||||
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue