-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathChanges
133 lines (78 loc) · 2.62 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
Revision history for perl module Text::Fuzzy
0.29 2020-12-10
* Internal changes due to deprecation of used part of Perl API
0.28 2018-10-05
* Simpler file structure (fewer C files in distro)
* Internals improved for transposition matching
0.27 2017-08-15
* Safety measure for 64 bit systems
* Remove junk files from CPAN distribution
0.26 2017-07-09
* Don't overwrite strings in Unicode/non-Unicode matches
* Links to example source code within documentation
* Example output added to documentation
0.25 2016-12-07
* Documentation changes only
0.24 2015-11-06
* Array length underflow error
* Documentation internal link
0.23 2015-11-05
* Minor documentation fixes
* Fix for Windows and fuzzy_index
0.22 2015-10-19
* Minor documentation fixes
0.21 2015-10-19
* Documents the undocumented fuzzy_index function
* Fixes the return values for fuzzy_index to make sense
* Adds a simple test for fuzzy_index
0.20 2015-10-07
* Plugs small memory leak plug in file scanner
0.19 2015-09-25
* Eliminate GCC-specific compiler instructions
* Figlet letters are back in README
0.18 2015-09-25
* Add convenience function "nearestv"
* Add SEE ALSO and mention Text::Fuzzy::PP
* Rewrite documentation for clarity
0.17 2015-01-28
* Fixes bug affecting empty Unicode strings
0.16 2015-01-23
* Behaviour in array context changed due to bug
* Add README to distribution
0.15 2013-11-27
* Add dates to Changes.
0.14 2013-04-05
* Internal changes for Microsoft Visual C (C89)
0.13 2013-04-02
* Documentation of negative value for max, addition of negative
handling to set_max_distance.
* Internal changes for Microsoft Visual Studio compilation.
0.12 2013-03-31
* Internal changes affecting Microsoft Visual Studio compilation only.
0.11 2013-03-27
* New syntax for "new", with parameters such as max => 1, trans => 1,
or no_exact => 1.
* Improved performance for Unicode searches.
* Transposition support
* Maximum edit distance is now switched off by default.
* "nearest" with a maximum distance set returns "undef" rather than -1
on failure.
0.09 2013-03-13
* Error in documentation and examples regarding the return value of
"nearest" (it should have said the return value is -1 for a miss).
0.08 2013-03-13
* Alterations for the benefit of unification with CPAN::Nearest.
0.07 2013-01-29
* This fixes a bug which happens in comparisons of Unicode-encoded
strings with non-Unicode encoded strings.
0.06 2012-08-19
* This adds a directory of examples to the distribution.
0.05 2012-07-25
* Document examples.
* Other documentation
0.04 2012-07-24
* Documentation
0.03 2012-07-20
0.02 2012-07-19
* Document "scan_file".
0.01 2012-07-18