1Revision history for Pithub
2
30.01036   2021-02-08 02:47:17Z
4          - Add pull request review requests (GH#217) (Shigeki SUGAI)
5          - Tidy module imports (GH#216) (Olaf Alders)
6
70.01035   2019-11-23 16:59:49Z
8          - fix error in example (GH#211) (Graham✈️✈️)
9
100.01034   2018-02-21 16:03:21Z
11          - Add support for the Github markdown API (GH#205) (JosJoaqu Atria)
12          - Add .mailmap file (GH#206) (JosJoaqu Atria)
13          - Add issues() and pull_requestions() methods to Pithub::Repos.
14            (GH#201) (JosJoaqu Atria)
15          - Add a rate_limit method to base (GH#204) (JosJoaqu Atria)
16          - CPANTS fixes (PRC) (GH#200) (JosJoaqu Atria)
17
180.01033   2016-01-22 17:54:52-05:00 America/Toronto
19          - Bump minimum version of JSON::MaybeXS to 1.003003 (Slaven Rezić and
20            Zoffix Znet)
21
220.01032   2016-01-13 22:21:12-05:00 America/Toronto
23          - Pass utf8 option to child instances (Ichinose Shogo)
24
250.01031   2016-01-11 23:35:23-05:00 America/Toronto
26          - Add disabling utf8 as a constructor option (Ichinose Shogo)
27          - Pod fixes (Ivan Bessarabov and Zoffix Znet)
28
290.01030   2015-10-18 21:32:29-04:00 America/Toronto
30          - Add add/remove team membership API (SUZUKI Masashi)
31          - Handle unicode when en/de-coding json (Randy Stauner)
32
330.01029   2015-07-07 10:35:24-04:00 America/Toronto
34          - Document the URL required for connecting to a GitHub Enterprise
35            instance.
36          - Add Pithub::SearchV3, which gives you the option to use the v3
37            search rather than the current default of legacy (Florian Ragwitz)
38
390.01028   2014-11-19 16:50:32-08:00 America/Los_Angeles
40          - #178 Fixed the minimum version of Moo.
41          - #176 Using JSON::MaybeXS instead of JSON to allow
42            alternatives to JSON::XS such as Cpanel::JSON::XS.
43          - #177 Using Path::Tiny instead of File::Slurp to simplify file
44            access and avoid File::Slurp unicode bugs.
45          - #175 Now using Github for issue tracking.
46
470.01027   2014-11-04 10:55:03-08:00 America/Los_Angeles
48          - Forgot to update the change log last release.
49
500.01026   2014-11-04 10:28:22-08:00 America/Los_Angeles
51          - #173 Document Pithub::Result->code, raw_content, request,
52            etag and success.
53          - #171 Add Pithub::Repos->branch to get information about a
54            branch.
55          - #169 Add Pithub::Repos->delete to delete a repository.
56          - #168 Allow inherited attributes to be changed when making
57            a sub-object.  $p->repos( per_page => 100 )
58          - #163 The default per_page is now 100, the maximum allowed
59            by Github, for more efficient pagination.
60          - #162 Requests are now cached (aka Conditional Requests)
61            for more efficient use of the API.
62          - Pithub::Repos::Keys->update and Pithub::Users::Keys->update
63            have been removed.  Deploy and public keys are immutable.
64            removed.  If you need to update a key, remove it and create
65            a new one.
66          - Gist comments have been fixed.
67
680.01025   2014-05-18 16:16:38+02:00 Europe/Berlin
69          - Fix #159 - forking repo into organization
70
710.01024   2014-04-06 09:59:51+02:00 Europe/Berlin
72          - No changes.
73
740.01023   2014-04-04 16:55:58+02:00 Europe/Berlin
75          - Add Pithub::Repos::Releases::Assets (Johannes Plunien)
76
770.01022   2014-03-27 13:59:44+01:00 Europe/Oslo
78          - Add Pithub::Repos::Releases (Johannes Plunien)
79          - Missing accessors and docs, typos (Johannes Plunien)
80
810.01021   2014-01-15 15:14:43 Asia/Bangkok
82          - Add Pithub::Repos::Statuses->list and ->create
83            (Andreas Marienborg)
84
850.01020   2013-08-09 17:21:22 Asia/Bangkok
86          - Add Pithub::Repos::Stats->contributors
87            (Andreas Marienborg)
88
890.01019   2013-06-23 07:47:53 Europe/Berlin
90          - Replace JSON::Any with JSON (Alessandro Ghedini)
91
920.01018   2013-03-13 11:24:16 Europe/Berlin
93          - Support setting Authorization in prepare_request
94            (Andreas Marienborg)
95
960.01017   2012-12-15 10:34:03 Europe/Berlin
97          - Fix tests on 5.17.x
98
990.01016   2012-09-24 19:55:04 Europe/Berlin
100          - Implement search api #RT-79819
101
1020.01015   2012-09-23 09:55:40 Europe/Berlin
103          - Implement new repo starring api
104          - Fix usage on a Github:FI or Github:Enterprise
105            installation
106
1070.01014   2012-08-09 08:24:42 Europe/Berlin
108          - Implement new issues assignee api
109          - Implement new repos contents api
110
1110.01013   2012-07-13 14:00:13 Europe/Berlin
112          - Fix wrong usage of Moo
113
1140.01012   2011-12-29 13:18:02 Europe/Berlin
115          - The /gists/:id/fork action becomes /gists/:id/forks
116
1170.01011   2011-11-04 12:00:07 Asia/Dubai
118          - Tiny POD fixes
119
1200.01010   2011-11-02 18:35:10 Asia/Dubai
121          - Support new Events API
122
1230.01009   2011-10-29 09:50:12 Asia/Dubai
124          - Implement Pithub::Repos::Commits->compare
125
1260.01008   2011-10-21 14:46:39 Asia/Dubai
127
128          - Mention Net::Github supporting v3 now
129
1300.01007   2011-10-21 10:13:23 Asia/Dubai
131          - Implement new repos hooks API
132
1330.01006   2011-08-13 13:22:39 Asia/Dubai
134          - Fix bug in link header parser
135
1360.01005   2011-07-20 14:28:59 Asia/Dubai
137          - replace Moose with Moo
138
1390.01004   2011-07-15 14:43:34 Asia/Dubai
140          - change "label_id" key to "label" everywhere since [!!!]
141            it's not really an id, but just a label
142          - fix Pithub::Users->list_following
143          - fix Pithub::Repos->update
144          - rename Orgs->Teams->get_repo to ->has_repo [!!!]
145          - make access to response headers easier
146          - remove Pithub::Request and Pithub::Response [!!!]
147          - replace prepare_uri with more flexible
148            prepare_request [!!!]
149          - prepare_request is now available globally and can be set
150            on any object to modify all HTTP requests
151
1520.01003   2011-07-06 19:54:52 Asia/Dubai
153          - add some more tests to live.t
154          - implement $result->count
155          - implement Downloads create and upload
156          - change Repos->create and Repos->update interface
157          - set content-length (fix PUT request without body)
158          - implement $result->first
159
1600.01002   2011-06-30 17:05:58 Asia/Dubai
161          - implement $result->getpage(n)
162          - add per_age parameter/attribute
163          - be less restrictive building api urls using sprintf
164          - implement jsonp_callback
165          - implement $result->next
166          - auto_pagination
167          - sanitize tests which loaded an HTTP response from file
168
1690.01001   2011-06-28 08:59:16 Asia/Dubai
170          - minor POD changes
171
1720.01000   2011-06-27 12:36:44 Asia/Dubai
173          - first release
174
175