Next | Query returned 34 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2021-02-03 15:07:20 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-i18n: update to 1.8.8

1.8.8 (2021-02-02)

* 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-10 16:08:25 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-i18n: update to 1.8.7

1.8.7 (2021-01-04)

* Fixed a regression with fallback logic: see issues #547, #546 and #542.

1.8.6 (2021-01-01)

* Fallbacks are now stored in Thread.current for multi-threading
  compatibility: #542

* no-op arguments are no longer allowed for I18n.t calls -- fixes an
  incompatibility with Ruby 3.0: #545

This gem's GitHub workflow files have been updated to ensure compatibility
between new Rails versions (6.1) and the new Ruby release (3.0).  See the
"Actions" tab on GitHub for the full range of supported Rails and Ruby
versions.
   2020-09-13 17:49:58 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-i18n: update to 1.8.55

Update ruby-i18n package to 1.8.55.

1.8.4 (2020-07-20)

* Fixed issue where fallbacks were not working when I18n.fallbacks was an
  array - #534
* Fixed conditional around deprecating constant of INTERPOLATION_PATTERN -
  #531

1.8.5 (2020-08-04)

* Fixed an issue where users could not use their own custom fallback classes
  - #536
   2020-06-07 09:44:01 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-i18n: update to 1.8.3

Update ruby-i18n to 1.8.3.

1.8.3 (2020-06-05)

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
   2020-02-05 15:55:14 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-i18n: update to 1.8.2

Update ruby-i18n to 1.8.2.

1.8.2 (2020-01-13)

* 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.

1.8.1 (2020-01-13)

* Reverted #499 in #508 due to #507 - missing deep_merge method.

1.8.0 (2020-01-13)

* Use Rails' implementation of deep_merge when chaining fallback backends -
  #499.

1.7.1 (2020-01-13)

* 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.
   2019-10-30 16:03:24 by Takahiro Kambe | Files touched by this commit (2) | Package updated
Log message:
devel/ruby-i18n: update to 1.7.0

Update ruby-i18n to 1.7.0.

1.7.0 (2019-10-04)

No documantation is available.  Please refer:
<https://github.com/ruby-i18n/i18n/compare/v1.6.0...v1.7.0>

1.6.0 (2019-03-03)

Major updates

*Added support for eagerloading I18n -- which probably improves boot times for \ 
applications if implemented correctly - See #469 for more details.
* Added ability to disable I18n translation resolution by setting I18n.locale = \ 
false. See #471 for more information.

Bugfixes / other improvements

* Add support for uppercased date format directives - #468

Other changes

* Fixed flaky test issue with JRuby - #459 / #460
* gemspec homepage now points to ruby-i18n/i18n - #465
* Update README to point to ruby-i18n/i18n - #473
   2019-02-03 16:12:37 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
devel/ruby-i18n: update to 1.5.3

1.5.3 (2019-01-21)

* Fix issue where localize would return strange messages if the translation
  was missing - #464

1.5.2 (2019-01-14)

* Fixed a bug where the required_ruby_version was not set correctly in the
  gemspec - #462

1.5.1 (2019-01-06)

(Note that there is no v1.5.0 release. was prepping this release and found
some more changes to make. So v1.5.1 is the first release for the v1.5.x
series)

* Fixed a regression that happened when numeric translation keys contained
  leading zeros: #456 / #457
* Removed support for Ruby versions older than 2.3. Ruby 2.2 is now 4 years
  old. Applications have had ample time to upgrade, and if they haven't done
  so, now is an opportune time to do so.
* Removed some code that was checking for RUBY_VERSION <= 1.9
* Began testing over Ruby 2.6.

1.4.0 (2019-01-01)

* Fixed two issues with i18n and JRuby compat (commit fb0c8be and #455). See
  #447.
* Fixed issue where keys in an array were not symbolised #450
* Fixed issue where ActiveSupport::HashWithIndifferentAccess was not handled
  correctly #454

1.3.0 (2019-01-01)

* Updated post-install message to be more explicit about what versions things
  changed in - #446
* Fixed a regression in backends where keys were incorrectly typecast - #443,
  #444, #445, etc.

Please note that as of this release, only 5.x and greater versions of Rails
are supported (it might help to think of it as ~> 5.0, sorta.)
   2018-09-23 16:42:41 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
devel/ruby-i18n: update to 1.1.0

1.1.0	-- 2018/08/07

* 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

1.0.1	-- 2018/04/18

* Removed creation of some anonymous objects in I18n - #393
* Added missing key exception_handler to reserved keys - #412

Thanks to @stereobooster and @tjoyal.
   2018-03-13 18:02:29 by Takahiro Kambe | Files touched by this commit (3) | Package updated
Log message:
devel/ruby-i18n: update to 1.0.0

pkgsrc change: depends on devel/ruby-concurrent-ruby now.

* Remove Ruby 1.9.3 support.
   2017-07-13 17:31:35 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Update ruby-i18n to 0.8.6.

v0.8.5							2017/07/10

* Improved error message for MissingPluralizationKey error - See #371
* Fixed a thread issue when calling translate when fallbacks were enabled -
  See #369

v0.8.6							2017/07/10

* Fixed a small regression introduced in v0.8.5 when using fallbacks - See
  #378

Next | Query returned 34 messages, browsing 11 to 20 | Previous