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
22
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
420Complete rewrite in ES2015.
521
622* Promise-ified the API
723* Auto-generation of documentation
824* Modularized codebase
925* Refactored tests to run primarily in mocha
1026
11- #### Breaking changes
27+ ### Breaking changes
1228Most of the breaking changes are just methods that got renamed. The changes to ` User ` and ` Organization ` are deeper
1329changes that now scope a particular ` User ` or ` Organization ` to the entity they were instantiated with. You will need
1430separate ` User ` s to query data about different user accounts.
Original file line number Diff line number Diff line change 11{
22 "name" : " github-api" ,
3- "version" : " 1.0 .0" ,
3+ "version" : " 1.1 .0" ,
44 "license" : " BSD-3-Clause-Clear" ,
55 "description" : " A higher-level wrapper around the Github API." ,
66 "main" : " dist/components/GitHub.js" ,
You can’t perform that action at this time.
0 commit comments