* Upgrade deps and fix style issues (Raymond Feng)
 * Provide scriptExtensions option (Supasate Choochaisri)
 * Update paid support URL (Siddhi Pai)
 * Refactor for  modular and pluggable design (Raymond Feng)
 * Add Node v7 to Travis CI platforms (Miroslav Bajtoš)
 * Drop support for Node v0.10 and v0.12 (Miroslav Bajtoš)
 * readme: update URL to new doc site (David Cheung)
 * Update ja translation file (Candy)
 * Update header-browser.md (Sequoia McDowell)
 * Update translation files - round#2 (Candy)
 * Normalize line endings to support both LF and CRLF (Miroslav Bajtoš)
 * Remove "defaultForType" from datasource config (Miroslav Bajtoš)
 * Update deps to loopback 3.0.0 RC (Miroslav Bajtoš)
 * globalization: add translated strings (gunjpan)
 * Start development of 3.0 (Miroslav Bajtoš)
This commit is contained in:
Raymond Feng 2017-05-22 08:44:21 -07:00
parent 63a11502a6
commit 92d6a1f91c
2 changed files with 35 additions and 1 deletions

View File

@ -1,3 +1,37 @@
2017-05-22, Version 3.0.0
=========================
* Upgrade deps and fix style issues (Raymond Feng)
* Provide scriptExtensions option (Supasate Choochaisri)
* Update paid support URL (Siddhi Pai)
* Refactor for modular and pluggable design (Raymond Feng)
* Add Node v7 to Travis CI platforms (Miroslav Bajtoš)
* Drop support for Node v0.10 and v0.12 (Miroslav Bajtoš)
* readme: update URL to new doc site (David Cheung)
* Update ja translation file (Candy)
* Update header-browser.md (Sequoia McDowell)
* Update translation files - round#2 (Candy)
* Normalize line endings to support both LF and CRLF (Miroslav Bajtoš)
* Remove "defaultForType" from datasource config (Miroslav Bajtoš)
* Update deps to loopback 3.0.0 RC (Miroslav Bajtoš)
* globalization: add translated strings (gunjpan)
* Start development of 3.0 (Miroslav Bajtoš)
2016-09-05, Version 2.22.0
==========================

View File

@ -1,6 +1,6 @@
{
"name": "loopback-boot",
"version": "3.0.0-alpha.1",
"version": "3.0.0",
"publishConfig": {
"tag": "next"
},