Age | Commit message (Collapse) | Author | Files | Lines |
|
2.3.0 (2022-09-13)
* Unicode 15.0
|
|
2.2.0 (2022-06-24)
* Add Hangul Jamo Extended-B block to zero-width chars, thanks @ninjalj #22
|
|
2.1.0 (2021-09-15)
* Unicode 14.0
|
|
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./textproc/convertlit/distinfo clit18src.zip
|
|
|
|
2.0.0 (2020-12-30)
* Release 2.0.0
* Supports Ruby 3.0
2.0.0.pre2 (2020-03-11)
* Update 2.0 branch to Unicode 13
2.0.0.pre1 (2020-01-16)
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
o You can: require "unicode/display_width/string_ext" to continue to use
the string extension
o 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
|
|
Update ruby-unicode-display_width to 1.7.0.
## 1.7.0
- Unicode 13
## 1.6.1
- Fix that ambiguous and overwrite options where ignored for emoji-measuring
|
|
Determines the monospace display width of a string in Ruby.
Implementation based on EastAsianWidth.txt and other data, 100% in
Ruby. Other than wcwidth(), which fulfills a similar purpose, it
does not rely on the OS vendor to provide an up-to-date method for
measuring string width.
|