-
Notifications
You must be signed in to change notification settings - Fork 24
/
Changes
83 lines (67 loc) · 1.74 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
v0.4.0 2022-02-10
--------------------
Enhancements:
* Support for Ruby versions >= 3
Changes:
* Bitbucket API client is no longer bundled see issue #26 for more info.
v0.3.6 2021-04-28
--------------------
Bug fixes:
* Require Ruby < 3 (#25)
v0.3.5 2021-03-16
--------------------
Enhancements:
* Add Merged column containing PR merge time
* Exit with failure if attempting to export GitHub milestones for PRs
v0.3.4 2021-02-12
--------------------
Bug Fixes:
* Bitbucket username not exported for PRs under 2.0 API (#20)
v0.3.3 2019-05-01
--------------------
Bug Fixes:
* GitHub PR only exports were output as an "issue" instead of "PR"
v0.3.2 2019-02-09
--------------------
Bug Fixes:
* Don't supply assignee or milestone for GitHub if nil
--------------------
v0.3.1 2019-01-28
--------------------
Enhancements:
* Add support for filtering on milestones and labels to GitLab
--------------------
v0.3.0 2019-01-10
--------------------
Enhancements:
* Add support for filtering on milestones and labels (GitHub only)
* Add support for filtering on assignees (GitHub only, thanks Caroline Boyden)
--------------------
v0.2.2 2018-11-30
--------------------
Enhancements:
* Add support for exporting issue body (GitHub only)
--------------------
v0.2.1 2018-06-05
--------------------
Enhancements:
* Add support for custom endpoints
--------------------
v0.2.0 2017-09-21
--------------------
Enhancements:
* Add support for issues
Changes:
* Always show Repository column (was excluded if only 1 repo was given)
--------------------
v0.1.1 2017-07-23
--------------------
Enhancements:
* Add support for Bitbucket
--------------------
v0.1.0 2017-07-23
--------------------
Enhancements:
* Add support for GitLab
Changes:
* Do not require a token