-
Notifications
You must be signed in to change notification settings - Fork 14
/
Changes
98 lines (77 loc) · 3.33 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
Revision history for MetaCPAN-API
{{ $NEXT }}
0.51 2017-06-07
* switch to v1 API
- old complex query forms may stop working with new API
* stop relying on . being in @INC
* drop URI::Escape prereq
* switch from JSON to JSON::MaybeXS
* test cleanups
0.50 24.01.15
* Convert to Moo. (Graham Knop @haarg)
* Use Types::Standard. (Graham Knop @haarg)
* Remove Module::Build. (Graham Knop @haarg)
* Deprecate using x_deprecate meta-data. (Graham Knop @haarg)
0.44 25.04.14
**** DEPRECATED ****
Please use MetaCPAN::Client - new version, rewritten.
0.43 05.04.12
* Add example in POD of advanced usage with cache by Kent Fredric.
(Gist: https://gist.github.com/1291928)
* Sort keys in param join - more predictable result.
0.42 08.01.12
* Corrected documentation in MetaCPAN::API::Source.
* Updated Dist::Zilla configuration, added more tests.
0.41 07.01.12
* Use Test::TinyMocker 0.02 syntax in tests to avoid test fails.
0.40 06.01.12
* Fixed JSON encoding so ElasticSearch won't fail.
(Christian Walde)
* Documentation fixes (Logan - logie17).
0.34 02.10.11
* Added MetaCPAN::API::Source (Renee Baecker).
* Fix of HTTP::Tiny content-type in options (Renee Baecker).
* Typo fix (Olaf Alders, reported by @doherty).
0.33 24.08.11
* No functional changes.
* Skip t::lib in dzil.
0.32 04.08.11
* Use a default agent string for requests.
* Use a default agent string for tests.
0.31 02.08.11
* URL updates (thanks to Olaf Alders, OALDERS).
* Small mismatched quote in POD example.
0.30 30.07.11
* Add POST query searches (RT #69814, GH #2).
(original code by Tim Bunce, thank you!)
* More tests.
0.20 28.07.11
* Add complex (manual) searches to author()/release() + docs.
* Add file() as a synonym to module().
* Respect content-type.
* Allow setting additional params to fetch().
* Allow "pauseid" in author via key.
* Better check for content-type.
0.11 24.07.11
* Correct the POD example and tests.
* Update to use a different API path.
0.10 24.07.11
* Almost complete rewrite.
* Make use of the new beta API.
* Remove old API support.
* Remove DWIM methods for now.
* Include lots of tests.
0.02 13.02.11
(First stable release!)
* Add docs (Sawyer X).
0.01_03 10.02.11
* Immutable base_url (Olaf Alders, Sawyer X).
0.01_02 10.02.11
* Make base_url 'rw' (Olaf Alders).
* Update module search URL (Olaf Alders).
* Refactoring using _http_req method (Sawyer X).
* Remove render_result method (Sawyer X).
* Remove unnecessary print (Sawyer X).
0.01_01 05.02.11
* Module, Dist, POD, Author and CPANRatings are supported 100%.
* Still needs more refactoring, and some methods aren't used yet.