Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6FF4E180A3 for ; Wed, 18 Nov 2015 21:55:00 +0000 (UTC) Received: (qmail 6468 invoked by uid 500); 18 Nov 2015 21:55:00 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 6441 invoked by uid 500); 18 Nov 2015 21:55:00 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 6432 invoked by uid 99); 18 Nov 2015 21:55:00 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 Nov 2015 21:55:00 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 2226CDFC77; Wed, 18 Nov 2015 21:55:00 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: steven@apache.org To: commits@cordova.apache.org Message-Id: <305b75574138428facb608903bf41b24@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: cordova-plugin-console git commit: CB-10035 Updated RELEASENOTES to be newest to oldest Date: Wed, 18 Nov 2015 21:55:00 +0000 (UTC) Repository: cordova-plugin-console Updated Branches: refs/heads/master f90eb942a -> 2c19742c9 CB-10035 Updated RELEASENOTES to be newest to oldest Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/commit/2c19742c Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/tree/2c19742c Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/diff/2c19742c Branch: refs/heads/master Commit: 2c19742c9ac9492605cec6882278e9b2e22676a4 Parents: f90eb94 Author: Steve Gill Authored: Wed Nov 18 13:54:08 2015 -0800 Committer: Steve Gill Committed: Wed Nov 18 13:54:08 2015 -0800 ---------------------------------------------------------------------- RELEASENOTES.md | 94 +++++++++++++++++++++++++++------------------------- 1 file changed, 48 insertions(+), 46 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/2c19742c/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 5b1fdd1..b26cc31 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,65 +20,67 @@ --> # Release Notes -### 0.2.3 (Sept 25, 2013) -* CB-4889 bumping&resetting version -* CB-4889 renaming org.apache.cordova.core.console to org.apache.cordova.console -* Rename CHANGELOG.md -> RELEASENOTES.md -* [CB-4752] Incremented plugin version on dev branch. +### 1.0.1 (Jun 17, 2015) +* move logger.js and console-via-logger.js to common modules, instead of the numerous repeats that were there. +* clean up tests, info is below log level so it does not exist by default. +* add a couple tests +* CB-9191 Add basic test +* CB-9128 cordova-plugin-console documentation translation: cordova-plugin-console +* attempt to fix npm markdown issue - ### 0.2.4 (Oct 28, 2013) -* CB-5154 log formatting incorrectly to native -* CB-5128: added repo + issue tag to plugin.xml for console plugin -* [CB-4915] Incremented plugin version on dev branch. +### 1.0.0 (Apr 15, 2015) +* CB-8746 gave plugin major version bump +* CB-8683 changed plugin-id to pacakge-name +* CB-8653 updated translated docs to use new id +* Use TRAVIS_BUILD_DIR, install paramedic by npm +* docs: renamed Windows8 to Windows +* CB-8653 Updated Readme +* CB-8560 Integrate TravisCI +* CB-8438 cordova-plugin-console documentation translation: cordova-plugin-console +* CB-8538 Added package.json file +* CB-8362 Add Windows platform section to Console plugin -### 0.2.5 (Dec 4, 2013) -* add ubuntu platform +### 0.2.13 (Feb 04, 2015) +* CB-8351 ios: Use argumentForIndex rather than NSArray extension -### 0.2.6 (Jan 02, 2014) -* CB-5658 Add doc/index.md for Console plugin +### 0.2.12 (Dec 02, 2014) +* CB-7977 Mention `deviceready` in plugin docs +* CB-7700 cordova-plugin-console documentation translation: cordova-plugin-console -### 0.2.7 (Feb 05, 2014) -* Native console needs to be called DebugConsole to avoid ambiguous reference. This commit requires the 3.4.0 version of the native class factory -* CB-4718 fixed Console plugin not working on wp +### 0.2.11 (Sep 17, 2014) +* CB-7249 cordova-plugin-console documentation translation -### 0.2.8 (Apr 17, 2014) -* CB-6460: Update license headers -* Add NOTICE file +### 0.2.10 (Aug 06, 2014) +* CB-6127 Updated translations for docs ### 0.2.9 (Jun 05, 2014) * CB-6848 Add Android quirk, list applicable platforms * CB-6796 Add license * CB-6491 add CONTRIBUTING.md -### 0.2.10 (Aug 06, 2014) -* CB-6127 Updated translations for docs +### 0.2.8 (Apr 17, 2014) +* CB-6460: Update license headers +* Add NOTICE file -### 0.2.11 (Sep 17, 2014) -* CB-7249 cordova-plugin-console documentation translation +### 0.2.7 (Feb 05, 2014) +* Native console needs to be called DebugConsole to avoid ambiguous reference. This commit requires the 3.4.0 version of the native class factory +* CB-4718 fixed Console plugin not working on wp -### 0.2.12 (Dec 02, 2014) -* CB-7977 Mention `deviceready` in plugin docs -* CB-7700 cordova-plugin-console documentation translation: cordova-plugin-console +### 0.2.6 (Jan 02, 2014) +* CB-5658 Add doc/index.md for Console plugin -### 0.2.13 (Feb 04, 2015) -* CB-8351 ios: Use argumentForIndex rather than NSArray extension +### 0.2.5 (Dec 4, 2013) +* add ubuntu platform + +### 0.2.4 (Oct 28, 2013) +* CB-5154 log formatting incorrectly to native +* CB-5128: added repo + issue tag to plugin.xml for console plugin +* [CB-4915] Incremented plugin version on dev branch. + +### 0.2.3 (Sept 25, 2013) +* CB-4889 bumping&resetting version +* CB-4889 renaming org.apache.cordova.core.console to org.apache.cordova.console +* Rename CHANGELOG.md -> RELEASENOTES.md +* [CB-4752] Incremented plugin version on dev branch. -### 1.0.0 (Apr 15, 2015) -* CB-8746 gave plugin major version bump -* CB-8683 changed plugin-id to pacakge-name -* CB-8653 updated translated docs to use new id -* Use TRAVIS_BUILD_DIR, install paramedic by npm -* docs: renamed Windows8 to Windows -* CB-8653 Updated Readme -* CB-8560 Integrate TravisCI -* CB-8438 cordova-plugin-console documentation translation: cordova-plugin-console -* CB-8538 Added package.json file -* CB-8362 Add Windows platform section to Console plugin -### 1.0.1 (Jun 17, 2015) -* move logger.js and console-via-logger.js to common modules, instead of the numerous repeats that were there. -* clean up tests, info is below log level so it does not exist by default. -* add a couple tests -* CB-9191 Add basic test -* CB-9128 cordova-plugin-console documentation translation: cordova-plugin-console -* attempt to fix npm markdown issue --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org