RDF-Trine
view release on metacpan or search on metacpan
Changes.ttl view on Meta::CPAN
<http://kasei.us/code/files/RDF-Trine-0.135.tar.gz>
dcterms:isVersionOf <http://kasei.us/code/rdf-trine/#project> ;
dcterms:replaces <http://kasei.us/code/files/RDF-Trine-0.134.tar.gz> ;
doap:Version [
doap:revision "0.135" ;
doap:created "2011-04-30" ;
];
asc:changes [
asc:addition "Added RDF::Trine::Store::DBI->nuke method for removing store data." ;
asc:addition "Added RDF::Trine::Model->remove_list method (patch from tobyink)." ;
asc:addition "Added RDF::Trine::Iterator->seen_count method." ;
asc:addition "Added RDF::Trine::Model->get_sparql delegation method." ;
asc:update "Globally changed 'base' to 'base_uri' in Trine code and API." ;
asc:update "Changed name of redland rdfa parser to 'librdfa' and removed associated media type and file extensions (due to librdfa bugs)." ;
asc:update "Fixed bug in RDF::Trine::Store::DBI::mysql that was causing init() to remove existing data." ;
asc:update "Updated RDF::Trine::Parser->parse_url_into_model to be better at guessing media types for file: URIs." ;
asc:update "Updated RDF::Trine::Parser::Redland to allow the $base argument to be a URI object." ;
asc:update "Updated RDF::Trine::Parser->parse_url_into_model to not catch and hide exceptions thrown from calls to parse_into_model." ;
asc:update "Updated bin/srx2csv to handle unbound variables in results." ;
asc:update "Added support for 'storeclass' key in RDF::Trine::Store->new_with_config." ;
asc:update "Added supports method to RDF::Trine::Model, RDF::Trine::Model::Dataset, and RDF::Trine::Store classes." ;
asc:update "RDF::Trine::Store->new_with_string now attempts to load store classes before using them." ;
asc:update "Renamed RDF::Trine::Store::SPARQL->_get_iterator to get_sparql." ;
asc:update "Added SQL file for creating the mysql backend database." ;
asc:update "Remove the meaningless \"All rights reserved\" copyright text." ;
asc:update "Style changes to RDF::Trine::Iterator::Bindings->print_xml." ;
asc:update "Updated required version of XML::SAX to 0.96." ;
asc:update "Updated store tests (KjetilK)." ;
asc:update "Removed Digest::SHA1 from list of prereq modules." ;
] .
<http://kasei.us/code/files/RDF-Trine-0.134.tar.gz>
dcterms:isVersionOf <http://kasei.us/code/rdf-trine/#project> ;
dcterms:replaces <http://kasei.us/code/files/RDF-Trine-0.133.tar.gz> ;
doap:Version [
doap:revision "0.134" ;
doap:created "2011-03-29" ;
];
asc:changes [
asc:addition "Added srx2csv and srx2table scripts." ;
asc:addition "Added API for stream parsing of srx results to RDF::Trine::Iterator::SAXHandler." ;
asc:addition "Added RDF::Trine::Model->get_sequence method for accessing rdf:Seq structures." ;
asc:addition "Added 'value' method to RDF::Trine::Node subclasses for accessing the primary scalar value of a node." ;
asc:addition "Added RDF::Trine::Graph->error method to explain failures in RDF::Trine::Graph->equal." ;
asc:addition "Updated RDF::Trine::Graph to support: subgraph testing, access to injection map, delegation to RDF::Trine::Model (patch from tobyink)." ;
asc:update "Deprecated RDF::Trine::Iterator->count." ;
asc:update "Fixed bug in RDF::Trine::Iterator::SAXHandler on data with empty results." ;
asc:update "Fixed canonicalization bug in RDF::Trine::Node::Literal for xsd:decimals with no decimal point." ;
asc:update "Fixed RDF::Trine::Node::Resource->qname handling of unicode IRIs." ;
asc:update "Fixed RDF::Trine::Parser::NTriples->parse_file to accept filenames just like the superclass implementation." ;
asc:update "Fixed RDF::Trine::Parser->parse_file to open files as utf8." ;
asc:update "Fixed RDF::Trine::Parser->parse_url_into_model to pass through 'canonicalize' argument to actual parser method call." ;
asc:update "Allow 'canonicalize' argument to RDF::Trine::Iterator->from_json method." ;
asc:update "Made diagnostic messages less noisy in t/store-hexastore-storable.t." ;
asc:update "Silenced an uninitialized warning in RDF::Trine::Parser::NTriples." ;
asc:update "Removed use of XML::SAX in RDF::Trine::Serializer subclasses." ;
asc:update "Added turtle parser test for file with BOM." ;
asc:update "Updated RDF::Trine::Store::DBI and RDF::Trine::Store::DBI::mysql to use DBI placeholders." ;
] .
<http://kasei.us/code/files/RDF-Trine-0.133.tar.gz>
dcterms:isVersionOf <http://kasei.us/code/rdf-trine/#project> ;
dcterms:replaces <http://kasei.us/code/files/RDF-Trine-0.132.tar.gz> ;
doap:Version [
doap:revision "0.133" ;
doap:created "2011-02-07" ;
];
asc:changes [
asc:addition "Added RDF::Trine::NamespaceMap class." ;
asc:addition "Added support to populate RDF::Trine::NamespaceMap objects during RDF parsing." ;
asc:addition "Added RDF::Trine::Model get_list and add_list methods for managing rdf:List structures." ;
asc:addition "Added support for parsing SPARQL JSON Results format in RDF::Trine::Iterator->from_json." ;
asc:addition "RDF::Trine::Parser subclasses now allow parse_file_into_model and parse_file being called as class methods." ;
asc:addition "Added 'restrict' and 'extend' options to RDF::Trine::Serializer->negotiate to allow more control over content negotiation." ;
asc:addition "Added the ability to restrict the nodes returned from the RDF::Trine::Model->objects method by node type or by literal language/datatype." ;
asc:update "Fixed bug in Turtle parser that wouldn't allow a Unicode BOM in the input." ;
asc:update "Fixed bug in turtle serialization of blank nodes used in graph cycles (reported by tobyink)." ;
asc:update "Fixed bug in RDF::Trine::Serializer::RDFXML that wasn't escaping XML entities in IRIs and bnode labels (github issue 3 from nichtich)." ;
asc:update "Updated RDF::Trine::Store::Hexastore to use equal() method instead of op<==> for testing node equality." ;
asc:update "Updated t/parser-rdfjson.t to test bnode equality using identifier strings, not with op<==>." ;
asc:update "Updated RDF::Trine::Store::SPARQL to allow bulk-update operations." ;
asc:update "Added string overloading to RDF::Trine::Node subclasses." ;
asc:update "Updated conneg code setting default q-values in RDF::Trine::Serializer." ;
asc:update "Updated RDF::Trine::Iterator::Graph->print_xml to set utf8 binmode on the output filehandle." ;
asc:update "Changed required version of Module::Load::Conditional to 0.38 (based on version in debian)." ;
asc:update "Fixed RDF/XML xmlns serialization bug when used with RDF::Trine::NamespaceMap objects." ;
asc:update "Added text/rdf+n3 as a media type for RDF::Trine::Serializer::Turtle." ;
] .
<http://kasei.us/code/files/RDF-Trine-0.132.tar.gz>
dcterms:isVersionOf <http://kasei.us/code/rdf-trine/#project> ;
dcterms:replaces <http://kasei.us/code/files/RDF-Trine-0.131.tar.gz> ;
doap:Version [
doap:revision "0.132" ;
doap:created "2010-12-23" ;
];
asc:changes [
asc:addition "Added conditional loading of Redland parsers and stores when available using Module::Load::Conditional." ;
asc:addition "Added auto-initialization of DBI stores during object construction." ;
asc:addition "Added RDF::Trine::Store->new method to delegate to existing constructors." ;
asc:update "Moved slow turtle parser tests into developer tests directory xt/." ;
] .
<http://kasei.us/code/files/RDF-Trine-0.131.tar.gz>
dcterms:isVersionOf <http://kasei.us/code/rdf-trine/#project> ;
dcterms:replaces <http://kasei.us/code/files/RDF-Trine-0.130.tar.gz> ;
doap:Version [
doap:revision "0.131" ;
doap:created "2010-12-07" ;
];
asc:changes [
asc:addition "Added RDF::Trine::Model->as_graphviz method." ;
asc:update "Fixed SPARQL XML Results serialization to omit unbound variables and properly declare literal languages and datatypes." ;
asc:update "Copied implementations of is_numeric_type() and numeric_value() from RDF::Query::Node::Literal to RDF::Trine::Node::Literal." ;
asc:update "Updated documentation to explicitly discuss inherited methods due to subclassing (RT 63153 comment from Ivan Shmakov)." ;
asc:update "Updated POD for RDF::Trine::Iterator subclasses (RT 63153 comment from Ivan Shmakov)." ;
asc:update "Fixed RDF::Trine::Parser->guess_parser_by_filename to get RDF/XML parser class from parser_by_media_type() instead of being hardcoded." ;
asc:update "Fixed RDF::Trine::Serializer::Turtle::_node_concise_string to allow call as class method." ;
asc:update "Added RDF::Trine::Parser::Redland subclasses to allow calling new() with no 'name' argument." ;
asc:update "Added file extensions to parser registry for RDF::Trine::Parser::Redland." ;
asc:update "Added checks to avoid undefined warnings in RDF::Trine::Serializer::NTriples::Canonical (suggestion from KjetilK)." ;
asc:update "Set :utf8 mode on string-backed filehandles in RDF::Trine::Serializer::Turtle." ;
asc:update "Attempt at patching utf8 turtle/trig parsing bug submitted by KjetilK." ;
asc:update "Updated required version of Test::More to 0.88 (bugreport from @danbri)." ;
] .
<http://kasei.us/code/files/RDF-Trine-0.130.tar.gz>
dcterms:isVersionOf <http://kasei.us/code/rdf-trine/#project> ;
dcterms:replaces <http://kasei.us/code/files/RDF-Trine-0.129.tar.gz> ;
doap:Version [
( run in 3.127 seconds using v1.01-cache-2.11-cpan-d8267643d1d )