2021-12-22 00:09:38 +00:00
-------------------------------------------------------------------
Tue Dec 21 00:32:26 UTC 2021 - Marcus Rueckert <mrueckert@suse.de>
- update to 1.8.11
- Fix typo in documentation by @rkh in #565
- Improve available locale check in Simple backend by
@codealchemy in #566
- Fix typo in Simple backend JSON test by @codealchemy in #572
- Fix a build error when using Psych 4.0 by @koic in #569
2021-04-20 13:41:19 +00:00
-------------------------------------------------------------------
Tue Apr 20 13:36:12 UTC 2021 - Manuel Schnitzer <mschnitzer@suse.com>
- updated to version 1.8.10
* Fix string locale will trigger on_fallback hook - #562
2021-02-15 13:33:04 +00:00
-------------------------------------------------------------------
Mon Feb 15 13:25:33 UTC 2021 - Manuel Schnitzer <mschnitzer@suse.com>
- updated to version 1.8.9
* Rely on Ruby 3's native Hash#except method -- #557
2021-02-06 11:41:38 +00:00
-------------------------------------------------------------------
Sat Feb 6 11:28:44 UTC 2021 - Manuel Schnitzer <mschnitzer@suse.com>
- updated to version 1.8.8
* Fixed threadsafety issues in Simple backend: #554
* Re-attempt to fix threadsafety of fallbacks: #548
* Use OpenSSL::Digest instead of usual Digest libraries: #549
* Goodbye, post-install message #552
* Use Rails' main branch, instead of master #553
2021-01-20 08:06:14 +00:00
-------------------------------------------------------------------
Wed Jan 20 07:35:40 UTC 2021 - Manuel Schnitzer <mschnitzer@suse.com>
- updated to version 1.8.7
* Fixed a regression with fallback logic: see issues #547, #546 and #542.
2020-08-17 15:15:14 +00:00
-------------------------------------------------------------------
Mon Aug 17 12:46:18 UTC 2020 - Dan Čermák <dcermak@suse.com>
- New upstream release 1.8.5
* Fixed an issue where users could not use their own custom fallback classes - #536
1.8.4:
* Fixed issue where fallbacks were not working when I18n.fallbacks was an array - #534
* Fixed conditional around deprecating constant of INTERPOLATION_PATTERN - #531
2020-06-19 12:26:41 +00:00
-------------------------------------------------------------------
Fri Jun 5 10:15:22 UTC 2020 - Dan Čermák <dcermak@suse.com>
- New upstream release 1.8.3
Features / Improvements
* Memory and speed improvements - #527+ #528
* Add option to disable fallbacks for I18n.exists? check - #482
* Add an on_fallback hook to allow users to be notified when a fallback happens - #520
Bug Fixes
* Fix an issue with deep_merge and chain fallback backends - #499 & #509
* Fix an issue with Rails ordinal number proc and keyword splatting - #521
* Pass options as keyword arguments to translation procs - #529
* Fix pluralize on unknown locale with attributes - #519
2019-11-12 15:34:35 +00:00
-------------------------------------------------------------------
2020-01-27 11:14:00 +00:00
Tue Jan 14 09:52:29 UTC 2020 - Dan Čermák <dcermak@suse.com>
- New upstream release 1.8.2
1.7.1:
- I18n is now tested with GitHub Actions, instead of Travis CI.
- Fixed issue introduced in v1.7.0 (04a814b) where count option was not preserved - #503
- #501 adds a comment that explains that you will need to double-splat keyword arguments given to I18n.t to avoid warnings in Ruby 2.7.
1.8.0:
- Use Rails' implementation of deep_merge when chaining fallback backends - #499.
1.8.1:
- Reverted #499 in #508 due to #507 - missing deep_merge method.
1.8.2:
- Restoration of #499 via #509 - deep_merge! & deep_merge methods appear again in the Hash refinement.
- An issue was introduced in v1.7.0 where some translations were returned as hashes, see #510. This was fixed in 1b5e345, and is available in this release.
-------------------------------------------------------------------
2019-11-12 15:34:35 +00:00
Tue Nov 12 15:27:56 UTC 2019 - Manuel Schnitzer <mschnitzer@suse.com>
- updated to version 1.7.0
* no changelog found
2019-03-14 20:12:48 +00:00
-------------------------------------------------------------------
Thu Mar 14 10:57:48 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to version 1.6.0
no changelog found
2019-01-28 07:54:34 +00:00
-------------------------------------------------------------------
Mon Jan 28 07:53:12 UTC 2019 - mschnitzer@suse.com
- updated to version 1.5.3
* Fix issue where localize would return strange messages if the
translation was missing - #464
2019-01-14 13:45:31 +00:00
-------------------------------------------------------------------
Mon Jan 14 08:05:29 UTC 2019 - mschnitzer@suse.com
- updated to version 1.5.2
* Fixed a bug where the required_ruby_version was not set
correctly in the gemspec - #462
2018-12-20 20:17:07 +00:00
-------------------------------------------------------------------
Wed Dec 19 07:08:54 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to version 1.2.0
no changelog found
2018-11-07 08:02:10 +00:00
-------------------------------------------------------------------
Tue Nov 6 07:46:20 UTC 2018 - mschnitzer@suse.com
- updated to version 1.1.1
* Expose translations with an option to perform initialization (if it hasn't been done already) (#353 / #254)
* Removed un-used Kernel core extension #436
* Added project metadata for RubyGems #434
2018-08-16 06:51:05 +00:00
-------------------------------------------------------------------
Thu Aug 16 06:50:16 UTC 2018 - mschnitzer@suse.com
- updated to version 1.1.0
* Simplified default exception handler - #414
* Fallbacks now exclude default locale - #415, possibly fixes #413 + #338
* Fixed deprecated use of assert_nothing_raised #417
* Fixed pluralization behavior for KeyValue backend with subtrees disabled - #419
* Allow yaml file extension - #421
2018-04-19 08:39:09 +00:00
-------------------------------------------------------------------
2018-04-20 22:40:05 +00:00
Thu Apr 19 09:05:12 UTC 2018 - factory-auto@kulow.org
- updated to version 1.0.1
no changelog found
-------------------------------------------------------------------
2018-04-19 08:39:09 +00:00
Wed Apr 18 05:05:10 UTC 2018 - factory-auto@kulow.org
- updated to version 1.0.1
no changelog found
2018-02-14 10:34:56 +00:00
-------------------------------------------------------------------
Wed Feb 14 05:29:52 UTC 2018 - factory-auto@kulow.org
- updated to version 1.0.0
no changelog found
2018-02-09 07:29:42 +00:00
-------------------------------------------------------------------
Fri Feb 9 05:30:52 UTC 2018 - factory-auto@kulow.org
- updated to version 0.9.4
no changelog found
2018-02-08 07:28:46 +00:00
-------------------------------------------------------------------
Thu Feb 8 06:08:00 UTC 2018 - coolo@suse.com
- updated to version 0.9.3
no changelog found
2017-10-23 05:59:58 +00:00
-------------------------------------------------------------------
2017-11-17 13:17:07 +00:00
Fri Nov 17 08:35:33 UTC 2017 - mschnitzer@suse.com
- updated to version 0.9.1
* Reverted Hash#slice behaviour introduced with #250 - See #390.
* Fixed a regression caused by #387, where translations may have returned a not-helpful error message - See #389
-------------------------------------------------------------------
2017-10-23 05:59:58 +00:00
Mon Oct 23 05:56:56 UTC 2017 - mschnitzer@suse.com
- updated to version 0.9.0
* Made Backend::Memoize threadsafe. See #51 and #352.
* Added a middleware I18n::Middleware that should be used to ensure that i18n config is reset correctly between requests. See #381 and #382.
2017-08-03 09:39:16 +00:00
-------------------------------------------------------------------
Thu Aug 3 09:34:25 UTC 2017 - cbruckmayer@suse.com
- updated to version 0.8.6
no changelog found
2017-05-31 07:42:18 +00:00
-------------------------------------------------------------------
Wed May 31 07:20:52 UTC 2017 - coolo@suse.com
- updated to version 0.8.4
no changelog found
2017-03-13 15:29:43 +00:00
-------------------------------------------------------------------
Mon Mar 13 15:28:26 UTC 2017 - hvogel@suse.com
- Update to version 0.8.1
no changelog found
2017-02-13 06:52:46 +00:00
-------------------------------------------------------------------
Wed Feb 1 05:38:55 UTC 2017 - coolo@suse.com
- updated to version 0.8.0
no changelog found
2015-01-28 14:11:12 +00:00
-------------------------------------------------------------------
Wed Jan 28 12:58:29 UTC 2015 - adrian@suse.de
- update to version 0.7.0, no changelog
2014-10-10 09:24:14 +00:00
-------------------------------------------------------------------
Fri Oct 10 09:23:44 UTC 2014 - fcastelli@suse.com
- update to new packaging scheme and add gem2rpm.yml
2014-07-28 05:38:11 +00:00
-------------------------------------------------------------------
Mon Jul 28 05:28:21 UTC 2014 - coolo@suse.com
2014-07-28 05:40:46 +00:00
- updated to version 0.6.11, no changelog
2014-07-28 05:38:11 +00:00
2013-12-04 11:33:18 +00:00
-------------------------------------------------------------------
Wed Dec 4 11:31:19 UTC 2013 - coolo@suse.com
- updated to version 0.6.9, no changelog
2013-12-03 20:03:22 +00:00
-------------------------------------------------------------------
Tue Dec 3 20:02:35 UTC 2013 - coolo@suse.com
- updated to version 0.6.8, no changelog
2013-08-27 05:21:26 +00:00
-------------------------------------------------------------------
Mon Aug 26 05:05:51 UTC 2013 - coolo@suse.com
2013-10-04 19:18:43 +00:00
- updated to version 0.6.5, use https:// source
2013-08-27 05:21:26 +00:00
2013-03-03 09:38:16 +00:00
-------------------------------------------------------------------
Sun Mar 3 09:37:34 UTC 2013 - coolo@suse.com
- updated to version 0.6.4
2012-08-31 14:59:36 +00:00
-------------------------------------------------------------------
Fri Aug 31 14:59:22 UTC 2012 - coolo@suse.com
- updated to version 0.6.1, no changelog
2012-08-03 07:50:50 +00:00
-------------------------------------------------------------------
Fri Aug 3 07:49:10 UTC 2012 - coolo@suse.com
- remove no longer necessary suffix
-------------------------------------------------------------------
Tue Jul 31 11:44:56 UTC 2012 - jreidinger@suse.com
- use new gem2rpm to provide correct dependencies for activesupport
-------------------------------------------------------------------
Fri Mar 23 10:59:56 UTC 2012 - saschpe@suse.de
- Spec file cleanup:
* Factory preparation
-------------------------------------------------------------------
Tue Aug 16 12:33:53 UTC 2011 - mrueckert@suse.de
- change license header to list MIT and Ruby license (bnc#712385)
-------------------------------------------------------------------
Mon Jun 20 12:33:57 UTC 2011 - mrueckert@suse.de
- initial package of the 0.6 branch (0.6.0)