File rubygem-i18n-js.changes of Package rubygem-i18n-js

-------------------------------------------------------------------
Tue Nov 14 15:07:28 UTC 2023 - Dan Čermák <dan.cermak@posteo.net>

- New upstream release 4.2.3, see bundled CHANGELOG.md

-------------------------------------------------------------------
Mon Aug 29 06:51:45 UTC 2022 - Stephan Kulow <coolo@suse.com>

updated to version 4.0.1
 see installed CHANGELOG.md

  ## v4.0.1
  
  - [Fixed] Shell out export to avoid handling I18n reloading heuristics.
  - [Changed] `I18nJS.listen` now accepts a directories list to watch.
  - [Changed] `I18nJS.listen` now accepts
    [listen](https://rubygems.org/gems/listen) options via `:options`.
  

-------------------------------------------------------------------
Thu Aug  4 13:15:11 UTC 2022 - Stephan Kulow <coolo@suse.com>

updated to version 4.0.0
 see installed CHANGELOG.md


-------------------------------------------------------------------
Thu Apr 28 05:32:53 UTC 2022 - Stephan Kulow <coolo@suse.com>

updated 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 07:30:32 UTC 2022 - Stephan Kulow <coolo@suse.com>

updated to version 3.9.1
 see installed CHANGELOG.md


-------------------------------------------------------------------
Tue Jan 25 07:03:58 UTC 2022 - Stephan Kulow <coolo@suse.com>

updated 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 17:31:05 UTC 2021 - Stephan Kulow <coolo@suse.com>

updated 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 21:13:47 UTC 2020 - Matthew Trescott <matthewtrescott@gmail.com>

updated to version 3.8.0

- [JS] Add option scope for toHumanSize()
  (PR: https://github.com/fnando/i18n-js/pull/583) 

-------------------------------------------------------------------
Fri Sep 25 14:11:00 UTC 2020 - Stephan Kulow <coolo@suse.com>

updated 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  7 20:56:49 UTC 2020 - Stephan Kulow <coolo@suse.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 14:53:35 UTC 2020 - Stephan Kulow <coolo@suse.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 09:17:50 UTC 2019 - Stephan Kulow <coolo@suse.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  2 15:23:07 UTC 2019 - Stephan Kulow <coolo@suse.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 05:17:16 UTC 2018 - Stephan Kulow <coolo@suse.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  6 06:07:16 UTC 2018 - factory-auto@kulow.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 02:05:50 UTC 2018 - factory-auto@kulow.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 04:04:08 UTC 2018 - factory-auto@kulow.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  6 10:09:15 UTC 2018 - factory-auto@kulow.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  1 23:07:04 UTC 2018 - factory-auto@kulow.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 03:05:53 UTC 2018 - factory-auto@kulow.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 05:29:45 UTC 2018 - factory-auto@kulow.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  8 07:48:53 UTC 2018 - factory-auto@kulow.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  9 07:32:50 UTC 2018 - coolo@suse.com

- updated to version 3.0.3
 see installed CHANGELOG.md

-------------------------------------------------------------------
Thu Oct 26 10:03:55 UTC 2017 - coolo@suse.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  3 19:23:05 UTC 2017 - coolo@suse.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  2 04:34:18 UTC 2017 - coolo@suse.com

- updated to version 3.0.0
  no changelog found

-------------------------------------------------------------------
Wed Nov 26 09:05:45 UTC 2014 - tboerger@suse.com

- Initial packaging of 2.1.2

openSUSE Build Service is sponsored by