File tree Expand file tree Collapse file tree 2 files changed +20
-4
lines changed Expand file tree Collapse file tree 2 files changed +20
-4
lines changed Original file line number Diff line number Diff line change 1
- ## Change Log
1
+ # Change Log
2
2
3
- ### 1.0.0
3
+ ### Features
4
+
5
+ ### Fixes
6
+
7
+ ## 1.1.0 - 2015/05/03
8
+ ### Features
9
+ Added methods for commenting on Gists:
10
+ * ` Gist.listComments `
11
+ * ` Gist.getComment `
12
+ * ` Gist.editComment `
13
+ * ` Gist.deleteComment `
14
+ * ` Gist.createComment `
15
+
16
+ ### Fixes
17
+ * ` Repository.deleteFile ` now correctly returns a promise.
18
+
19
+ ## 1.0.0 - 2015/04/27
4
20
Complete rewrite in ES2015.
5
21
6
22
* Promise-ified the API
7
23
* Auto-generation of documentation
8
24
* Modularized codebase
9
25
* Refactored tests to run primarily in mocha
10
26
11
- #### Breaking changes
27
+ ### Breaking changes
12
28
Most of the breaking changes are just methods that got renamed. The changes to ` User ` and ` Organization ` are deeper
13
29
changes that now scope a particular ` User ` or ` Organization ` to the entity they were instantiated with. You will need
14
30
separate ` User ` s to query data about different user accounts.
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " github-api" ,
3
- "version" : " 1.0 .0" ,
3
+ "version" : " 1.1 .0" ,
4
4
"license" : " BSD-3-Clause-Clear" ,
5
5
"description" : " A higher-level wrapper around the Github API." ,
6
6
"main" : " dist/components/GitHub.js" ,
You can’t perform that action at this time.
0 commit comments