forked from leedo/www-discogs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changes
54 lines (41 loc) · 1.22 KB
/
Changes
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
Revision history for Perl extension WWW::Discogs.
0.01 Tue Jul 1 23:35:00 2008
- original version
0.02 Wed Jul 2 09:57:00 2008
- bump perl requirement to 5.8
- documentation
0.03 Mon Jul 7 15:39:00 2008
- use URI path and param methods to construct request
- switch to XML::Simple
- interface changes
0.04 Wed Jul 9 19:37:00 2008
- fix broken test
- begin documenting response classes (release, artist,
label, search)
0.05 Sun Jul 13 14:18:00 2008
- return lists instead of arrayrefs
0.06 Mon Oct 05 04:29:00 2009
- updated tests to pass with new discogs info
0.07 Thu Mar 04 00:00:00 2010
- updated tests
0.08
- fixed death when no search results are returned
(squeeks)
- Fixing bug #55768 regarding style list not being an
array. (squeeks)
0.09
- fixed typos in POD
0.10
- fixed test failure in artist response (squeeks)
0.11
- major update of the module to work with Discogs APIv2
- communication with API switched from XML to JSON
- all tests are now executed in offline mode
- rewritten documentation
- interface changes
- support for master releases added
0.12
- set user agent to module name
0.13
- fixed RT #72393 - Wrong MIN_PERL_VERSION
specification (srezic)