1Revision history for Perl extension WWW::Wikipedia.
2
32.05 2017-05-01
4
5 - remove live test for WWW::Wikipedia::Entry::lanaguage() and
6   add a note about its utility now that languages are driven
7   from wikidata
8 - fix documenation typos (RT #110981)
9
102.04 2015-12-30
11
12 - add LWP::Protocol::https to prereqs (RT #110781)
13
142.03 2015-12-23
15
16 - fix "Unescaped left brace in regex is deprecated" (RT #110564)
17
182.02 2015-12-21
19
20 - Make whitespace after REDIRECT optional, to fix RT#94111
21 - Changed github URL to https, and added repo to doc
22 - Added "use 5.006;" to both modules
23 - Add clean_html option to strip basic HTML tags.
24
252.01 2013-02-21
26
27 - Update test suite due to a change in returned data
28
292.00 2011-04-05
30
31 - use decoded_content() rather than just content() (RT #66337)
32 - parse raw text to get proper redirect link (RT #66337)
33 - try to catch self-redirects (RT #66337)
34
351.99 2011-02-16
36
37 - Fix up title in entry and provide an accessor for the value
38 - use uri_escape_utf8 in search() as needed
39
401.98 2010-12-01
41
42 - Remove newline that was attached to redirects returned by search()
43
441.97 2010-06-16
45
46 - Update redirect regex due to wikipedia changes (RT #58440)
47
481.96 2009-09-14
49
50 - Add text_basic() and fulltext_basic() to Entry, which are the
51   same as the non _basic methods, but not run through Text::Autoformat
52
531.95 2009-04-29
54
55 - Swap out CGI for URI::Escape
56
571.94 2008-02-25
58
59 - Fix random() to get the proper url for the raw content
60
611.93 2007-12-11
62
63 - add a setting to control the following of redirect directives
64 - switch to Module::Install
65
661.92 2007-01-02
67
68 - a random() method was added in 1.91
69 - added parse_head(0) to squash some warnings
70
711.91 2007-01-02
72
73 - redirects no longer case sensitive (thanks Chris Bolt)
74
751.9  2006-04-18
76
77 - handle wikipedia style redirects when the raw content looks like
78   #REDIRECT [[systems theory]]
79
801.8  2005-08-26
81
82 - avoid passing in any sequence of \n to autoformamt since it
83   barfs on that as well in v1.13 (thanks Steve Freedman)
84 - when there is no summary paragraph in an entry, a call to text()
85   will return the fulltext for an entry.
86
871.7  2005-07-15
88
89 - avoid passing "\n" to Text::Autoformat::autoformat() since it
90   blows chunks in v1.13 (thanks Tom Halford)
91
921.6  2005-07-11
93
94 - updated WWW::Wikipedia to use the new raw url (thanks Katrin Tomanek)
95
961.5  2005-03-23
97
98 - added language option (-l) to bin/wikipedia
99 - added pod and pod_coverage tests
100
1011.4  2005-02-14
102
103 - added error() for error messages
104 - search() now returns undef on error and sets error()
105
1061.3  2004-10-26
107
108 - added multi-lingual support to WWW::Wikipedia::Entry
109
1101.2  2004-09-01
111
112 - removed newline stripping (thanks Offer Kaye)
113 - bin/wikipedia uses Text::Autoformat
114
1151.1  2004-08-19
116
117 - fixed t/15.entry.t to hopefull pass on multiple platforms no
118   matter what OS the distribution was created on.
119
1201.0  2004-08-10
121
122 - added initial multi-lingual support
123
1240.9  2004-08-04
125
126 - new WWW::Wikipedia::Entry, backwards incompatible changes to
127   interface.
128 - t/15.entry.t test the new entry class.
129 - WWW::Wikipedia is now a subclass of LWP::UserAgent.
130
1310.6  2004-04-06
132
133 - fixed documentation bug (thanks Thomas Galley)
134
1350.5  2004-02-13
136
137 - wikipedia cmd line tool uses IO::Page if it can.
138
1390.4  2004-02-13
140
141 - wikipedia cmd line tool courtesy of Slaven Rezic.
142 - fixed warnings emanating from module
143
1440.3  2003-04-01
145
146 - added ability to specify useragent in constructor
147   thanks Lin Yung-Chung.
148
1490.2  2003-03-24
150
151 - fixed README
152
1530.1  2003-03-21
154
155 - original version
156
157