From a0af0f2b74dab287cb05cd4cd6c1e0217ce39765 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Fabr=C3=A8ges?= Date: Sun, 25 Nov 2018 19:28:18 +0100 Subject: [PATCH] Update CHANGELOG.md --- src/CHANGELOG.md | 251 ++++++++++++++++++++++++++++++++++++++++++ src/package-lock.json | 2 +- src/package.json | 2 +- 3 files changed, 253 insertions(+), 2 deletions(-) create mode 100644 src/CHANGELOG.md diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md new file mode 100644 index 0000000..925d827 --- /dev/null +++ b/src/CHANGELOG.md @@ -0,0 +1,251 @@ +# Change Log + +## [Unreleased](https://github.com/lfabreges/nativescript-localize/tree/HEAD) + +[Full Changelog](https://github.com/lfabreges/nativescript-localize/compare/v3.0.6...HEAD) + +**Closed issues:** + +- Support for Nativescript 5.0 [\#55](https://github.com/lfabreges/nativescript-localize/issues/55) +- How to get the current locale name in the angular component? [\#54](https://github.com/lfabreges/nativescript-localize/issues/54) +- .ts files not recognized [\#52](https://github.com/lfabreges/nativescript-localize/issues/52) +- Is there a way to import the i18n files to App Module [\#51](https://github.com/lfabreges/nativescript-localize/issues/51) + +## [v3.0.6](https://github.com/lfabreges/nativescript-localize/tree/v3.0.6) (2018-09-03) +[Full Changelog](https://github.com/lfabreges/nativescript-localize/compare/v3.0.5...v3.0.6) + +**Closed issues:** + +- Find a better solution for modal context [\#47](https://github.com/lfabreges/nativescript-localize/issues/47) +- Cannot find module './src/localize' when using localize, or LocalizePipe in e2e testing [\#45](https://github.com/lfabreges/nativescript-localize/issues/45) +- Running demo-angular fails [\#44](https://github.com/lfabreges/nativescript-localize/issues/44) +- Combination of HTML and parametrized strings [\#43](https://github.com/lfabreges/nativescript-localize/issues/43) +- gradle produces errors for release builds [\#40](https://github.com/lfabreges/nativescript-localize/issues/40) +- Doc needs info about how to translate using a TypeScript files and i18n files [\#36](https://github.com/lfabreges/nativescript-localize/issues/36) + +**Merged pull requests:** + +- Added readme for Vue [\#48](https://github.com/lfabreges/nativescript-localize/pull/48) ([vratojr](https://github.com/vratojr)) +- Add a workaround for modals to the readme [\#46](https://github.com/lfabreges/nativescript-localize/pull/46) ([hettiger](https://github.com/hettiger)) + +## [v3.0.5](https://github.com/lfabreges/nativescript-localize/tree/v3.0.5) (2018-07-16) +[Full Changelog](https://github.com/lfabreges/nativescript-localize/compare/v3.0.4...v3.0.5) + +**Closed issues:** + +- Doesnt Follow NSConfig Rules. [\#41](https://github.com/lfabreges/nativescript-localize/issues/41) +- The pipe 'L' could not be found [\#39](https://github.com/lfabreges/nativescript-localize/issues/39) + +**Merged pull requests:** + +- Support NSConfig's appPath [\#42](https://github.com/lfabreges/nativescript-localize/pull/42) ([breningham](https://github.com/breningham)) + +## [v3.0.4](https://github.com/lfabreges/nativescript-localize/tree/v3.0.4) (2018-06-25) +[Full Changelog](https://github.com/lfabreges/nativescript-localize/compare/v3.0.3...v3.0.4) + +**Closed issues:** + +- Build fails if .DS\_Store present in i18n folder [\#37](https://github.com/lfabreges/nativescript-localize/issues/37) +- Template parse errors: The pipe 'L' could not be found \(" [\#35](https://github.com/lfabreges/nativescript-localize/issues/35) + +**Merged pull requests:** + +- Fixed invalid files in i18n folder braking builds [\#38](https://github.com/lfabreges/nativescript-localize/pull/38) ([surdu](https://github.com/surdu)) + +## [v3.0.3](https://github.com/lfabreges/nativescript-localize/tree/v3.0.3) (2018-05-07) +[Full Changelog](https://github.com/lfabreges/nativescript-localize/compare/v3.0.2...v3.0.3) + +**Closed issues:** + +- Languages variations, pt-BR, es-AR, fr-CA [\#34](https://github.com/lfabreges/nativescript-localize/issues/34) + +## [v3.0.2](https://github.com/lfabreges/nativescript-localize/tree/v3.0.2) (2018-05-02) +[Full Changelog](https://github.com/lfabreges/nativescript-localize/compare/v3.0.1...v3.0.2) + +## [v3.0.1](https://github.com/lfabreges/nativescript-localize/tree/v3.0.1) (2018-05-01) +[Full Changelog](https://github.com/lfabreges/nativescript-localize/compare/v3.0.0...v3.0.1) + +**Closed issues:** + +- Support for new Android resources structure [\#33](https://github.com/lfabreges/nativescript-localize/issues/33) + +## [v3.0.0](https://github.com/lfabreges/nativescript-localize/tree/v3.0.0) (2018-04-24) +[Full Changelog](https://github.com/lfabreges/nativescript-localize/compare/v2.3.2...v3.0.0) + +**Closed issues:** + +- Add support for NS4.0 watchPatterns hook [\#32](https://github.com/lfabreges/nativescript-localize/issues/32) +- iOS Localizable.strings are no longer updated [\#29](https://github.com/lfabreges/nativescript-localize/issues/29) + +## [v2.3.2](https://github.com/lfabreges/nativescript-localize/tree/v2.3.2) (2018-04-14) +[Full Changelog](https://github.com/lfabreges/nativescript-localize/compare/v2.3.1...v2.3.2) + +**Closed issues:** + +- Support for NativeScript 4.0 [\#31](https://github.com/lfabreges/nativescript-localize/issues/31) + +## [v2.3.1](https://github.com/lfabreges/nativescript-localize/tree/v2.3.1) (2018-03-23) +[Full Changelog](https://github.com/lfabreges/nativescript-localize/compare/v2.3.0...v2.3.1) + +**Closed issues:** + +- Add missing keys to default langage [\#30](https://github.com/lfabreges/nativescript-localize/issues/30) +- How to localize coalesce texts [\#28](https://github.com/lfabreges/nativescript-localize/issues/28) +- Text including Fa icons [\#27](https://github.com/lfabreges/nativescript-localize/issues/27) + +## [v2.3.0](https://github.com/lfabreges/nativescript-localize/tree/v2.3.0) (2018-03-14) +[Full Changelog](https://github.com/lfabreges/nativescript-localize/compare/v2.2.1...v2.3.0) + +**Closed issues:** + +- L\(\) doesn't work for views without binding context [\#26](https://github.com/lfabreges/nativescript-localize/issues/26) + +**Merged pull requests:** + +- update the README.md to include that app.name is mandatory [\#25](https://github.com/lfabreges/nativescript-localize/pull/25) ([jorotenev](https://github.com/jorotenev)) + +## [v2.2.1](https://github.com/lfabreges/nativescript-localize/tree/v2.2.1) (2018-02-17) +[Full Changelog](https://github.com/lfabreges/nativescript-localize/compare/v2.2.0...v2.2.1) + +**Closed issues:** + +- Add option of allowing dynamically changing the language [\#24](https://github.com/lfabreges/nativescript-localize/issues/24) +- \[angular\] unable to resolve signature for pipe invocation [\#23](https://github.com/lfabreges/nativescript-localize/issues/23) +- L pip is not working [\#22](https://github.com/lfabreges/nativescript-localize/issues/22) +- How to change language on the fly [\#21](https://github.com/lfabreges/nativescript-localize/issues/21) + +## [v2.2.0](https://github.com/lfabreges/nativescript-localize/tree/v2.2.0) (2018-01-13) +[Full Changelog](https://github.com/lfabreges/nativescript-localize/compare/v2.1.0...v2.2.0) + +**Closed issues:** + +- Notification localization arguments fail on iOS due to strings files using %s instead of %@ [\#20](https://github.com/lfabreges/nativescript-localize/issues/20) +- Is there a way to change the language on Runtime? [\#19](https://github.com/lfabreges/nativescript-localize/issues/19) + +## [v2.1.0](https://github.com/lfabreges/nativescript-localize/tree/v2.1.0) (2018-01-09) +[Full Changelog](https://github.com/lfabreges/nativescript-localize/compare/v2.0.7...v2.1.0) + +**Closed issues:** + +- Notifications fail to localize due to resource keys being encoded. [\#18](https://github.com/lfabreges/nativescript-localize/issues/18) + +## [v2.0.7](https://github.com/lfabreges/nativescript-localize/tree/v2.0.7) (2017-12-30) +[Full Changelog](https://github.com/lfabreges/nativescript-localize/compare/v2.0.6...v2.0.7) + +## [v2.0.6](https://github.com/lfabreges/nativescript-localize/tree/v2.0.6) (2017-12-29) +[Full Changelog](https://github.com/lfabreges/nativescript-localize/compare/v2.0.5...v2.0.6) + +**Closed issues:** + +- Empty controls [\#17](https://github.com/lfabreges/nativescript-localize/issues/17) +- Trying to migrate from i18n plugin. Error Can't find variable: L [\#16](https://github.com/lfabreges/nativescript-localize/issues/16) +- Text not updating when modifying en.default.json [\#15](https://github.com/lfabreges/nativescript-localize/issues/15) + +## [v2.0.5](https://github.com/lfabreges/nativescript-localize/tree/v2.0.5) (2017-11-08) +[Full Changelog](https://github.com/lfabreges/nativescript-localize/compare/v2.0.4...v2.0.5) + +**Closed issues:** + +- Add support for android snapshot [\#14](https://github.com/lfabreges/nativescript-localize/issues/14) + +## [v2.0.4](https://github.com/lfabreges/nativescript-localize/tree/v2.0.4) (2017-11-04) +[Full Changelog](https://github.com/lfabreges/nativescript-localize/compare/v2.0.3...v2.0.4) + +## [v2.0.3](https://github.com/lfabreges/nativescript-localize/tree/v2.0.3) (2017-11-04) +[Full Changelog](https://github.com/lfabreges/nativescript-localize/compare/v2.0.2...v2.0.3) + +**Closed issues:** + +- Webpack using --uglify fails [\#13](https://github.com/lfabreges/nativescript-localize/issues/13) + +## [v2.0.2](https://github.com/lfabreges/nativescript-localize/tree/v2.0.2) (2017-10-30) +[Full Changelog](https://github.com/lfabreges/nativescript-localize/compare/v2.0.1...v2.0.2) + +**Closed issues:** + +- is that possible that manually change language [\#11](https://github.com/lfabreges/nativescript-localize/issues/11) +- How to switch language without reinstall the app? [\#10](https://github.com/lfabreges/nativescript-localize/issues/10) + +**Merged pull requests:** + +- App name localization not working on iOS [\#12](https://github.com/lfabreges/nativescript-localize/pull/12) ([EddyVerbruggen](https://github.com/EddyVerbruggen)) + +## [v2.0.1](https://github.com/lfabreges/nativescript-localize/tree/v2.0.1) (2017-05-11) +[Full Changelog](https://github.com/lfabreges/nativescript-localize/compare/v2.0.0...v2.0.1) + +**Closed issues:** + +- Does not work for NativeScript 3.0.0 [\#9](https://github.com/lfabreges/nativescript-localize/issues/9) +- Doesn't work with Angular 4 + webpack [\#8](https://github.com/lfabreges/nativescript-localize/issues/8) + +## [v2.0.0](https://github.com/lfabreges/nativescript-localize/tree/v2.0.0) (2017-05-10) +[Full Changelog](https://github.com/lfabreges/nativescript-localize/compare/v1.9.5...v2.0.0) + +## [v1.9.5](https://github.com/lfabreges/nativescript-localize/tree/v1.9.5) (2017-03-31) +[Full Changelog](https://github.com/lfabreges/nativescript-localize/compare/v1.9.4...v1.9.5) + +**Closed issues:** + +- Multi-substitution fails on Android [\#7](https://github.com/lfabreges/nativescript-localize/issues/7) + +## [v1.9.4](https://github.com/lfabreges/nativescript-localize/tree/v1.9.4) (2017-03-25) +[Full Changelog](https://github.com/lfabreges/nativescript-localize/compare/v1.9.3...v1.9.4) + +**Closed issues:** + +- Do you have to add all string into the JSON file? [\#6](https://github.com/lfabreges/nativescript-localize/issues/6) +- The pipe 'L' could not be found error [\#5](https://github.com/lfabreges/nativescript-localize/issues/5) +- Use in Angular 2 component [\#4](https://github.com/lfabreges/nativescript-localize/issues/4) + +## [v1.9.3](https://github.com/lfabreges/nativescript-localize/tree/v1.9.3) (2017-02-16) +[Full Changelog](https://github.com/lfabreges/nativescript-localize/compare/v1.9.2...v1.9.3) + +**Closed issues:** + +- Way to add new line chars [\#3](https://github.com/lfabreges/nativescript-localize/issues/3) + +## [v1.9.2](https://github.com/lfabreges/nativescript-localize/tree/v1.9.2) (2017-02-15) +[Full Changelog](https://github.com/lfabreges/nativescript-localize/compare/v1.9.1...v1.9.2) + +**Merged pull requests:** + +- Fixed rebuild at false positive change on Android [\#2](https://github.com/lfabreges/nativescript-localize/pull/2) ([zweimal](https://github.com/zweimal)) + +## [v1.9.1](https://github.com/lfabreges/nativescript-localize/tree/v1.9.1) (2017-02-12) +[Full Changelog](https://github.com/lfabreges/nativescript-localize/compare/v1.9.0...v1.9.1) + +**Closed issues:** + +- Doesn't work with Non-Angular2 projects [\#1](https://github.com/lfabreges/nativescript-localize/issues/1) + +## [v1.9.0](https://github.com/lfabreges/nativescript-localize/tree/v1.9.0) (2017-02-02) +[Full Changelog](https://github.com/lfabreges/nativescript-localize/compare/v1.8.0...v1.9.0) + +## [v1.8.0](https://github.com/lfabreges/nativescript-localize/tree/v1.8.0) (2017-02-02) +[Full Changelog](https://github.com/lfabreges/nativescript-localize/compare/v1.7.0...v1.8.0) + +## [v1.7.0](https://github.com/lfabreges/nativescript-localize/tree/v1.7.0) (2017-01-27) +[Full Changelog](https://github.com/lfabreges/nativescript-localize/compare/v1.6.0...v1.7.0) + +## [v1.6.0](https://github.com/lfabreges/nativescript-localize/tree/v1.6.0) (2017-01-25) +[Full Changelog](https://github.com/lfabreges/nativescript-localize/compare/v1.5.0...v1.6.0) + +## [v1.5.0](https://github.com/lfabreges/nativescript-localize/tree/v1.5.0) (2017-01-24) +[Full Changelog](https://github.com/lfabreges/nativescript-localize/compare/v1.4.2...v1.5.0) + +## [v1.4.2](https://github.com/lfabreges/nativescript-localize/tree/v1.4.2) (2017-01-19) +[Full Changelog](https://github.com/lfabreges/nativescript-localize/compare/v1.4.1...v1.4.2) + +## [v1.4.1](https://github.com/lfabreges/nativescript-localize/tree/v1.4.1) (2017-01-19) +[Full Changelog](https://github.com/lfabreges/nativescript-localize/compare/v1.3.0...v1.4.1) + +## [v1.3.0](https://github.com/lfabreges/nativescript-localize/tree/v1.3.0) (2017-01-17) +[Full Changelog](https://github.com/lfabreges/nativescript-localize/compare/v1.2.3...v1.3.0) + +## [v1.2.3](https://github.com/lfabreges/nativescript-localize/tree/v1.2.3) (2017-01-17) +[Full Changelog](https://github.com/lfabreges/nativescript-localize/compare/v1.1.0...v1.2.3) + +## [v1.1.0](https://github.com/lfabreges/nativescript-localize/tree/v1.1.0) (2017-01-15) + + +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* \ No newline at end of file diff --git a/src/package-lock.json b/src/package-lock.json index 1406cf3..9d0c73b 100644 --- a/src/package-lock.json +++ b/src/package-lock.json @@ -1,6 +1,6 @@ { "name": "nativescript-localize", - "version": "3.0.6", + "version": "4.0.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/src/package.json b/src/package.json index 657e144..ce43704 100644 --- a/src/package.json +++ b/src/package.json @@ -1,7 +1,7 @@ { "name": "nativescript-localize", "description": "Native internationalization plugin for NativeScript using native capabilities of each platform", - "version": "3.0.6", + "version": "4.0.0", "keywords": [ "nativescript", "internationalization",