1
1
History/Changelog
2
- =================
2
+ -----------------
3
3
4
4
0.8.0: 2014-01-03
5
- -----------------
5
+ ~~~~~~~~~~~~~~~~~
6
6
7
7
- **Breaking Change ** Remove legacy search API
8
8
@@ -48,7 +48,7 @@ History/Changelog
48
48
user belongs to
49
49
50
50
0.7.1: 2013-09-30
51
- -----------------
51
+ ~~~~~~~~~~~~~~~~~
52
52
53
53
- Add dependency on uritemplate.py _ to add URITemplates to different classes.
54
54
See the documentation for attributes which are templates.
@@ -63,7 +63,7 @@ History/Changelog
63
63
.. _uritemplate.py : https://github.com/sigmavirus24/uritemplate
64
64
65
65
0.7.0: 2013-05-19
66
- -----------------
66
+ ~~~~~~~~~~~~~~~~~
67
67
68
68
- Fix ``Issue.close ``, ``Issue.reopen ``, and ``Issue.assign ``. (Issue #106)
69
69
@@ -92,12 +92,12 @@ History/Changelog
92
92
u = gh.user('sigmavirus24')
93
93
94
94
0.6.1: 2013-04-06
95
- -----------------
95
+ ~~~~~~~~~~~~~~~~~
96
96
97
97
- Add equality for labels courtesy of Alejandro Gomez (@alejandrogomez)
98
98
99
99
0.6.0: 2013-04-05
100
- -----------------
100
+ ~~~~~~~~~~~~~~~~~
101
101
102
102
- Add ``sort `` and ``order `` parameters to ``github3.GitHub.search_users `` and
103
103
``github3.GitHub.search_repos ``.
@@ -137,22 +137,22 @@ History/Changelog
137
137
about how equivalence is determined.
138
138
139
139
0.5.3: 2013-03-19
140
- -----------------
140
+ ~~~~~~~~~~~~~~~~~
141
141
142
142
- Add missing optional parameter to Repository.contents. Thanks @tpetr
143
143
144
144
0.5.2: 2013-03-02
145
- -----------------
145
+ ~~~~~~~~~~~~~~~~~
146
146
147
147
- Stop trying to decode the byte strings returned by ``b64decode ``. Fixes #72
148
148
149
149
0.5.1: 2013-02-21
150
- -----------------
150
+ ~~~~~~~~~~~~~~~~~
151
151
152
152
- Hot fix an issue when a user doesn't have a real name set
153
153
154
154
0.5: 2013-02-16
155
- ---------------
155
+ ~~~~~~~~~~~~~~~
156
156
157
157
- 100% (mock) test coverage
158
158
@@ -249,7 +249,7 @@ History/Changelog
249
249
.. _pengwynn/octokit : https://github.com/pengwynn/octokit
250
250
251
251
0.4: 2013-01-16
252
- ---------------
252
+ ~~~~~~~~~~~~~~~
253
253
254
254
- In github3.legacy.LegacyRepo
255
255
@@ -281,7 +281,7 @@ History/Changelog
281
281
- 70% test coverage
282
282
283
283
0.3: 2013-01-01
284
- ---------------
284
+ ~~~~~~~~~~~~~~~
285
285
286
286
- In github3.repos.Repository
287
287
@@ -351,7 +351,7 @@ History/Changelog
351
351
.. _types : http://developer.github.com/v3/repos/#list-organization-repositories
352
352
353
353
0.2: 2012-11-21
354
- ---------------
354
+ ~~~~~~~~~~~~~~~
355
355
356
356
- MAJOR API CHANGES:
357
357
@@ -369,12 +369,12 @@ History/Changelog
369
369
- 50% test coverage via mock tests
370
370
371
371
0.1: 2012-11-13
372
- ---------------
372
+ ~~~~~~~~~~~~~~~
373
373
374
374
- Add API for GitHub Enterprise customers.
375
375
376
376
0.1b2: 2012-11-10
377
- -----------------
377
+ ~~~~~~~~~~~~~~~~~
378
378
379
379
- Handle 500 errors better, courtesy of Kristian Glass (@doismellburning)
380
380
- Handle sending json with `% ` symbols better, courtesy of Kristian Glass
@@ -383,14 +383,14 @@ History/Changelog
383
383
- Correctly display method signatures in documentation courtesy of (@seveas)
384
384
385
385
0.1b1: 2012-10-31
386
- -----------------
386
+ ~~~~~~~~~~~~~~~~~
387
387
388
388
- unit tests implemented using mock instead of hitting the GitHub API (#37)
389
389
- removed ``list_* `` functions from GitHub object
390
390
- Notifications API coverage
391
391
392
392
0.1b0: 2012-10-06
393
- -----------------
393
+ ~~~~~~~~~~~~~~~~~
394
394
395
395
- Support for the complete GitHub API (accomplished)
396
396
0 commit comments