File: Changes

package info (click to toggle)
libhtml-microformats-perl 0.105-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 1,340 kB
  • sloc: perl: 14,121; makefile: 10; sh: 1
file content (156 lines) | stat: -rw-r--r-- 4,739 bytes parent folder | download | duplicates (4)
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
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
HTML-Microformats
=================

Created:      2010-02-08
Home page:    <https://metacpan.org/release/HTML-Microformats>
Bug tracker:  <http://rt.cpan.org/Dist/Display.html?Queue=HTML-Microformats>
Maintainer:   Toby Inkster <mailto:tobyink@cpan.org>

0.105  2012-07-05

 - (Bugfix Documentation) Corrected pod errors in three files.
 - (Bugfix Documentation) Fix link to ocoins.info.
 - Drop common::sense dependency.

0.104  2011-12-06

 - (Packaging) Include some examples.
 - (Packaging) Module::Package::RDF
 - (Update) use 5.010
 - (Update) use Object::AUTHORITY

0.103  2011-02-16

 - (Bugfix) Profile management.
 - (Bugfix) hCalendar attachments.

0.102  2011-02-05

 - (Addition) Export geo in KML format.
 - (Addition) Export hAtom as Atom feeds.
 - (Addition) Export hCalendar in iCalendar format.
 - (Addition) Export hCards in vCard 3.0 format.
 - (Addition) Export hCards in vCard 4.0 format.
 - (Addition) Export hCards in vCard XML format.
 - Deprecated set_X/add_X/clear_X property accessors for microformat
   objects.
 - Include awol:Person, awol:name, awol:email and awol:uri in RDF output
   for hAtom entries.
 - Prefer to parse tel and email in hCard as URLs.
 - Provide hEntry output using RDF iCalendar vocabulary, as a
   ical:Vjournal.

0.101  2010-12-22

 - (Bugfix) Don't assume each rel=me link refers to a different 'me'!
 - (Bugfix) Stop printing warnings about DESTROY method not being defined.

0.100  2010-12-16

 - (Addition) HTML::Microformats->formats and HTML::Microformats->modules.
   (use Module::Pluggable)
 - (Addition) Lots of test cases.
 - (Bugfix) Handle dates like 1pm - i.e with am/pm designator but without
   minutes.
 - Avoid UNIVERSAL::can and UNIVERSAL::isa.
 - Rename loads of modules - in fact every module except the mixins and
   HTML::Microformats itself.

0.00_13  2010-10-18

 - (Addition) Add serialise_model method to HTML::Microformats and
   HTML::Microformats::BASE.
 - Minor bugfixes, cleanups and documentation improvements.

0.00_12  2010-06-25

 - (Bugfix) VoteLinks.pm wasn't included in the 0.00_11 distribution.

0.00_11  2010-06-23

 - (Addition) Find contact hCard for a page - i.e. an hCard in an <address>
   element.
 - (Addition) Support XMDP.
 - (Addition) Support for VoteLinks microformat, including special support
   for VoteLinks inside hAtom entries.
 - Improve calculation of representative hCard.

0.00_10  2010-05-13

 - (Bugfix) Packaging fix - include figure.pm in the distribution.
 - Document hCard helper modules.

0.00_09  2010-05-12

 - (Addition) OpenURL COinS support.
 - (Addition) XOXO support.
 - (Addition) figure support.
 - Document the ISO8601 datetime parser.
 - Document the rel-* microformat implementations and OpenURL COinS.
 - adr RDF output now better differentiates between the addresses and the
   places they represent.

0.00_08  2010-04-29

 - Distinguish between base URI and document/context URI.
 - Introduce a context-unique component to blank node identifiers.

0.00_07  2010-04-28

 - (Update) Support http://microformats.org/profile/specs profile URI.
 - our @HTML::Microformats::Formats instead of 'my'.

0.00_06  2010-04-16

 - (Bugfix) Packaging fix.

0.00_05  2010-04-16

 - (Addition) hAudio support.
 - (Addition) hListing support.
 - (Addition) hProduct support.
 - (Addition) hReview-aggregate support.

0.00_04  2010-03-20

 - (Addition) Implement class=value-title support.
 - (Addition) Implement implied date for hCalendar dtend and hAtom updated
   properties.
 - (Addition) hResume support.
 - (Addition) hReview and xFolk support.
 - (Bugfix) Problems parsing hCard org properties resolved.
 - (Bugfix) UTF8 fixes.
 - (Bugfix) hMeasure.pm wasn't inheriting properly from BASE.pm.
 - Improvements in natural language date parsing.

0.00_03  2010-03-09

 - (Addition) RecurringDateTime datatype.
 - (Addition) hCalendar support.
 - Document BASE microformat class.
 - Rename _base.pm to BASE.pm; _simple_parser.pm to Mixin/Parser.pm;
   _simple_rdf.pm to Mixin/RDF.pm; _rel.pm to BASEREL.pm.

0.00_02  2010-03-01

 - (Addition) Support for hAtom and hNews.
 - (Addition) rel-enclosure support.
 - (Addition) rel-license support.
 - Document geo, adr, XFN and hAtom support.
 - Split out some common rel-X parsing into HTML::Microformats::_rel.

0.00_01  2010-02-24

 - (Addition) Draft 'hMeasure' microformat support.
 - (Addition) Draft 'species' microformat support.
 - (Addition) Figure out which hCard on a page is the 'representative' one
   (for the purposes of XFN).
 - (Addition) XFN support.
 - Copyright statements now reflect the fact that much of this code comes
   from 2008.
 - Document HTML::Microformats::hCard.
 - Improve hCard type+value property parsing.

0.00_00  2010-02-19