File: Changes

package info (click to toggle)
libcatmandu-importer-getjson-perl 0.52-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 176 kB
  • sloc: perl: 345; sh: 6; makefile: 2
file content (45 lines) | stat: -rw-r--r-- 1,035 bytes parent folder | download | duplicates (2)
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
Changelog for Catmandu-Importer-getJSON

0.52  2019-08-30 11:29:50 CEST
 - Fix test issues

0.51  2019-01-23 20:12:35 CET
 - Disable default warning enabled (issue #15) 

0.50  2015-05-19 12:48:46 CEST
 - more powerful get_json fix function
 - new public methods request and construct_url 
 - proceed on URL errors when reading URLs from stream
 - made in-memory cache global

0.43  2015-05-10 22:12:01 CEST
 - added caching

0.42  2015-04-06 16:52:48 CEST
 - fix dependencies and URI::Template changes

0.41  2014-10-26 10:35:49 CET
 - migrated to Dist::Milla
 - include missing version (issue #9)

0.40 2014-05-16T09:08:44
 - document Catmandu::Fix::get_json
 - enable logging and option 'wait'
 - bump version
 - cpanfile [vpeil]
 - get_json fix added [vpeil]

0.3 2014-04-23T19:28:43
 - fix option 'from'

0.2 2014-04-22T18:08:25
 - version number
 - introduced request and response hooks
 - new option --dry
 - option --from closes issue #1
 - minor documentation changes

0.1 2014-01-21T11:08:38
 - use UTF-8
 - initial version