forked from janlelis/unicode-display_width
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG.txt
41 lines (28 loc) · 1.06 KB
/
CHANGELOG.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
## 1.0.0
* Faster than 0.3.1
* Advanced determination of character width
* This includes: Treat width of most chars of general categories (Mn, Me, Cf) as 0
* This includes: Introduce list of characters with special widths
* Allow custom overrides for specific codepoints
* Set required Ruby version to 2.0
* Add NO_STRING_EXT mode to disable monkey patching
* Internal API & index format changed drastically
* Remove require 'unicode/display_size' (use 'unicode/display_width' instead)
## 0.3.1
* Faster than 0.3.0
* Deprecate usage of aliases: String#display_size and String#display_length
* Eliminate Ruby warnings (@amatsuda)
## 0.3.0
* Update EastAsianWidth from 7.0 to 8.0
* Add rake task to update EastAsianWidth.txt
* Move code to generate index from library to Rakefile
* Update project's meta files
* Deprecate requiring 'unicode-display_size'
## 0.2.0
* Update EastAsianWidth from 6.0 to 7.0
* Don't build index table automatically when not available
* Don't include EastAsianWidth.txt in gem (only index)
## 0.1.0
* Fix github issue #1
## 0.1.0
* Initial release