Skip to content

Commit fac29ba

Browse files
deploy: 9e39561
0 parents  commit fac29ba

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+28441
-0
lines changed

.nojekyll

Whitespace-only changes.
22.5 KB
Loading
22.5 KB
Loading

CHANGELOG-commonmark.md

Lines changed: 197 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,197 @@
1+
2+
3+
# Release notes
4+
5+
<!-- do not remove -->
6+
7+
## 1.0.8
8+
9+
### Bugs Squashed
10+
11+
- rm `GitPython` dep
12+
([\#199](https://github.com/AnswerDotAI/ghapi/pull/199)), thanks to
13+
[@KeremTurgutlu](https://github.com/KeremTurgutlu)
14+
15+
## 1.0.7
16+
17+
### New Features
18+
19+
- Avoid quoting slash, thanks @soemiran
20+
([\#196](https://github.com/AnswerDotAI/ghapi/issues/196))
21+
- Create gist with imgs
22+
([\#195](https://github.com/AnswerDotAI/ghapi/pull/195)), thanks to
23+
[@KeremTurgutlu](https://github.com/KeremTurgutlu)
24+
25+
## 1.0.6
26+
27+
### New Features
28+
29+
- Automatically decode response based on path
30+
([\#183](https://github.com/fastai/ghapi/pull/183)), thanks to
31+
[@radam9](https://github.com/radam9)
32+
- Expose timeout [\#174](https://github.com/fastai/ghapi/pull/174)),
33+
thanks to
34+
[@HarikrishnanBalagopal](https://github.com/HarikrishnanBalagopal)
35+
36+
### Bugs Squashed
37+
38+
- Github now requires branch, author, and committer in file update calls
39+
([\#184](https://github.com/fastai/ghapi/issues/184))
40+
- Remove the check which removes `None` values
41+
([\#171](https://github.com/fastai/ghapi/pull/171)), thanks to
42+
[@shreve](https://github.com/shreve)
43+
44+
## 1.0.3
45+
46+
### New Features
47+
48+
- add `authenticate` arg which allows unauthenticated `GhApi` clients
49+
even if `GITHUB_TOKEN` is set
50+
([\#150](https://github.com/fastai/ghapi/pull/150)), thanks to
51+
[@seeM](https://github.com/seeM)
52+
53+
## 1.0.1
54+
55+
### New Features
56+
57+
- warn if no GitHub token found
58+
([\#145](https://github.com/fastai/ghapi/issues/145))
59+
- set `GITHUB_DEBUG=1` to print requests sent to GitHub
60+
61+
## 1.0.0
62+
63+
### New Features
64+
65+
- add `delete_file` and `create_file`
66+
([\#143](https://github.com/fastai/ghapi/issues/143))
67+
- Add a “Documentation” link to the sidebar on PyPI
68+
([\#106](https://github.com/fastai/ghapi/pull/106)), thanks to
69+
[@nedbat](https://github.com/nedbat)
70+
- Add support for media types
71+
([\#102](https://github.com/fastai/ghapi/pull/102)), thanks to
72+
[@lfdebrux](https://github.com/lfdebrux)
73+
74+
### Bugs Squashed
75+
76+
- Fix links to GitHub docs
77+
([\#136](https://github.com/fastai/ghapi/pull/136)), thanks to
78+
[@hwine](https://github.com/hwine)
79+
80+
## 0.1.21
81+
82+
### Bugs Squashed
83+
84+
- fix `create_gist`
85+
86+
## 0.1.20
87+
88+
### New Features
89+
90+
- add `create_gist`
91+
([\#129](https://github.com/fastai/ghapi/issues/129))
92+
93+
### Bugs Squashed
94+
95+
- `HTTP Error 422: Unprocessable Entity` returned for
96+
`issues.add_labels` in version `0.1.17`
97+
([\#69](https://github.com/fastai/ghapi/issues/69))
98+
99+
## 0.1.19
100+
101+
### New Features
102+
103+
- Remove need to URL-quote some parameters
104+
([\#54](https://github.com/fastai/ghapi/issues/54))
105+
106+
## 0.1.18
107+
108+
### Bugs Squashed
109+
110+
- `HTTP Error 422: Unprocessable Entity` returned for
111+
`issues.add_labels`
112+
([\#69](https://github.com/fastai/ghapi/issues/69))
113+
114+
## 0.1.17
115+
116+
### Bugs Squashed
117+
118+
- Fix ability to define scopes
119+
([\#53](https://github.com/fastai/ghapi/pull/53)), thanks to
120+
[@danpalmer](https://github.com/danpalmer)
121+
122+
## 0.1.15
123+
124+
### New Features
125+
126+
- make `actions_group` a context manager
127+
([\#33](https://github.com/fastai/ghapi/issues/33))
128+
129+
## 0.1.14
130+
131+
### New Features
132+
133+
- `text` property for `GhEvent`
134+
([\#23](https://github.com/fastai/ghapi/issues/23))
135+
136+
### Bugs Squashed
137+
138+
- broken links in index.html page
139+
([\#27](https://github.com/fastai/ghapi/issues/27))
140+
- Bug: `paged` does not pass `kwargs` to operation
141+
([\#24](https://github.com/fastai/ghapi/issues/24))
142+
143+
## 0.1.13
144+
145+
### Bugs Squashed
146+
147+
- missing import in auth
148+
([\#21](https://github.com/fastai/ghapi/issues/21))
149+
150+
## 0.1.11
151+
152+
### Bugs Squashed
153+
154+
- missing webbrowser import
155+
([\#20](https://github.com/fastai/ghapi/issues/20))
156+
157+
## 0.1.10
158+
159+
- Add `load_sample_events`, which loads a file of 1000 sample public
160+
events
161+
162+
## 0.1.8
163+
164+
### New Features
165+
166+
- add `fetch_events` ([\#19](https://github.com/fastai/ghapi/issues/19))
167+
168+
## 0.1.7
169+
170+
### New Features
171+
172+
- parallel `pages` ([\#18](https://github.com/fastai/ghapi/issues/18))
173+
- add `GhDeviceAuth` ([\#15](https://github.com/fastai/ghapi/issues/15))
174+
- add `date2gh` ([\#14](https://github.com/fastai/ghapi/issues/14))
175+
176+
## 0.1.6
177+
178+
### New Features
179+
180+
- add `paged` ([\#13](https://github.com/fastai/ghapi/issues/13))
181+
- add `gh_date` ([\#12](https://github.com/fastai/ghapi/issues/12))
182+
183+
## 0.1.1
184+
185+
### New Features
186+
187+
- add `list_tags` and `list_branches`
188+
([\#2](https://github.com/fastai/ghapi/issues/2))
189+
190+
### Bugs Squashed
191+
192+
- `GhApi` pickle recursion error
193+
([\#3](https://github.com/fastai/ghapi/issues/3))
194+
195+
## 0.1.0
196+
197+
- First release with full API coverage

0 commit comments

Comments
 (0)