File: Changes

package info (click to toggle)
libjsonld-perl 0.006-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 368 kB
  • sloc: perl: 5,090; sh: 32; makefile: 8
file content (37 lines) | stat: -rw-r--r-- 824 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
JSONLD
======

Created:      2019-10-28
Home page:    <https://metacpan.org/release/JSONLD/>
Bug tracker:  <https://github.com/kasei/perl-jsonld/issues>

0.006  2023-11-18

 - (Update) Fix utf-8 decoding of remote context data (#6).

0.005  2020-12-12

 - (Update) Fix package metadata (#4).
 - (Update) Fix version references in README.md (#5).

0.004  2020-05-17

 - (Update) Allow specifying a context file on the command line for
   jsonld-expand.
 - (Update) Improve handling of invalid JSONLD input.
 - (Update) Track changes in the JSONLD spec.
 - (Update) Use new IRI->rel method.

0.003  2020-03-08

 - (Update) Remove use of Debug::ShowStuff for releases.
 - (Update) Version number bump to fix PAUSE issues.

0.002  2020-01-26

 - (Update) Updated documentation.

0.001  2020-01-25

 - (Addition) First release.