Repository: cordova-plugin-globalization Updated Branches: refs/heads/master 7fa607b28 -> eda907fcf
CB-10035 Updated RELEASENOTES to be newest to oldest Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/commit/eda907fc Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/tree/eda907fc Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/diff/eda907fc Branch: refs/heads/master Commit: eda907fcf181f6027597ee0d4ebac7c977d7d4d7 Parents: 7fa607b Author: Steve Gill <[email protected]> Authored: Wed Nov 18 13:54:08 2015 -0800 Committer: Steve Gill <[email protected]> Committed: Wed Nov 18 13:54:08 2015 -0800 ---------------------------------------------------------------------- RELEASENOTES.md | 142 +++++++++++++++++++++++++-------------------------- 1 file changed, 71 insertions(+), 71 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-globalization/blob/eda907fc/RELEASENOTES.md ---------------------------------------------------------------------- diff --git a/RELEASENOTES.md b/RELEASENOTES.md index ac9fd41..96aef4b 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -20,33 +20,60 @@ --> # Release Notes -### 0.2.2 (Sept 25, 2013) -* CB-4889 bumping&resetting version -* CB-4889 renaming org.apache.cordova.core.globalization to org.apache.cordova.globalization -* Rename CHANGELOG.md -> RELEASENOTES.md -* [CB-4752] Incremented plugin version on dev branch. +### 1.0.1 (Jun 17, 2015) +* added moment.js to ratignore +* added license headers +* Adding .ratignore file. +* CB-9128 cordova-plugin-globalization documentation translation: cordova-plugin-globalization +* fix npm md issue - ### 0.2.3 (Oct 28, 2013) -* CB-5128: added repo + issue tag to plugin.xml for globalization plugin -* [CB-4915] Incremented plugin version on dev branch. +### 1.0.0 (Apr 15, 2015) +* CB-8746 gave plugin major version bump +* CB-8683 updated tizen and browser specific references of old id to new id +* CB-8683 changed plugin-id to pacakge-name +* CB-8653 properly updated translated docs to use new id +* CB-8653 updated translated docs to use new id +* Use TRAVIS_BUILD_DIR, install paramedic by npm +* separate section in plugin.xml and docs for Windows8 platform +* CB-7960 Add cordova-plugin-globalization support for browser platform +* CB-8653 Updated Readme +* CB-8659: ios: 4.0.x Compatibility: Remove use of initWebView method +* CB-8569 Integrate TravisCI +* CB-8438 cordova-plugin-globalization documentation translation: cordova-plugin-globalization +* CB-8538 Added package.json file +* CB-8394 pended unsupported tests for windows and wp8 -### 0.2.4 (Dec 4, 2013) -* [ubuntu] add missing file -* add ubuntu platform -* Added amazon-fireos platform. Change to use amazon-fireos as a platform if the user agent string contains 'cordova-amazon-fireos' +### 0.3.4 (Feb 04, 2015) +* CB-8351 ios: Use argumentForIndex rather than NSArray extension +* CB-7972 Add cordova-plugin-globalization support for Windows platform -### 0.2.5 (Jan 02, 2014) -* CB-5658 Add doc/index.md for Globalization plugin +### 0.3.3 (Dec 02, 2014) +* CB-7977 Mention `deviceready` in plugin docs +* [CB-7766] Add quirk note about **Android** `dateToString` +* Errors in weekdays fixedli; `getDateNames` should return (Sun - Sat) in all locales; `getFirstDayOfWeek` should return 1 for Sunday and 2 for Monday; bunch of jsHint fixes +* CB-7700 cordova-plugin-globalization documentation translation: cordova-plugin-globalization -### 0.2.6 (Feb 05, 2014) -* Add Tizen plugin support +### 0.3.2 (Oct 03, 2014) +* CB-7548 [BlackBerry10] Re-implement getPreferredLanguage() and getLocaleName(). -### 0.2.7 (Apr 17, 2014) -* CB-4908: [android] Long.valueOf(0) instead of new Long(0) -* CB-6212: [iOS] fix warnings compiled under arm64 64-bit -* CB-6460: Update license headers -* CB-6465: Add license headers to Tizen code -* Add NOTICE file +### 0.3.1 (Sep 17, 2014) +* CB-6490 [BlackBerry10] Use hyphen instead of underscore in getLocaleName(). +* CB-7548 [BlackBerry10] Allow any numeric type as date in dateToString method. +* Hold the information if L10n was ready before. +* CB-7233 [BlackBerry10] Globalization is now supported +* Renamed test dir, added nested plugin.xml +* Clean-up: removed duplicate code +* Added test to complete CB-7064, added tests that check for W3C compliance in language tags generated from PreferredLanguage and GetLocale methods +* CB-6962 Ported globalization tests to framework + +### 0.3.0 (Aug 06, 2014) +* The right Apache License 2.0 added +* Update headers and NOTICE file +* [BlackBerry10] Implement Globalization for BB10 +* Initial implementation for **FirefoxOS** +* CB-4602 ios: Use normalized values for getPreferredLanguage. +* CB-6127 Updated translations for docs +* CB-4602 geolocation.getPreferredLanguage and geolocation.getLocaleName now return strings with hypen (-) to stay compliant with current standards ### 0.2.8 (Jun 05, 2014) * CB-6127 Spanish and French Translations added. Github close #7 @@ -59,57 +86,30 @@ * CB-6491 add CONTRIBUTING.md * CB-5980 Updated version and RELEASENOTES.md for release 0.2.6 -### 0.3.0 (Aug 06, 2014) -* The right Apache License 2.0 added -* Update headers and NOTICE file -* [BlackBerry10] Implement Globalization for BB10 -* Initial implementation for **FirefoxOS** -* CB-4602 ios: Use normalized values for getPreferredLanguage. -* CB-6127 Updated translations for docs -* CB-4602 geolocation.getPreferredLanguage and geolocation.getLocaleName now return strings with hypen (-) to stay compliant with current standards - -### 0.3.1 (Sep 17, 2014) -* CB-6490 [BlackBerry10] Use hyphen instead of underscore in getLocaleName(). -* CB-7548 [BlackBerry10] Allow any numeric type as date in dateToString method. -* Hold the information if L10n was ready before. -* CB-7233 [BlackBerry10] Globalization is now supported -* Renamed test dir, added nested plugin.xml -* Clean-up: removed duplicate code -* Added test to complete CB-7064, added tests that check for W3C compliance in language tags generated from PreferredLanguage and GetLocale methods -* CB-6962 Ported globalization tests to framework +### 0.2.7 (Apr 17, 2014) +* CB-4908: [android] Long.valueOf(0) instead of new Long(0) +* CB-6212: [iOS] fix warnings compiled under arm64 64-bit +* CB-6460: Update license headers +* CB-6465: Add license headers to Tizen code +* Add NOTICE file -### 0.3.2 (Oct 03, 2014) -* CB-7548 [BlackBerry10] Re-implement getPreferredLanguage() and getLocaleName(). +### 0.2.6 (Feb 05, 2014) +* Add Tizen plugin support -### 0.3.3 (Dec 02, 2014) -* CB-7977 Mention `deviceready` in plugin docs -* [CB-7766] Add quirk note about **Android** `dateToString` -* Errors in weekdays fixedli; `getDateNames` should return (Sun - Sat) in all locales; `getFirstDayOfWeek` should return 1 for Sunday and 2 for Monday; bunch of jsHint fixes -* CB-7700 cordova-plugin-globalization documentation translation: cordova-plugin-globalization +### 0.2.5 (Jan 02, 2014) +* CB-5658 Add doc/index.md for Globalization plugin -### 0.3.4 (Feb 04, 2015) -* CB-8351 ios: Use argumentForIndex rather than NSArray extension -* CB-7972 Add cordova-plugin-globalization support for Windows platform +### 0.2.4 (Dec 4, 2013) +* [ubuntu] add missing file +* add ubuntu platform +* Added amazon-fireos platform. Change to use amazon-fireos as a platform if the user agent string contains 'cordova-amazon-fireos' -### 1.0.0 (Apr 15, 2015) -* CB-8746 gave plugin major version bump -* CB-8683 updated tizen and browser specific references of old id to new id -* CB-8683 changed plugin-id to pacakge-name -* CB-8653 properly updated translated docs to use new id -* CB-8653 updated translated docs to use new id -* Use TRAVIS_BUILD_DIR, install paramedic by npm -* separate section in plugin.xml and docs for Windows8 platform -* CB-7960 Add cordova-plugin-globalization support for browser platform -* CB-8653 Updated Readme -* CB-8659: ios: 4.0.x Compatibility: Remove use of initWebView method -* CB-8569 Integrate TravisCI -* CB-8438 cordova-plugin-globalization documentation translation: cordova-plugin-globalization -* CB-8538 Added package.json file -* CB-8394 pended unsupported tests for windows and wp8 +### 0.2.3 (Oct 28, 2013) +* CB-5128: added repo + issue tag to plugin.xml for globalization plugin +* [CB-4915] Incremented plugin version on dev branch. -### 1.0.1 (Jun 17, 2015) -* added moment.js to ratignore -* added license headers -* Adding .ratignore file. -* CB-9128 cordova-plugin-globalization documentation translation: cordova-plugin-globalization -* fix npm md issue +### 0.2.2 (Sept 25, 2013) +* CB-4889 bumping&resetting version +* CB-4889 renaming org.apache.cordova.core.globalization to org.apache.cordova.globalization +* Rename CHANGELOG.md -> RELEASENOTES.md +* [CB-4752] Incremented plugin version on dev branch. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
