Skip to content

Commit 5e9249b

Browse files
committed
refactor: move codebase to ES2015
1 parent 94023de commit 5e9249b

21 files changed

+1873
-1929
lines changed

CHANGELOG.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
## Change Log
2+
3+
### 1.0.0
4+
Complete rewrite in ES2015.
5+
6+
* Renamed many of the APIs for better internal consistency.
7+
* Promise-ified the API
8+
* Modularized code to potentially allow for custom builds
9+
* Refactored tests to run primarially in mocha
10+
* Auto-generation of documentation
11+
12+
### 0.10.X
13+
14+
Create and delete repositories
15+
Repos - getCommit
16+
17+
### 0.9.X
18+
19+
Paging (introduced at tail end of 0.8.X, note: different callbacks for success & errors now)
20+
21+
### 0.8.X
22+
23+
Fixes and tweaks, simpler auth, CI tests, node.js support, Raw+JSON, UTF8, plus:
24+
Users - follow, unfollow, get info, notifications
25+
Gists - create
26+
Issues - get
27+
Repos - createRepo, deleteRepo, createBranch, star, unstar, isStarred, getCommits, listTags, listPulls, getPull, compare
28+
Hooks - listHooks, getHook, createHook, editHook, deleteHook
29+
30+
### 0.7.X
31+
32+
Switched to a native `request` implementation (thanks @mattpass). Adds support for GitHub gists, forks and pull requests.
33+
34+
### 0.6.X
35+
36+
Adds support for organizations and fixes an encoding issue.
37+
38+
### 0.5.X
39+
40+
Smart caching of latest commit sha.
41+
42+
### 0.4.X
43+
44+
Added support for [OAuth](http://developer.github.com/v3/oauth/).
45+
46+
### 0.3.X
47+
48+
Support for Moving and removing files.
49+
50+
### 0.2.X
51+
52+
Consider commit messages.
53+
54+
### 0.1.X
55+
56+
Initial version.

0 commit comments

Comments
 (0)