Skip to content

Commit ae8d5eb

Browse files
committed
1.1.0
1 parent 213447d commit ae8d5eb

File tree

2 files changed

+20
-4
lines changed

2 files changed

+20
-4
lines changed

CHANGELOG.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,30 @@
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
420
Complete 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
1228
Most of the breaking changes are just methods that got renamed. The changes to `User` and `Organization` are deeper
1329
changes that now scope a particular `User` or `Organization` to the entity they were instantiated with. You will need
1430
separate `User`s to query data about different user accounts.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)