File: Changes

package info (click to toggle)
libirc-formatting-html-perl 0.29-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 92 kB
  • sloc: perl: 464; makefile: 2
file content (99 lines) | stat: -rw-r--r-- 2,142 bytes parent folder | download | duplicates (3)
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
Revision history for IRC-Formatting-HTML

0.29    01/13/2011
        Fixed an issue parsing color codes on some
        unicode strings

0.28    09/21/2010
        Added an option to use CSS classes instead
        of inline CSS styles

0.27    07/28/2010
        Added an option to treat inverted irc text as
        italic

0.26    07/15/2010
        Handle color HTML attribute

0.25    07/15/2010
        Handle block elements better

0.24    07/15/2010
        Handle colors from HTML input
        More accurate html to irc conversion

0.23    06/26/2010
        Fixed an issue with tokens that evaluate to false
        (e.g. "0")

0.22    06/19/2010
        Handle  

0.21    06/17/2010
        Fixed consecutive formattings in irc_to_html

0.20    06/17/2010
        Fixed docs
        Detect more bold and italic tags

0.19    06/16/2010
        Removed "formatted_string_to_html", use irc_to_html instead
        Added html_to_irc export

0.18    04/19/2010
        Add irc_to_html export
        Minor speedups

0.17    04/19/2010
        Fix MANIFEST

0.16    04/19/2010
        Drop Any::Moose dependency
        Use file scope for accumulated state

0.15    04/15/2010
        Small fix to avoid warning

0.14    03/24/2010
        Handle "0" and "" properly

0.13    02/24/2010
        Remove HTML::Entities dependency

0.12    02/21/2010
        Remove leftover IO::String use statement

0.11    02/21/2010
        Verify that the color codes exist
        Stop using natatime to avoid growing memory

0.10    12/22/2009
        Remove POD tests

0.09    12/06/2009
        Use Any::Moose

0.08    10/09/2009
        Properly apply the last patch

0.07    10/08/2009
        Put the   entity after a space, so links don't
        get broken when followed by a double space

0.06    09/24/2009
        Only replace regular spaces with HTML entities

0.05    08/21/2009
        More POD cleanup

0.04    08/21/2009
        Properly apply previous patch

0.03    08/16/2009
        Fixed rendering bug for inverted text (thanks nop)

0.02    08/02/2009
        Cleaned up POD

0.01    07/23/2009
        First version