File: Changes

package info (click to toggle)
libcatmandu-rdf-perl 0.18-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 168 kB
  • ctags: 14
  • sloc: perl: 179; makefile: 14
file content (61 lines) | stat: -rw-r--r-- 1,273 bytes parent folder | download
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
Changelog for Catmandu-RDF

0.18  2014-10-14 12:53:01 CEST
  - add field _url on import from url (issue #9)
  - started fix function aref_query

0.17  2014-10-02 14:26:35 CEST
  - Migrate to Dist::Milla
  - Adjust to aREF 0.19

0.16 2014-09-11T06:47:28
 - No changes foun

0.15 2014-07-17T11:35:04
 - document and test count method
 - started importer

0.14 2014-01-22T07:18:56
 - internally use RDF::Trine::Model
 - bug detected (issue #3?)
 - use RDF::aREF 0.09

0.13 2014-01-15T12:15:56
 - Merge release
 - use RDF::aREF 0.08

0.12 2014-01-12T16:39:03
 - release 0.12 with fixed dependencies
 - update dependencies
 - fixed dist.ini
 - fixed dependency

0.11 2013-12-02T14:17:01
 - documentation
 - fixed cpanfile
 - don't test ob Perl 5.10
 - split RDF::aREF as independent module

0.10 2013-11-15T11:18:20
 - started to support nested input documents
 - renamed aRef to aREF

0.09 2013-11-13T14:29:24
 - migrated from RDF/JSON to aRef
 - fix link

0.03 2013-09-20T12:42:10
 - auto-expand prefixed object-uris
 - support 'a' as shortcut for 'rdf:type'
 - extended documentation
 - implemented basic Exporter
 - support a subset of JSON-LD
 - use dzil and travis

0.02 2013-09-06T09:14:51
 - documentation

0.01 2013-09-05T09:39:00
 - basic RDF Exporter
 - first draft