File: Changes

package info (click to toggle)
librdf-rdfa-generator-perl 0.200-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 252 kB
  • sloc: perl: 885; sh: 4; makefile: 2
file content (97 lines) | stat: -rw-r--r-- 2,528 bytes parent folder | download | duplicates (2)
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
RDF-RDFa-Generator
==================

Created:      2010-05-05
Home page:    <https://metacpan.org/release/RDF-RDFa-Generator>
Bug tracker:  <https://github.com/kjetilk/p5-rdf-rdfa-generator/issues>
Maintainer:   Toby Inkster (TOBYINK) <tobyink@cpan.org>
Maintainer:   Kjetil Kjernsmo (KJETILK) <kjetilk@cpan.org>

0.200	2018-02-11	Extensive changes to support both Attean and Trine. Backwards incompatible changes.

 - Added: Many more tests.
 - Added: Use RDF::NS::Curated for the canonical list of namespaces.
 - Added: Use the Attean API.
 - Improve CURIE generation.
 - Improve the HTML of Pretty a bit.
 - Many minor improvements.
 - Removed: Remove serialization of plain literals as they don't exist in
   RDF 1.1.
 - Removed: Stop using the Trine API.
 - Removed: Trine serialization methods are deprecated and will croak.
 - Use URI::NamespaceMap for managing prefixes, RDF::Prefixes can be used
   through it.
 - data_context takes an object as input.

0.192	2017-12-22

 - Added: More tests.
 - Added: Support Attean.
 - Many minor improvements.

0.106	2017-12-22

 [ Bug Fixes ]
 - Prevent XML::LibXML::Element::setAttribute complaining about
   uninitialized value.
   ZORAN++

 [ Packaging ]
 - Many minor improvements in packaging.
 - Upgrade distribution build system to Dist::Inkt.

0.103	2012-12-12

 [ Bug Fixes ]
 - Fix strange buglet that affected RDF::RDFa::Linter.

 [ Packaging ]
 - Upgrade distribution build system.

 [ Other ]
 - Drop common::sense and parent.pm deps.

0.102	2011-07-06

 [ Bug Fixes ]
 - <meta> element should name @name, not @nane.
 - Namespaces in HTML::Head and HTML::Hidden.

0.101	2010-09-06

 - Added: Icons for a few extra classes.
 - Added: Support 'namespaces' option for the constructor, for
   compatibility with other Trine serialisers.
 - Added: use RDF::Prefixes.

0.100	2010-07-25

 - Added: HTML::Pretty now includes cross-links to other resources.

0.05	2010-05-27

 [ Bug Fixes ]
 - UTF-8 fixes.

0.04	2010-05-21

 - HTML::Hidden and HTML::Pretty now use @about instead of @src to set the
   subject URI.
 - HTML::Pretty no longer makes 'javascript:' URLs into links.

0.03	2010-05-19

 [ Bug Fixes ]
 - HTML::Pretty Fallback to sorting by object now works.

 [ Other ]
 - Added: HTML::Pretty can now force safe HTML (prevents injection
   attacks).

0.02	2010-05-18

 - Added: HTML::Pretty can now include additional textual notes in the
   output. This functionality added for RDF::RDFa::Linter.
 - Using FamFamFam Silk icons.

0.01	2010-05-09	Original version