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.204 2024-02-22 Minor updates and transition to Github Actions for CI.
- Added: Use Github actions for CI.
- Improve documentation.
- Removed: Remove Travis for CI.
- Some minor changes.
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