# This file acts as the project's changelog.

@prefix :        <http://usefulinc.com/ns/doap#> .
@prefix dcs:     <http://ontologi.es/doap-changeset#> .
@prefix dc:      <http://purl.org/dc/terms/> .
@prefix dist:    <http://purl.org/NET/cpan-uri/dist/HTML-HTML5-ToText/> .
@prefix rdfs:    <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd:     <http://www.w3.org/2001/XMLSchema#> .

dist:project :release dist:v_0-001 .
dist:v_0-001
	a               :Version ;
	dc:issued       "2012-01-30"^^xsd:date ;
	:revision       "0.001"^^xsd:string ;
	:file-release   <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/HTML-HTML5-ToText-0.001.tar.gz> ;
	rdfs:label      "Initial release" .

dist:project :release dist:v_0-002 .
dist:v_0-002
	a               :Version ;
	dc:issued       "2012-01-31"^^xsd:date ;
	:revision       "0.002"^^xsd:string ;
	:file-release   <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/HTML-HTML5-ToText-0.002.tar.gz> ;
	dcs:changeset [
		dcs:versus dist:v_0-001 ;
		dcs:item   [ rdfs:label "Include examples of how to extend HTML::HTML5::ToText using traits."@en; a dcs:Documentation ];
		dcs:item   [ rdfs:label "Support align attribute on table cells, columns and colgroups. Values 'justify' and 'char' are not supported."@en; a dcs:Addition ];
		dcs:item   [ rdfs:label "Table header cells <th> default to centre alignment."@en ];
	] .

dist:project :release dist:v_0-003 .
dist:v_0-003
	a               :Version ;
	dc:issued       "2013-05-13"^^xsd:date ;
	:revision       "0.003"^^xsd:string ;
	:file-release   <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/HTML-HTML5-ToText-0.003.tar.gz> ;
	dcs:changeset [
		dcs:versus dist:v_0-002 ;
		dcs:item   [ rdfs:label "Cope better with HTML comments."@en ; a dcs:Bugfix ];
	] .

dist:project :release dist:v_0-004 .
dist:v_0-004
	a               :Version ;
	dc:issued       "2013-06-14"^^xsd:date ;
	:revision       "0.004"^^xsd:string ;
	:file-release   <http://backpan.cpan.org/authors/id/T/TO/TOBYINK/HTML-HTML5-ToText-0.004.tar.gz> ;
	dcs:changeset [
		dcs:versus dist:v_0-003 ;
		dcs:item   [ rdfs:label "Cope better with HTML comments in tables."@en ; a dcs:Bugfix ];
		dcs:item   [ rdfs:label "Stop using smartmatch operator."@en ; a dcs:Update ];
	] .