-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathChanges
69 lines (41 loc) · 1.25 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
Revision history for Perl extension HTML::Escape
{{$NEXT}}
1.11 2021-09-27T04:11:20Z
commit 239b88f865305b59f7d193f0431fcd5c03df3dd3
Author: Harald Jörg <[email protected]>
Date: Sun Jan 13 11:56:25 2019 +0100
Add the list of escaped characters to the docs and clarify usage in the synopsis
1.10 2016-03-15T03:16:39Z
- Performance improvement.
Aaron Crane <[email protected]>
1.09 2014-04-14T07:34:14Z
- Escape '{' && '}' by default.
https://github.com/angular/angular.js/issues/5601
(tokuhirom)
1.08 2013-06-08T16:02:51Z
- Escape backquote character for IE
(Requested by John Siracusa)
https://rt.cpan.org/Public/Bug/Display.html?id=84971
1.07 2013-06-08T04:59:08Z
- use Minilla(no feature changes)
1.06
- use M::B::Pluggable(No feature changes)
1.05
- Fixed ppport.h generation logic.
(tokuhirom)
1.04
- fixed typo in dependency list.
(Reported by syohex++)
1.03
- depend to perl 5.8.5, gfx was tested on it.
(gfx)
1.02
[BUG FIX]
- works on ithread enabled perl.
1.01
- use Text::Xslate style pure perl module loading
1.00
[INCOMPATIBLE CHANGE]
- s/html_escape/escape_html/g
0.01 Sun Sep 30 15:09:52 2012
- original version