Path to this page:
Subject: CVS commit: pkgsrc/devel/ruby-i18n
From: Takahiro Kambe
Date: 2022-09-04 07:37:23
Message id: 20220904053723.DACB6FA8D@cvs.NetBSD.org
Log Message:
devel/ruby-i18n: update to 1.10.0
Latest version is 1.12.0, but ruby-redmine50 require before 1.11.
1.9.0 (2022-01-26)
Minor version bump: The number of changes in this release are more than I
would feel comfortable including in a point release. Therefore, I have
bumped the minor version number here. -- @radar What's Changed
* No longer rely on refinements for Hash utility methods. by @casperisfine
in #573
* Fix typo: function is missing closing parenthesis by @patrickgramatowski
in #585
* CI: ruby/setup-ruby with cache by @olleolleolle in #582
* Test on Ruby 3.1 & Rails 7.0x by @radar in #597
* Fix lookups of 0 keys by @movermeyer in #594
* Only deep_symbolize_keys when needed by @paarthmadan in #588
* Symbolize names and freeze values when loading from JSON by @paarthmadan
in #587
* Clean up unneeded test aliases by @paarthmadan in #589
* Resolve Symbols using the original fallback locale by @movermeyer in #591
* Conditionally assert load_json returns symbolized data by @paarthmadan in
#601
* Symbolize keys and freeze values when loading from YAML by @paarthmadan in
#583
* fix ReDoS by @ooooooo-q in #600
* Exclude MissingTranslation options that are not used by the instance by
@sundling in #581
* Remove references to default_locale in fallbacks comment by @movermeyer in
#576
* API for marking a key as reserved by @ghiculescu in #579
* Fix missing requires of i18n/core_ext/hash by @razum2um in #574
* Fix ArgumentError when Fallbacks#map used as in Hash by @bagilevi in #570
New Contributors
* @patrickgramatowski made their first contribution in #585
* @olleolleolle made their first contribution in #582
* @movermeyer made their first contribution in #594
* @paarthmadan made their first contribution in #588
* @ooooooo-q made their first contribution in #600
* @sundling made their first contribution in #581
* @razum2um made their first contribution in #574
1.9.1 (2022-01-28)
What's Changed
* Revert "Fix missing requires of i18n/core_ext/hash" by @radar in #602
* CI: Lint the GitHub Actions YAML by @olleolleolle in #604
1.10.0 (2022-02-14)
What's Changed
New Features
* LazyLoadable Backend by @paarthmadan in #612
* Add a version badge to README by @mishina2228 in #621
Bug fixes
* Remove warning: assigned but unused variable by @mishina2228 in #611
* Minor I18n.normalize_keys improvement by @codealchemy in #616
* Allow overriding of entry resolving entry resolving separate from defaults
by @movermeyer in #622
Other changes
* Remove pry from Gemfile as it is not used by @dvzrv in #608
New Contributors
* @dvzrv made their first contribution in #608
* @mishina2228 made their first contribution in #611
Files: