From 6c0c8b9f8b3cf371b4d5ed847e4b014299878642 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Bajto=C5=A1?= Date: Wed, 15 Apr 2015 17:43:43 +0200 Subject: [PATCH] 2.7.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Upgrade lodash and drop underscore.string (Bryan Clark) * add console.error message to a bad require in a boot script (Bryan Clark) * Support per-application registry of models (Miroslav Bajtoš) * Use filename as default value for Model name (Pradnya Baviskar) * compiler: code cleanup (Miroslav Bajtoš) * Improve the resolution of relative paths - resolve module relative path for component - prioritize coffeescript over json (Pradnya Baviskar) * Resolve module paths as relative to appRootDir - for middleware (Pradnya Baviskar) * Support for multiple apps in browserified bundle. (Krishna Raman) * Resolve missing file extension for module relative paths (Pradnya Baviskar) * Resolve module paths as relative to appRootDir (Pradnya Baviskar) * Resolve relative paths in using appRootDir (Pradnya Baviskar) * Add feature to disable component (Pradnya Baviskar) * Fix test for different line endings on Windows (Pradnya Baviskar) * Refactor unit test assertions to be more specific (Simon Ho) * Add unit test to verify `app.booting flag status (Simon Ho) --- CHANGES.md | 34 ++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 35 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 0635af6..5449d29 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,37 @@ +2015-04-15, Version 2.7.0 +========================= + + * Upgrade lodash and drop underscore.string (Bryan Clark) + + * add console.error message to a bad require in a boot script (Bryan Clark) + + * Support per-application registry of models (Miroslav Bajtoš) + + * Use filename as default value for Model name (Pradnya Baviskar) + + * compiler: code cleanup (Miroslav Bajtoš) + + * Improve the resolution of relative paths - resolve module relative path for component - prioritize coffeescript over json (Pradnya Baviskar) + + * Resolve module paths as relative to appRootDir - for middleware (Pradnya Baviskar) + + * Support for multiple apps in browserified bundle. (Krishna Raman) + + * Resolve missing file extension for module relative paths (Pradnya Baviskar) + + * Resolve module paths as relative to appRootDir (Pradnya Baviskar) + + * Resolve relative paths in using appRootDir (Pradnya Baviskar) + + * Add feature to disable component (Pradnya Baviskar) + + * Fix test for different line endings on Windows (Pradnya Baviskar) + + * Refactor unit test assertions to be more specific (Simon Ho) + + * Add unit test to verify `app.booting flag status (Simon Ho) + + 2015-02-20, Version 2.6.5 ========================= diff --git a/package.json b/package.json index 0f5c4eb..5cc512b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "loopback-boot", - "version": "2.6.5", + "version": "2.7.0", "description": "Convention-based bootstrapper for LoopBack applications", "keywords": [ "StrongLoop",