Merge tag 'v1.6.3'

1.6.3

 * Fix bad CLA URL in CONTRIBUTING.md (Ryan Graham)

 * Add X-UA-Compatible tag (Nick Van Dyck)
This commit is contained in:
Miroslav Bajtoš 2015-01-06 09:23:13 +01:00
commit 77e790173e
2 changed files with 16 additions and 5 deletions

View File

@ -1,3 +1,11 @@
2015-01-06, Version 1.6.3
=========================
* Fix bad CLA URL in CONTRIBUTING.md (Ryan Graham)
* Add X-UA-Compatible tag (Nick Van Dyck)
2014-12-12, Version 1.6.2 2014-12-12, Version 1.6.2
========================= =========================
@ -160,16 +168,19 @@
* Ensure models from relations are included (Raymond Feng) * Ensure models from relations are included (Raymond Feng)
2014-07-22, Version 1.2.4
=========================
* model-helper: handle arrays with undefined items (Miroslav Bajtoš) * model-helper: handle arrays with undefined items (Miroslav Bajtoš)
2014-07-22, Version 1.2.3 2014-07-22, Version 1.2.3
========================= =========================
2014-07-22, Version 1.2.4
=========================
* model-helper: handle arrays with undefined items (Miroslav Bajtoš)
* model-helper: handle array types with no item type (Miroslav Bajtoš) * model-helper: handle array types with no item type (Miroslav Bajtoš)

View File

@ -1,6 +1,6 @@
{ {
"name": "loopback-explorer", "name": "loopback-explorer",
"version": "1.6.2", "version": "1.6.3",
"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": {