-
Notifications
You must be signed in to change notification settings - Fork 3
/
Changes
92 lines (58 loc) · 2.98 KB
/
Changes
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
Revision history for App-Uni
{{$NEXT}}
9.006 2022-12-31 17:01:31-05:00 America/New_York
- update author contact info
9.005 2021-06-18 22:24:18-04:00 America/New_York
- update author contact info
- add supported versions to docs
9.004 2020-07-03 11:55:58-04:00 America/New_York
- add the most basic of test files
- work with perl 5.32.0, where the secret bit of guts we used has
changed (thanks, Dagfinn Ilmari Mannsåker)
9.003 2015-11-05 23:09:51-05:00 America/New_York
- when printing combining marks, give them a DOTTED CIRCLE
with which to combing (◌)
9.002 2014-10-31 20:34:32-04:00 America/New_York
- add "-8" to show UTF-8 encoded bytes
- better handling of errors and getopt
9.001 2014-10-26 19:08:57-04:00 America/New_York
- default behavior is now "dwim"
- added -n for "search names only"
- refactored to be testable, but no actual tests exist 😏
9.000 2014-10-24 12:34:12-04:00 America/New_York
- total rewrite, done with much love, by rjbs
- now supports lookup by hex code
- now supports single ascii char lookup
- now supports multiple fixed substring lookup
[Changes for v8 - 2011年 7月 6日 周三 08時32分43秒 CST]
* Add advertisement for user to upgrade to Perl 5.14 just
for searching Emojis. (@rjbs, @miyagawa)
[Changes for v7 - 2011年 6月28日 周二 23時28分09秒 CST]
* Bump version since 5.014001 < 6.000.
[Changes for v5.14.1 - 2011年 6月28日 周二 22時55分35秒 CST]
* No functional changes.
* Add "app" and "unicode" keywords to META.yml to see if they
will show up somewhere on search.cpan.org or metacpan...
(Thanks to @confound++ for wondering about keywords on IRC.)
[Changes for v6 - 2011年 6月19日 周日 07時05分46秒 CST]
* Unbundle UnicodeData.txt, using Perl-supplied unicore/Name.pl instead. (RJBS)
* If the argument is a single non-ASCII character, the character itself
is no longer printed.
* If the argument is a single non-ASCII character, then the character
itself is printed instead.
[Changes for v5.14.0 - 2011年 6月13日 周一 11時36分52秒 CST]
* Bump version number since 0.014 < 0.200.
[Changes for v0.14.0 - 2011年 6月 7日 周二 04時24分09秒 CST]
* Bundle UnicodeData.txt with this distribution as Perl 5.14 no longer
installs it.
[Changes for v0.12.0 - 2010年 4月13日 周二 21時43分46秒 CST]
* This module now requires Perl v5.12.0.
* Improved matching speed using memory-intensive :mmap and for(<$fh>) loops.
[Changes for 0.03 - 2009年12月11日 周五 20時28分31秒 CST]
* If the argument to "uni" is a single character, then the character
itself is also printed out in addition to code and name matches.
[Changes for 0.02 - 2009年12月10日 周四 08時13分22秒 CST]
* Fix module name in POD.
* Error messages are now printed witout tracing info.
[Changes for 0.01 - 2009年12月10日 周四 07時59分22秒 CST]
* First CPAN release.