The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
# Changelog for RDF-aREF

0.16  2014-10-07 10:50:16 CEST
  - cleanup
  - only require Perl 5.10 (issue #5)

0.15  2014-10-05 15:16:09 CEST
  - better support RDF::Trine in Encoder
  - introduced RDF::aREF::Query (experimental)

0.14  2014-10-02 14:14:09 CEST
  - adjust with aREF 0.19
  - added aref_query (experimental)

0.13  2014-10-01 16:09:44 CEST
  - improveded Encoder

0.12  2014-10-01 14:45:09 CEST
  - migrated to Dist::Zilla
  - added methods aref_get_literal and aref_get_resource
  - disallow ':' in predicates
  - added partial Encoder

0.11 2014-04-09T12:56:37
 - don't die on malformed IRIs

0.10 2014-01-22T11:11:50
 - fixed bnode collision bug
 - new option: bnode_prefix
 - show how to serialize with RDF::Trine
 - more test cases

0.09 2014-01-21T13:11:32
 - better error message when expecting an URI (close #3)
 - Avoid numeric blank node identifiers.
   Although it's legal, some parsers don't like them.
 - Show how to decode into RDF::Trine::Model

0.08 2014-01-15T11:08:31
 - facilitate use of this module together with RDF::Trine

0.07 2013-12-18T08:21:41
 - increased error detection
 - fixed test_requires

0.06 2013-12-14T20:15:38
 - extended test suite
 - test-cases with errors

0.05 2013-12-04T20:01:53
 - improved handling of undefined/null
 - use warnings; list provides

0.04 2013-12-03T08:51:00
 - improved error handling, fixed bug in subject-maps

0.03 2013-12-02T13:47:26
 - release
 - avoid lexical $_
 - added error test
 - run coverage test with RDF::Trine
 - fixed links
 - improved unit tests
 - rewrote aREF decoder
 - split RDF::aREF from Catmandu-RDF