File rubygem-unicode-display_width.changes of Package rubygem-unicode-display_width
-------------------------------------------------------------------
Mon Nov 4 17:44:32 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
- ## 2.6.0
- Unicode 16
-------------------------------------------------------------------
Fri Oct 13 19:56:36 UTC 2023 - Mykola Krachkovsky <w01dnick@gmail.com>
- updated to version 2.5.0
## 2.5.0
- Unicode 15.1
-------------------------------------------------------------------
Sat Sep 2 10:10:03 UTC 2023 - Mykola Krachkovsky <w01dnick@gmail.com>
- 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 @fatkodima
- Require Ruby 2.4
-------------------------------------------------------------------
Mon Oct 10 13:25:42 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 2.3.0
see installed CHANGELOG.md
## 2.3.0
- Unicode 15.0
-------------------------------------------------------------------
Wed Jun 29 21:09:01 UTC 2022 - Manuel Schnitzer <mschnitzer@suse.com>
- updated to version 2.2.0
* Add *Hangul Jamo Extended-B* block to zero-width chars, thanks @ninjalj #22
-------------------------------------------------------------------
Sat Oct 9 09:22:51 UTC 2021 - Manuel Schnitzer <mschnitzer@suse.com>
- updated to version 2.1.0
* Unicode 14.0
-------------------------------------------------------------------
Wed Jan 20 13:32:28 UTC 2021 - Stephan Kulow <coolo@suse.com>
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 7 21:39:28 UTC 2020 - Stephan Kulow <coolo@suse.com>
- updated to version 1.7.0
see installed CHANGELOG.md
## 1.7.0
- Unicode 13
-------------------------------------------------------------------
Mon Feb 10 16:02:01 UTC 2020 - Stephan Kulow <coolo@suse.com>
- 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 09:43:56 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to version 1.6.0
see installed CHANGELOG.md
## 1.6.0
- Unicode 12.1
-------------------------------------------------------------------
Thu Mar 14 11:07:43 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to version 1.5.0
see installed CHANGELOG.md
## 1.5.0
- Unicode 12
-------------------------------------------------------------------
Mon Jan 14 14:01:32 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to version 1.4.1
see installed CHANGELOG.md
## 1.4.1
- Only bundle required lib/* and data/* files in actual rubygem, patch by @tas50
-------------------------------------------------------------------
Tue Jun 5 02:23:40 UTC 2018 - factory-auto@kulow.org
- updated to version 1.4.0
see installed CHANGELOG.md
## 1.4.0
- Unicode 11
-------------------------------------------------------------------
Tue May 29 14:20:22 UTC 2018 - factory-auto@kulow.org
- updated to version 1.3.3
see installed CHANGELOG.md
-------------------------------------------------------------------
Mon May 28 22:18:06 UTC 2018 - factory-auto@kulow.org
- updated to version 1.3.3
see installed CHANGELOG.md
## 1.3.3
- Replace Gem::Util.gunzip with direct zlib implementation
This removes the dependency on rubygems, fixes #17
-------------------------------------------------------------------
Fri Apr 20 09:17:40 UTC 2018 - factory-auto@kulow.org
- updated to version 1.3.2
see installed CHANGELOG.md
-------------------------------------------------------------------
Fri Apr 20 08:17:40 UTC 2018 - factory-auto@kulow.org
- updated to version 1.3.2
see installed CHANGELOG.md
## 1.3.2
- Explicitly load rubygems/util, fixes regression in 1.3.1 (autoload issue)
## 1.3.1
- Use `Gem::Util` for `gunzip`, removes deprecation warning, patch by @Schwad
-------------------------------------------------------------------
Wed Jun 21 11:21:54 UTC 2017 - bgeuken@suse.com
- Updated to version 1.3.0. From the changelog:
* Unicode 10
-------------------------------------------------------------------
Thu Apr 13 04:36:06 UTC 2017 - coolo@suse.com
- updated to version 1.2.1
CHANGELOG.txt removed upstream
-------------------------------------------------------------------
Sun Apr 9 04:44:05 UTC 2017 - coolo@suse.com
- updated to version 1.2.0
see installed CHANGELOG.txt
## 1.2.0
- Add zero-width codepoint ranges: U+2060..U+206F, U+FFF0..U+FFF8, U+E0000..U+E0FFF
- Add full-witdh codepoint ranges: U+3400..U+4DBF, U+4E00..U+9FFF, U+F900..U+FAFF, U+20000..U+2FFFD, U+30000..U+3FFFD
- Experimental emoji support using the [unicode-emoji](https://github.com/janlelis/unicode-emoji) gem
- Fix minor bug in index compression scheme
-------------------------------------------------------------------
Sat Jan 14 05:39:46 UTC 2017 - coolo@suse.com
- updated to version 1.1.3
see installed CHANGELOG.txt
## 1.1.3
- Fix that non-UTF-8 encodings do not throw errors, patch by @windwiny
-------------------------------------------------------------------
Sat Dec 10 05:46:57 UTC 2016 - coolo@suse.com
- updated to version 1.1.2
see installed CHANGELOG.txt
## 1.1.2
- Reduce memory consumption and increase performance, patch by @rrosenblum
-------------------------------------------------------------------
Thu Sep 8 04:55:22 UTC 2016 - coolo@suse.com
- updated to version 1.1.1
see installed CHANGELOG.txt
## 1.1.1
* Always load index into memory, fixes #9
-------------------------------------------------------------------
Thu Jun 23 04:43:43 UTC 2016 - coolo@suse.com
- updated to version 1.1.0
see installed CHANGELOG.txt
## 1.1.0
* Support Unicode 9.0
-------------------------------------------------------------------
Sun May 1 04:44:18 UTC 2016 - coolo@suse.com
- updated to version 1.0.5
see installed CHANGELOG.txt
## 1.0.5
* Actually include new index from 1.0.4
## 1.0.4
* New index format (much smaller) and internal API changes
* Move index generation to a builder plugin for the unicoder gem
* No public API changes
-------------------------------------------------------------------
Wed Apr 6 06:35:25 UTC 2016 - coolo@suse.com
- updated to version 1.0.3
see installed CHANGELOG.txt
## 1.0.3
* Avoid circular dependency warning
-------------------------------------------------------------------
Wed Mar 23 08:19:37 UTC 2016 - tboerger@suse.com
- Initial packaging of 1.0.2