Changelog for
ruby3.1-rubygem-unicode-display_width-2.5.0-23.13.x86_64.rpm :
* Fri Oct 13 2023 Mykola Krachkovsky
- updated to version 2.5.0 [#]# 2.5.0 - Unicode 15.1
* Sat Sep 02 2023 Mykola Krachkovsky - updated to version 2.4.2 [#]# 2.4.2 More performance improvements: - Optimize lookup of first 4096 codepoints - Avoid overwrite lookup if no overwrites are set [#]# 2.4.1 - Improve general performance! - Further improve performance for ASCII strings [#]# 2.4.0 - Improve performance for ASCII-only strings, by AATTfatkodima - Require Ruby 2.4
* Mon Oct 10 2022 Stephan Kulow updated to version 2.3.0 see installed CHANGELOG.md [#]# 2.3.0 - Unicode 15.0
* Wed Jun 29 2022 Manuel Schnitzer - updated to version 2.2.0
* Add
*Hangul Jamo Extended-B
* block to zero-width chars, thanks AATTninjalj #22
* Sat Oct 09 2021 Manuel Schnitzer - updated to version 2.1.0
* Unicode 14.0
* Wed Jan 20 2021 Stephan Kulow updated to version 2.0.0 see installed CHANGELOG.md [#]# 2.0.0 - Release 2.0.0 - Supports Ruby 3.0 [#]# 2.0.0.pre2 - Update 2.0 branch to Unicode 13 [#]# 2.0.0.pre1 Will be published as non-pre version on rubygems.org when Ruby 3.0 is released (December 2020) - Introduce new class-based API, which remembers your string-width configuration. See README for details. - Remove auto-loading of string extension - You can: `require \"unicode/display_width/string_ext\"` to continue to use the string extension - The manual opt-out `require \"unicode/display_width/no_string_ext\"` is not needed anymore and will issue a warning in the future - Remove (already deprecated) String#display_size and String#display_width aliases Refactorings / Internal Changes: - Freeze string literals - The Unicode::DisplayWidth now is class, instead of a module, this enables the new config-object API
* Thu May 07 2020 Stephan Kulow - updated to version 1.7.0 see installed CHANGELOG.md [#]# 1.7.0 - Unicode 13
* Mon Feb 10 2020 Stephan Kulow - updated to version 1.6.1 see installed CHANGELOG.md [#]# 1.6.1 - Fix that ambiguous and overwrite options where ignored for emoji-measuring
* Fri Jul 19 2019 Stephan Kulow - updated to version 1.6.0 see installed CHANGELOG.md [#]# 1.6.0 - Unicode 12.1
* Thu Mar 14 2019 Stephan Kulow - updated to version 1.5.0 see installed CHANGELOG.md [#]# 1.5.0 - Unicode 12