-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCHANGES
32 lines (27 loc) · 997 Bytes
/
CHANGES
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
CHANGES
=======
0.0.10 - Apr 15 2017
* [bugfix] Update go-github version
0.0.9 - May 14 2016
* [feature] Support fork option(-k, --fork)
* [bugfix] Stopped when search result is 0
0.0.8 - May 03 2016
* [bugfix] Fix pararell search bugs
0.0.7 - Dec 30 2015
* [bugfix] Fix pararell search bugs
0.0.6 - Dec 30 2015
* [feature] Support Pararell search
* [feature] Support Fields option(-f, --fields)
* [feature] Support Github API token option to avoid Github API rate limit(-t, --token).
0.0.5 - Oct 21 2015
* [feature] Support limits number of search result(-m, --max).
0.0.4 - Jun 04 2015
* [feature] Support Github Enterprise Option(-e, --enterprise). @kou-m
* [feature] Support go-latest. check version when ghs -h or -v
0.0.3 - Mar 03 2015
* [fix] repository full name overwrap description
* [fix] Enable to run -u or -r without args
0.0.2 - Oct 26 2014
* [feature] Support --language, --user and --repo options
0.0.1 - Oct 26 2014
* Initial versioned release