SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for ruby2.7-rubygem-i18n-js-3.9.2-150400.1.1.x86_64.rpm :

* Thu Apr 28 2022 cooloAATTsuse.comupdated to version 3.9.2 see installed CHANGELOG.md [#]# [3.9.2] - 2022-03-31 [#]## Fixed - [JS] Fix pluralization fallback in i18n.js (PR: https://github.com/fnando/i18n-js/pull/645)
* Tue Feb 15 2022 cooloAATTsuse.comupdated to version 3.9.1 see installed CHANGELOG.md
* Tue Jan 25 2022 cooloAATTsuse.comupdated to version 3.9.0 see installed CHANGELOG.md [#]# [3.9.0] [#]## Added - [Ruby] Allow to set custom locales instead of using only `I18n.available_locales`. (PR: https://github.com/fnando/i18n-js/pull/617) [#]# [3.8.4] [#]## Fixed - [Ruby] Fix proc exported to JS/JSON file(s) causing issues like git merge conflicts (PR: https://github.com/fnando/i18n-js/pull/591)
* Thu Jun 24 2021 cooloAATTsuse.comupdated to version 3.8.3 see installed CHANGELOG.md [#]# [3.8.3] [#]## Changed - [Ruby] Generate translations in JS as `JSON.parse` instead of object literal for performance (PR: https://github.com/fnando/i18n-js/pull/605) (PR: https://github.com/fnando/i18n-js/pull/606) (PR: https://github.com/fnando/i18n-js/pull/607) [#]# [3.8.2] - 2021-03-18 [#]## Fixed - [Ruby] Stop using deprecated method (PR: https://github.com/fnando/i18n-js/pull/598) - [Ruby] Fix typo in error class reference (Commit: https://github.com/fnando/i18n-js/commit/cc075ad0a36e940205d0a14390379d69013d188e) [#]# [3.8.1] - 2021-02-25 [#]## Fixed - [Ruby] Fix performance issue reading config (PR: https://github.com/fnando/i18n-js/pull/593)
* Sat Dec 19 2020 matthewtrescottAATTgmail.comupdated to version 3.8.0- [JS] Add option scope for toHumanSize() (PR: https://github.com/fnando/i18n-js/pull/583)
* Fri Sep 25 2020 cooloAATTsuse.comupdated to version 3.7.1 see installed CHANGELOG.md [#]# [3.7.1] - 2020-06-30 [#]## Fixed - [JS] For translation missing behaviour `guess`, replace all underscores to spaces properly (PR: https://github.com/fnando/i18n-js/pull/574) [#]# [3.7.0] - 2020-05-29 [#]## Added - [JS] Allow options to be passed in when calling `I18n.localize`/`I18n.l` (PR: https://github.com/fnando/i18n-js/pull/570)
* Thu May 07 2020 cooloAATTsuse.com- updated to version 3.6.0 see installed CHANGELOG.md [#]# [3.6.0] - 2020-02-14 [#]## Added - [Ruby] Allow `suffix` to be added to generated translations files (PR: https://github.com/fnando/i18n-js/pull/561)
* Mon Feb 10 2020 cooloAATTsuse.com- updated to version 3.5.1 see installed CHANGELOG.md [#]# [3.5.1] - 2019-12-21 [#]## Changed - [JS] Bound shortcut functions (PR: https://github.com/fnando/i18n-js/pull/560) [#]# [3.5.0] - 2019-11-12 [#]## Added - [JS] Support for `%k` strftime format to match Ruby strftime (PR: https://github.com/fnando/i18n-js/pull/554) [#]# [3.4.2] - 2019-11-11 [#]## Fixed - [Ruby] Fix regression introduced in PR #551 (PR: https://github.com/fnando/i18n-js/pull/555) [#]# [3.4.1] - 2019-11-01 [#]## Fixed - [Ruby] Fix merging of plural keys to work with fallbacks that aren\'t overridden (PR: https://github.com/fnando/i18n-js/pull/551) [#]# [3.4.0] - 2019-10-15 [#]## Added - [Ruby] Allow `prefix` to be added to generated translations files (PR: https://github.com/fnando/i18n-js/pull/549)
* Fri Jul 19 2019 cooloAATTsuse.com- updated to version 3.3.0 see installed CHANGELOG.md [#]# [3.3.0] - 2019-06-06 [#]## Added - Support for `%P`, `%Z`, and `%l` strftime formats to match Ruby strftime [#]# [3.2.3] - 2019-05-24 [#]## Changed - Allow rails 6 to be used with this gem (PR: https://github.com/fnando/i18n-js/pull/536) [#]# [3.2.2] - 2019-05-09 [#]## Fixed - [JS] Return invalid date/time input values (null & undefined) as-is (Commit: https://github.com/fnando/i18n-js/commit/869d1689ed788ff50121de492db354652971c23d)
* Sat Mar 02 2019 cooloAATTsuse.com- updated to version 3.2.1 see installed CHANGELOG.md [#]# [3.2.1] - 2019-01-22 [#]## Changed - [Ruby] `json_only` option should allow multiple locales. (PR: https://github.com/fnando/i18n-js/pull/531) - [Ruby] Simplified and cleaned code related to JS/JSON formatting. (PR: https://github.com/fnando/i18n-js/pull/531) - [JS] Use strict value comparison [#]## Fixed - [Ruby] Relax `i18n` version requirement back to `>= 0.6.6` (PR: https://github.com/fnando/i18n-js/pull/530) - [Ruby] Fix merging of plural keys across locales. (PR: https://github.com/fnando/i18n-js/pull/472)
* Thu Nov 22 2018 cooloAATTsuse.com- updated to version 3.2.0 see installed CHANGELOG.md [#]# [3.2.0] - 2018-11-16 [#]## Added - [Ruby] Add option `json_only` to generate translations in JSON (PR: https://github.com/fnando/i18n-js/pull/524) [#]## Changed - [Ruby] Requires `i18n` to be `>= 0.8.0` for CVE-2014-10077 [#]# [3.1.0] - 2018-11-01 [#]## Added - [Ruby] Add option to allow setting a different I18n backend (PR: https://github.com/fnando/i18n-js/pull/519) [#]## Fixed - [JS] Fix missing translation when pluralizing with default scopes (PR: https://github.com/fnando/i18n-js/pull/516)
* Fri Jul 06 2018 factory-autoAATTkulow.org- updated to version 3.0.11 see installed CHANGELOG.md [#]# [3.0.11] - 2018-07-06 [#]## Fixed - [JS] Fix interpolation for array with non string/null elements (PR: https://github.com/fnando/i18n-js/pull/505)
* Fri Jun 29 2018 factory-autoAATTkulow.org- updated to version 3.0.10 see installed CHANGELOG.md [#]# [3.0.10] - 2018-06-21 [#]## Fixed - [JS] Fix extend method changing keys with `null` to empty objects (PR: https://github.com/fnando/i18n-js/pull/503) - [JS] Fix variable name in an internal method (PR: https://github.com/fnando/i18n-js/pull/501)
* Thu Jun 21 2018 factory-autoAATTkulow.org- updated to version 3.0.9 see installed CHANGELOG.md [#]# [3.0.9] - 2018-06-21 [#]## Fixed - [JS] Fix translation array interpolation for array with null
* Wed Jun 06 2018 factory-autoAATTkulow.org- updated to version 3.0.8 see installed CHANGELOG.md [#]# [3.0.8] - 2018-06-06 [#]## Changed - [JS] Interpolate translation array too (PR: https://github.com/fnando/i18n-js/pull/498)
* Fri Jun 01 2018 factory-autoAATTkulow.org- updated to version 3.0.7 see installed CHANGELOG.md [#]# [3.0.7] - 2018-05-30 [#]## Fixed - [Ruby] Fix new bug occuring when config file is absent
* Wed May 30 2018 factory-autoAATTkulow.org- updated to version 3.0.6 see installed CHANGELOG.md [#]# [3.0.6] - 2018-05-30 [#]## Fixed - [Ruby] Make JS `i18n/filtered` depends on i18n-js config too (PR: https://github.com/fnando/i18n-js/pull/497)
* Mon Feb 26 2018 factory-autoAATTkulow.org- updated to version 3.0.5 see installed CHANGELOG.md [#]# [3.0.5] - 2018-02-26 [#]## Changed - [Ruby] Support `I18n` `1.0.x` (PR: https://github.com/fnando/i18n-js/pull/492)
* Thu Feb 08 2018 factory-autoAATTkulow.org- updated to version 3.0.4 see installed CHANGELOG.md [#]# [3.0.4] - 2018-01-26 [#]## Fixed - [Ruby] Fix `JS::Dependencies.using_asset_pipeline?` returning true when sprockets installed but disabled (PR: https://github.com/fnando/i18n-js/pull/488)
* Tue Jan 09 2018 cooloAATTsuse.com- updated to version 3.0.3 see installed CHANGELOG.md
* Thu Oct 26 2017 cooloAATTsuse.com- updated to version 3.0.2 see installed CHANGELOG.md [#]# [3.0.2] - 2017-10-26 [#]## Added - Nothing [#]## Changed - [Ruby] Avoid writing new file if a file with same content already exists (PR: https://github.com/fnando/i18n-js/pull/473) - [JS] Fix fallback when \"3-part\" locale like `zh-Hant-TW` is used It was falling back to `zh` first instead of `zh-Hant` (see new test case added) (PR: https://github.com/fnando/i18n-js/pull/475) [#]## Fixed - Nothing
* Thu Aug 03 2017 cooloAATTsuse.com- updated to version 3.0.1 see installed CHANGELOG.md [#]# [3.0.1] - 2017-08-02 [#]## Changed - [Ruby] Relax Rails detection code to work with alternative installation methods (PR: https://github.com/fnando/i18n-js/pull/467) - [JS] Fix fallback when \"3-part\" locale like `zh-Hant-TW` is used It fallbacks to `zh` only before, now it fallbacks to `zh-Hant` (PR: https://github.com/fnando/i18n-js/pull/465)
* Sun Apr 02 2017 cooloAATTsuse.com- updated to version 3.0.0 no changelog found
* Wed Nov 26 2014 tboergerAATTsuse.com- Initial packaging of 2.1.2
 
ICM