github_changelog_generator 1.3.2 → 1.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +17 -1
- data/github_changelog_generator.gemspec +2 -2
- data/lib/CHANGELOG.md +7 -505
- data/lib/github_changelog_generator.rb +6 -2
- data/lib/github_changelog_generator/generator.rb +1 -1
- data/lib/github_changelog_generator/parser.rb +5 -1
- data/lib/github_changelog_generator/version.rb +1 -1
- metadata +5 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5fe3212c34d404e0def162b69f568a9373d71a41
|
|
4
|
+
data.tar.gz: 4fe3aa94a2a065210bc92fdd2a9367af16466bd4
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 45fbbdf22a1042941160ee36b00c051c554b896be87c8f1598dd76a2ca920d49bbdb7ae5eb40f6dec00502486f731ac859abba1732887e7997022aa5a925219e
|
|
7
|
+
data.tar.gz: 3b0996fc513daa22b740a16d7e41d21c7f9da97e3e0691d79af43398a17006204a35f52c61e34fa39f9976f733e26c2b1014d9930f2edb31bfeed508495855cb
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## [Unreleased](https://github.com/skywinder/Github-Changelog-Generator/tree/HEAD)
|
|
4
|
+
|
|
5
|
+
[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.3.2...HEAD)
|
|
6
|
+
|
|
7
|
+
**Closed issues:**
|
|
8
|
+
|
|
9
|
+
- Add \# character to wrapping list. [\#58](https://github.com/skywinder/Github-Changelog-Generator/issues/58)
|
|
10
|
+
|
|
11
|
+
## [1.3.2](https://github.com/skywinder/Github-Changelog-Generator/tree/1.3.2) (2015-03-03)
|
|
12
|
+
|
|
13
|
+
[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.3.1...1.3.2)
|
|
14
|
+
|
|
15
|
+
**Fixed bugs:**
|
|
16
|
+
|
|
17
|
+
- generation failed if github commit api return `404 Not Found` [\#57](https://github.com/skywinder/Github-Changelog-Generator/issues/57)
|
|
18
|
+
|
|
3
19
|
## [1.3.1](https://github.com/skywinder/Github-Changelog-Generator/tree/1.3.1) (2015-02-27)
|
|
4
20
|
|
|
5
21
|
[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.3.0...1.3.1)
|
|
@@ -20,7 +36,7 @@
|
|
|
20
36
|
|
|
21
37
|
**Fixed bugs:**
|
|
22
38
|
|
|
23
|
-
- Test pull request with invalid label \(
|
|
39
|
+
- Test pull request with invalid label \(\#26\) in changelog appeared. [\#44](https://github.com/skywinder/Github-Changelog-Generator/issues/44)
|
|
24
40
|
|
|
25
41
|
**Merged pull requests:**
|
|
26
42
|
|
|
@@ -13,8 +13,8 @@ Gem::Specification.new do |spec|
|
|
|
13
13
|
spec.authors = ["Petr Korolev"]
|
|
14
14
|
spec.email = %q{sky4winder+github_changelog_generator@gmail.com}
|
|
15
15
|
spec.date = `date +"%Y-%m-%d"`.strip!
|
|
16
|
-
spec.summary = %q{Script, that automatically generate
|
|
17
|
-
spec.description = %q{Script, that automatically generate
|
|
16
|
+
spec.summary = %q{Script, that automatically generate changelog from your tags, issues, labels and pull requests.}
|
|
17
|
+
spec.description = %q{Script, that automatically generate changelog from your tags, issues, labels and pull requests.}
|
|
18
18
|
spec.homepage = %q{https://github.com/skywinder/Github-Changelog-Generator}
|
|
19
19
|
spec.license = "MIT"
|
|
20
20
|
|
data/lib/CHANGELOG.md
CHANGED
|
@@ -1,522 +1,24 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
## [Unreleased](https://github.com/
|
|
3
|
+
## [Unreleased](https://github.com/nantas/changelog_test/tree/HEAD) (2015-03-03)
|
|
4
4
|
|
|
5
|
-
[Full Changelog](https://github.com/
|
|
6
|
-
|
|
7
|
-
**Merged pull requests:**
|
|
8
|
-
|
|
9
|
-
- Add additional showPickerWithTitle method [\#143](https://github.com/skywinder/ActionSheetPicker-3.0/pull/143) ([martinpfannemueller](https://github.com/martinpfannemueller))
|
|
10
|
-
|
|
11
|
-
## [1.3.13](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.3.13) (2015-02-09)
|
|
12
|
-
|
|
13
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.3.12...1.3.13)
|
|
14
|
-
|
|
15
|
-
**Fixed bugs:**
|
|
16
|
-
|
|
17
|
-
- Wrong background color of pickers [\#136](https://github.com/skywinder/ActionSheetPicker-3.0/issues/136)
|
|
18
|
-
|
|
19
|
-
**Merged pull requests:**
|
|
20
|
-
|
|
21
|
-
- Fixed an issue when initial selections applied to picker with different number of rows for different components. [\#113](https://github.com/skywinder/ActionSheetPicker-3.0/pull/113) ([venj](https://github.com/venj))
|
|
22
|
-
|
|
23
|
-
## [1.3.12](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.3.12) (2015-02-04)
|
|
24
|
-
|
|
25
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.3.11...1.3.12)
|
|
26
|
-
|
|
27
|
-
**Fixed bugs:**
|
|
28
|
-
|
|
29
|
-
- Light status bar style [\#119](https://github.com/skywinder/ActionSheetPicker-3.0/issues/119)
|
|
30
|
-
|
|
31
|
-
## [1.3.11](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.3.11) (2015-01-15)
|
|
32
|
-
|
|
33
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.3.10...1.3.11)
|
|
34
|
-
|
|
35
|
-
**Merged pull requests:**
|
|
36
|
-
|
|
37
|
-
- Fixes a crash while closing when using the Classy framework for styling [\#128](https://github.com/skywinder/ActionSheetPicker-3.0/pull/128) ([sudeepsidhu](https://github.com/sudeepsidhu))
|
|
38
|
-
|
|
39
|
-
- .m files should not be included in public header files [\#127](https://github.com/skywinder/ActionSheetPicker-3.0/pull/127) ([ened](https://github.com/ened))
|
|
40
|
-
|
|
41
|
-
## [1.3.10](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.3.10) (2015-01-09)
|
|
42
|
-
|
|
43
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.3.9...1.3.10)
|
|
44
|
-
|
|
45
|
-
**Implemented enhancements:**
|
|
46
|
-
|
|
47
|
-
- Should have minimum/maximum date property exposed [\#97](https://github.com/skywinder/ActionSheetPicker-3.0/issues/97)
|
|
48
|
-
|
|
49
|
-
**Closed issues:**
|
|
50
|
-
|
|
51
|
-
- No "cancel" button [\#122](https://github.com/skywinder/ActionSheetPicker-3.0/issues/122)
|
|
52
|
-
|
|
53
|
-
- Swift; Does not conform to protocol [\#120](https://github.com/skywinder/ActionSheetPicker-3.0/issues/120)
|
|
54
|
-
|
|
55
|
-
**Merged pull requests:**
|
|
56
|
-
|
|
57
|
-
- add header file to public [\#115](https://github.com/skywinder/ActionSheetPicker-3.0/pull/115) ([skywinder](https://github.com/skywinder))
|
|
58
|
-
|
|
59
|
-
## [1.3.9](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.3.9) (2014-12-11)
|
|
60
|
-
|
|
61
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.3.8...1.3.9)
|
|
62
|
-
|
|
63
|
-
**Closed issues:**
|
|
64
|
-
|
|
65
|
-
- Bad interaction with submodules [\#111](https://github.com/skywinder/ActionSheetPicker-3.0/issues/111)
|
|
66
|
-
|
|
67
|
-
**Merged pull requests:**
|
|
68
|
-
|
|
69
|
-
- Fix bad interaction with Git submodules. Fixes issue #111. [\#112](https://github.com/skywinder/ActionSheetPicker-3.0/pull/112) ([JimDabell](https://github.com/JimDabell))
|
|
70
|
-
|
|
71
|
-
## [1.3.8](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.3.8) (2014-12-10)
|
|
72
|
-
|
|
73
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.3.7...1.3.8)
|
|
74
|
-
|
|
75
|
-
**Closed issues:**
|
|
76
|
-
|
|
77
|
-
- Redefinition of enumerator 'Selector' [\#109](https://github.com/skywinder/ActionSheetPicker-3.0/issues/109)
|
|
78
|
-
|
|
79
|
-
**Merged pull requests:**
|
|
80
|
-
|
|
81
|
-
- Fix for #109 [\#110](https://github.com/skywinder/ActionSheetPicker-3.0/pull/110) ([michalciolek](https://github.com/michalciolek))
|
|
82
|
-
|
|
83
|
-
- Fixed an issue when more than one ActionSheetCustomPicker is used in a ViewController [\#108](https://github.com/skywinder/ActionSheetPicker-3.0/pull/108) ([venj](https://github.com/venj))
|
|
84
|
-
|
|
85
|
-
## [1.3.7](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.3.7) (2014-12-04)
|
|
86
|
-
|
|
87
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.3.6...1.3.7)
|
|
88
|
-
|
|
89
|
-
**Fixed bugs:**
|
|
90
|
-
|
|
91
|
-
- UIDatePicker does not fire the target-action associated with the UIControlEventValueChanged event the first time [\#104](https://github.com/skywinder/ActionSheetPicker-3.0/issues/104)
|
|
92
|
-
|
|
93
|
-
**Merged pull requests:**
|
|
94
|
-
|
|
95
|
-
- Added workaround for a bug in UIDatePicker in count down mode. [\#105](https://github.com/skywinder/ActionSheetPicker-3.0/pull/105) ([tomaskraina](https://github.com/tomaskraina))
|
|
96
|
-
|
|
97
|
-
- Added minimumDate and maximumDate to contructor of ActionSheetDatePicker [\#98](https://github.com/skywinder/ActionSheetPicker-3.0/pull/98) ([emmanuelay](https://github.com/emmanuelay))
|
|
98
|
-
|
|
99
|
-
## [1.3.6](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.3.6) (2014-12-02)
|
|
100
|
-
|
|
101
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.3.5...1.3.6)
|
|
102
|
-
|
|
103
|
-
**Fixed bugs:**
|
|
104
|
-
|
|
105
|
-
- Example projects failed to launch [\#96](https://github.com/skywinder/ActionSheetPicker-3.0/issues/96)
|
|
106
|
-
|
|
107
|
-
**Closed issues:**
|
|
108
|
-
|
|
109
|
-
- Travis builds is broken by fix #96 [\#99](https://github.com/skywinder/ActionSheetPicker-3.0/issues/99)
|
|
110
|
-
|
|
111
|
-
**Merged pull requests:**
|
|
112
|
-
|
|
113
|
-
- Add a Bitdeli Badge to README [\#107](https://github.com/skywinder/ActionSheetPicker-3.0/pull/107) ([bitdeli-chef](https://github.com/bitdeli-chef))
|
|
114
|
-
|
|
115
|
-
## [1.3.5](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.3.5) (2014-11-14)
|
|
116
|
-
|
|
117
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.3.4...1.3.5)
|
|
118
|
-
|
|
119
|
-
**Fixed bugs:**
|
|
120
|
-
|
|
121
|
-
- StatusBar visibility [\#90](https://github.com/skywinder/ActionSheetPicker-3.0/issues/90)
|
|
122
|
-
|
|
123
|
-
**Merged pull requests:**
|
|
124
|
-
|
|
125
|
-
- Update README.md [\#95](https://github.com/skywinder/ActionSheetPicker-3.0/pull/95) ([jeffreyjackson](https://github.com/jeffreyjackson))
|
|
126
|
-
|
|
127
|
-
## [1.3.4](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.3.4) (2014-11-12)
|
|
128
|
-
|
|
129
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.3.3...1.3.4)
|
|
130
|
-
|
|
131
|
-
**Merged pull requests:**
|
|
132
|
-
|
|
133
|
-
- Fix statusBar visibility [\#93](https://github.com/skywinder/ActionSheetPicker-3.0/pull/93) ([krin-san](https://github.com/krin-san))
|
|
134
|
-
|
|
135
|
-
## [1.3.3](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.3.3) (2014-11-12)
|
|
136
|
-
|
|
137
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.3.2...1.3.3)
|
|
138
|
-
|
|
139
|
-
**Fixed bugs:**
|
|
140
|
-
|
|
141
|
-
- Compiler warning due to Unicode char in source [\#92](https://github.com/skywinder/ActionSheetPicker-3.0/issues/92)
|
|
142
|
-
|
|
143
|
-
## [1.3.2](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.3.2) (2014-11-11)
|
|
144
|
-
|
|
145
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.3.1...1.3.2)
|
|
146
|
-
|
|
147
|
-
**Implemented enhancements:**
|
|
148
|
-
|
|
149
|
-
- Add delegate for custom button pressed [\#33](https://github.com/skywinder/ActionSheetPicker-3.0/issues/33)
|
|
150
|
-
|
|
151
|
-
**Merged pull requests:**
|
|
152
|
-
|
|
153
|
-
- Add additional check for UIDatePickerModeCountDownTimer [\#91](https://github.com/skywinder/ActionSheetPicker-3.0/pull/91) ([skywinder](https://github.com/skywinder))
|
|
154
|
-
|
|
155
|
-
- Count down duration fix [\#89](https://github.com/skywinder/ActionSheetPicker-3.0/pull/89) ([ijameelkhan](https://github.com/ijameelkhan))
|
|
156
|
-
|
|
157
|
-
## [1.3.1](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.3.1) (2014-11-04)
|
|
158
|
-
|
|
159
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.3.0...1.3.1)
|
|
160
|
-
|
|
161
|
-
**Merged pull requests:**
|
|
162
|
-
|
|
163
|
-
- Fix for #84 and #63 [\#85](https://github.com/skywinder/ActionSheetPicker-3.0/pull/85) ([skywinder](https://github.com/skywinder))
|
|
164
|
-
|
|
165
|
-
## [1.3.0](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.3.0) (2014-11-03)
|
|
166
|
-
|
|
167
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.2.0...1.3.0)
|
|
168
|
-
|
|
169
|
-
**Fixed bugs:**
|
|
170
|
-
|
|
171
|
-
- iPad - Swift Popover not visible [\#68](https://github.com/skywinder/ActionSheetPicker-3.0/issues/68)
|
|
172
|
-
|
|
173
|
-
**Merged pull requests:**
|
|
174
|
-
|
|
175
|
-
- Added callback for custom button being pressed [\#81](https://github.com/skywinder/ActionSheetPicker-3.0/pull/81) ([velga](https://github.com/velga))
|
|
176
|
-
|
|
177
|
-
- Added support for popover customizations. [\#77](https://github.com/skywinder/ActionSheetPicker-3.0/pull/77) ([openreply](https://github.com/openreply))
|
|
178
|
-
|
|
179
|
-
## [1.2.0](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.2.0) (2014-10-15)
|
|
180
|
-
|
|
181
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.1.21...1.2.0)
|
|
182
|
-
|
|
183
|
-
**Merged pull requests:**
|
|
184
|
-
|
|
185
|
-
- General fixes for #74 & #50 [\#76](https://github.com/skywinder/ActionSheetPicker-3.0/pull/76) ([skywinder](https://github.com/skywinder))
|
|
186
|
-
|
|
187
|
-
- Further support for countdown timer [\#74](https://github.com/skywinder/ActionSheetPicker-3.0/pull/74) ([mgmart](https://github.com/mgmart))
|
|
188
|
-
|
|
189
|
-
## [1.1.21](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.1.21) (2014-10-13)
|
|
190
|
-
|
|
191
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.1.20...1.1.21)
|
|
5
|
+
[Full Changelog](https://github.com/nantas/changelog_test/compare/v0.0.1...HEAD)
|
|
192
6
|
|
|
193
7
|
**Fixed bugs:**
|
|
194
8
|
|
|
195
|
-
-
|
|
9
|
+
- test issue closed by a commit that will be gone [\#3](https://github.com/nantas/changelog_test/issues/3)
|
|
196
10
|
|
|
197
11
|
**Closed issues:**
|
|
198
12
|
|
|
199
|
-
-
|
|
13
|
+
- test issue that will be closed in another repo [\#4](https://github.com/nantas/changelog_test/issues/4)
|
|
200
14
|
|
|
201
|
-
## [
|
|
202
|
-
|
|
203
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.1.19...1.1.20)
|
|
204
|
-
|
|
205
|
-
**Closed issues:**
|
|
206
|
-
|
|
207
|
-
- ActionSheetDatePicker: set selectedDate in response to custom button press [\#73](https://github.com/skywinder/ActionSheetPicker-3.0/issues/73)
|
|
208
|
-
|
|
209
|
-
- Using ActionSheetDatePicker as CountDownTimer-Picker [\#72](https://github.com/skywinder/ActionSheetPicker-3.0/issues/72)
|
|
210
|
-
|
|
211
|
-
- Example fails when clicking "Modal Test": 'Pushing a navigation controller is not supported' [\#70](https://github.com/skywinder/ActionSheetPicker-3.0/issues/70)
|
|
212
|
-
|
|
213
|
-
## [1.1.19](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.1.19) (2014-10-07)
|
|
214
|
-
|
|
215
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.1.18...1.1.19)
|
|
216
|
-
|
|
217
|
-
**Fixed bugs:**
|
|
218
|
-
|
|
219
|
-
- Xcode 6 / Swift incompatibility [\#36](https://github.com/skywinder/ActionSheetPicker-3.0/issues/36)
|
|
220
|
-
|
|
221
|
-
**Merged pull requests:**
|
|
222
|
-
|
|
223
|
-
- title text with attributes. [\#64](https://github.com/skywinder/ActionSheetPicker-3.0/pull/64) ([nebiros](https://github.com/nebiros))
|
|
224
|
-
|
|
225
|
-
## [1.1.18](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.1.18) (2014-10-03)
|
|
226
|
-
|
|
227
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.1.17...1.1.18)
|
|
228
|
-
|
|
229
|
-
## [1.1.17](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.1.17) (2014-10-03)
|
|
230
|
-
|
|
231
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.1.16...1.1.17)
|
|
232
|
-
|
|
233
|
-
## [1.1.16](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.1.16) (2014-10-03)
|
|
234
|
-
|
|
235
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.1.15...1.1.16)
|
|
236
|
-
|
|
237
|
-
## [1.1.15](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.1.15) (2014-09-29)
|
|
238
|
-
|
|
239
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.1.14...1.1.15)
|
|
240
|
-
|
|
241
|
-
**Implemented enhancements:**
|
|
242
|
-
|
|
243
|
-
- Method request: hideActionSheetPicker [\#51](https://github.com/skywinder/ActionSheetPicker-3.0/issues/51)
|
|
15
|
+
## [v0.0.1](https://github.com/nantas/changelog_test/tree/v0.0.1) (2015-03-02)
|
|
244
16
|
|
|
245
17
|
**Fixed bugs:**
|
|
246
18
|
|
|
247
|
-
-
|
|
248
|
-
|
|
249
|
-
**Merged pull requests:**
|
|
250
|
-
|
|
251
|
-
- Update SWActionSheet.m [\#60](https://github.com/skywinder/ActionSheetPicker-3.0/pull/60) ([zhongyang](https://github.com/zhongyang))
|
|
252
|
-
|
|
253
|
-
- Fix for UIDatePickerModeCountDownTimer callback [\#50](https://github.com/skywinder/ActionSheetPicker-3.0/pull/50) ([jklp](https://github.com/jklp))
|
|
254
|
-
|
|
255
|
-
## [1.1.14](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.1.14) (2014-09-28)
|
|
256
|
-
|
|
257
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.1.13...1.1.14)
|
|
258
|
-
|
|
259
|
-
**Merged pull requests:**
|
|
260
|
-
|
|
261
|
-
- add block based API to date picker [\#56](https://github.com/skywinder/ActionSheetPicker-3.0/pull/56) ([mrtj](https://github.com/mrtj))
|
|
262
|
-
|
|
263
|
-
## [1.1.13](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.1.13) (2014-09-19)
|
|
264
|
-
|
|
265
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.1.12...1.1.13)
|
|
266
|
-
|
|
267
|
-
**Closed issues:**
|
|
268
|
-
|
|
269
|
-
- impossible to run in xcode 6 [\#48](https://github.com/skywinder/ActionSheetPicker-3.0/issues/48)
|
|
270
|
-
|
|
271
|
-
**Merged pull requests:**
|
|
272
|
-
|
|
273
|
-
- update badge [\#46](https://github.com/skywinder/ActionSheetPicker-3.0/pull/46) ([skywinder](https://github.com/skywinder))
|
|
274
|
-
|
|
275
|
-
- Add badge [\#45](https://github.com/skywinder/ActionSheetPicker-3.0/pull/45) ([skywinder](https://github.com/skywinder))
|
|
276
|
-
|
|
277
|
-
- reformat [\#44](https://github.com/skywinder/ActionSheetPicker-3.0/pull/44) ([skywinder](https://github.com/skywinder))
|
|
278
|
-
|
|
279
|
-
## [1.1.12](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.1.12) (2014-09-17)
|
|
280
|
-
|
|
281
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.1.11...1.1.12)
|
|
282
|
-
|
|
283
|
-
**Merged pull requests:**
|
|
284
|
-
|
|
285
|
-
- unexpected action sheet dismissing in portrait mode only [\#40](https://github.com/skywinder/ActionSheetPicker-3.0/pull/40) ([numen31337](https://github.com/numen31337))
|
|
286
|
-
|
|
287
|
-
- Support ActionSheet width to full-screen-width in 4.7 inch and 5.5 inch devices [\#38](https://github.com/skywinder/ActionSheetPicker-3.0/pull/38) ([nowsprinting](https://github.com/nowsprinting))
|
|
288
|
-
|
|
289
|
-
## [1.1.11](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.1.11) (2014-09-16)
|
|
290
|
-
|
|
291
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.1.10...1.1.11)
|
|
292
|
-
|
|
293
|
-
**Implemented enhancements:**
|
|
294
|
-
|
|
295
|
-
- Pop over direction [\#28](https://github.com/skywinder/ActionSheetPicker-3.0/issues/28)
|
|
296
|
-
|
|
297
|
-
- ActionSheetDatePicker needs done/cancel blocks [\#37](https://github.com/skywinder/ActionSheetPicker-3.0/issues/37)
|
|
298
|
-
|
|
299
|
-
**Fixed bugs:**
|
|
300
|
-
|
|
301
|
-
- Show from a presented view controller [\#31](https://github.com/skywinder/ActionSheetPicker-3.0/issues/31)
|
|
302
|
-
|
|
303
|
-
- ActionSheetStringPicker not showing on iphone [\#30](https://github.com/skywinder/ActionSheetPicker-3.0/issues/30)
|
|
304
|
-
|
|
305
|
-
**Closed issues:**
|
|
306
|
-
|
|
307
|
-
- ActionSheetPicker needs cancel block to handle hiding [\#39](https://github.com/skywinder/ActionSheetPicker-3.0/issues/39)
|
|
308
|
-
|
|
309
|
-
**Merged pull requests:**
|
|
310
|
-
|
|
311
|
-
- Notify cancel on popover dismiss [\#34](https://github.com/skywinder/ActionSheetPicker-3.0/pull/34) ([ynop](https://github.com/ynop))
|
|
312
|
-
|
|
313
|
-
## [1.1.10](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.1.10) (2014-09-04)
|
|
314
|
-
|
|
315
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.1.9...1.1.10)
|
|
316
|
-
|
|
317
|
-
**Merged pull requests:**
|
|
318
|
-
|
|
319
|
-
- Method for presenting overlapping views. [\#32](https://github.com/skywinder/ActionSheetPicker-3.0/pull/32) ([serebryakov-av](https://github.com/serebryakov-av))
|
|
320
|
-
|
|
321
|
-
## [1.1.9](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.1.9) (2014-09-03)
|
|
322
|
-
|
|
323
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.1.8...1.1.9)
|
|
324
|
-
|
|
325
|
-
**Merged pull requests:**
|
|
326
|
-
|
|
327
|
-
- Update SWActionSheet.m [\#29](https://github.com/skywinder/ActionSheetPicker-3.0/pull/29) ([serebryakov-av](https://github.com/serebryakov-av))
|
|
328
|
-
|
|
329
|
-
## [1.1.8](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.1.8) (2014-08-29)
|
|
330
|
-
|
|
331
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.1.7...1.1.8)
|
|
332
|
-
|
|
333
|
-
## [1.1.7](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.1.7) (2014-08-29)
|
|
334
|
-
|
|
335
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.1.6...1.1.7)
|
|
336
|
-
|
|
337
|
-
## [1.1.6](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.1.6) (2014-08-27)
|
|
338
|
-
|
|
339
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.1.5...1.1.6)
|
|
340
|
-
|
|
341
|
-
**Closed issues:**
|
|
342
|
-
|
|
343
|
-
- Still getting warnings [\#16](https://github.com/skywinder/ActionSheetPicker-3.0/issues/16)
|
|
344
|
-
|
|
345
|
-
**Merged pull requests:**
|
|
346
|
-
|
|
347
|
-
- fix readme code [\#26](https://github.com/skywinder/ActionSheetPicker-3.0/pull/26) ([abeyuya](https://github.com/abeyuya))
|
|
348
|
-
|
|
349
|
-
## [1.1.5](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.1.5) (2014-08-26)
|
|
350
|
-
|
|
351
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/compilerBug...1.1.5)
|
|
352
|
-
|
|
353
|
-
**Fixed bugs:**
|
|
354
|
-
|
|
355
|
-
- Toolbar buttons don't appear when Actionsheet is fired from an iPad Form Sheet or Page Sheet [\#22](https://github.com/skywinder/ActionSheetPicker-3.0/issues/22)
|
|
356
|
-
|
|
357
|
-
## [compilerBug](https://github.com/skywinder/ActionSheetPicker-3.0/tree/compilerBug) (2014-08-26)
|
|
358
|
-
|
|
359
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.1.4...compilerBug)
|
|
360
|
-
|
|
361
|
-
## [1.1.4](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.1.4) (2014-08-26)
|
|
362
|
-
|
|
363
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.1.3...1.1.4)
|
|
364
|
-
|
|
365
|
-
**Fixed bugs:**
|
|
366
|
-
|
|
367
|
-
- iOS 8 iPad wrong frame size. [\#18](https://github.com/skywinder/ActionSheetPicker-3.0/issues/18)
|
|
368
|
-
|
|
369
|
-
**Closed issues:**
|
|
370
|
-
|
|
371
|
-
- iOS8 - iPad popover, wrong size [\#24](https://github.com/skywinder/ActionSheetPicker-3.0/issues/24)
|
|
372
|
-
|
|
373
|
-
**Merged pull requests:**
|
|
374
|
-
|
|
375
|
-
- fix iOS8 wrong popover size in iPad [\#25](https://github.com/skywinder/ActionSheetPicker-3.0/pull/25) ([AdrianFlorian](https://github.com/AdrianFlorian))
|
|
376
|
-
|
|
377
|
-
## [1.1.3](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.1.3) (2014-08-25)
|
|
378
|
-
|
|
379
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.1.2...1.1.3)
|
|
380
|
-
|
|
381
|
-
**Closed issues:**
|
|
382
|
-
|
|
383
|
-
- Presented in wrong frame when sender is a navbar bar button item [\#23](https://github.com/skywinder/ActionSheetPicker-3.0/issues/23)
|
|
384
|
-
|
|
385
|
-
- done button color [\#21](https://github.com/skywinder/ActionSheetPicker-3.0/issues/21)
|
|
386
|
-
|
|
387
|
-
## [1.1.2](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.1.2) (2014-08-15)
|
|
388
|
-
|
|
389
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.1.1...1.1.2)
|
|
390
|
-
|
|
391
|
-
**Closed issues:**
|
|
392
|
-
|
|
393
|
-
- Landscape broken in iOS 7 [\#17](https://github.com/skywinder/ActionSheetPicker-3.0/issues/17)
|
|
394
|
-
|
|
395
|
-
- Invalid context warning in landscape [\#13](https://github.com/skywinder/ActionSheetPicker-3.0/issues/13)
|
|
396
|
-
|
|
397
|
-
## [1.1.1](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.1.1) (2014-08-13)
|
|
398
|
-
|
|
399
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.0.18...1.1.1)
|
|
400
|
-
|
|
401
|
-
## [1.0.18](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.0.18) (2014-08-12)
|
|
402
|
-
|
|
403
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.0.17...1.0.18)
|
|
404
|
-
|
|
405
|
-
## [1.0.17](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.0.17) (2014-08-12)
|
|
406
|
-
|
|
407
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.0.15...1.0.17)
|
|
408
|
-
|
|
409
|
-
**Closed issues:**
|
|
410
|
-
|
|
411
|
-
- Issue with iOS 8 beta [\#9](https://github.com/skywinder/ActionSheetPicker-3.0/issues/9)
|
|
412
|
-
|
|
413
|
-
## [1.0.15](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.0.15) (2014-08-11)
|
|
414
|
-
|
|
415
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.0.14...1.0.15)
|
|
416
|
-
|
|
417
|
-
## [1.0.14](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.0.14) (2014-08-01)
|
|
418
|
-
|
|
419
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.0.13...1.0.14)
|
|
420
|
-
|
|
421
|
-
**Merged pull requests:**
|
|
422
|
-
|
|
423
|
-
- Set minimum date properly. [\#14](https://github.com/skywinder/ActionSheetPicker-3.0/pull/14) ([matt](https://github.com/matt))
|
|
424
|
-
|
|
425
|
-
## [1.0.13](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.0.13) (2014-07-30)
|
|
426
|
-
|
|
427
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.0.12...1.0.13)
|
|
428
|
-
|
|
429
|
-
**Closed issues:**
|
|
430
|
-
|
|
431
|
-
- Use with UITableViewCells [\#4](https://github.com/skywinder/ActionSheetPicker-3.0/issues/4)
|
|
432
|
-
|
|
433
|
-
**Merged pull requests:**
|
|
434
|
-
|
|
435
|
-
- Minute Interval for ActionDatePicker [\#12](https://github.com/skywinder/ActionSheetPicker-3.0/pull/12) ([Jack-s](https://github.com/Jack-s))
|
|
436
|
-
|
|
437
|
-
## [1.0.12](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.0.12) (2014-07-24)
|
|
438
|
-
|
|
439
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.0.11...1.0.12)
|
|
440
|
-
|
|
441
|
-
**Closed issues:**
|
|
442
|
-
|
|
443
|
-
- i get this warning!'sizeWithFont:' is deprecated: first deprecated in iOS 7.0 - Use -sizeWithAttributes: [\#11](https://github.com/skywinder/ActionSheetPicker-3.0/issues/11)
|
|
444
|
-
|
|
445
|
-
- configurePickerView for ActionSheetCustomPicker throws exception [\#10](https://github.com/skywinder/ActionSheetPicker-3.0/issues/10)
|
|
446
|
-
|
|
447
|
-
## [1.0.11](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.0.11) (2014-07-19)
|
|
448
|
-
|
|
449
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.0.10...1.0.11)
|
|
450
|
-
|
|
451
|
-
## [1.0.10](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.0.10) (2014-07-14)
|
|
452
|
-
|
|
453
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.0.9...1.0.10)
|
|
454
|
-
|
|
455
|
-
## [1.0.9](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.0.9) (2014-07-07)
|
|
456
|
-
|
|
457
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.0.8...1.0.9)
|
|
458
|
-
|
|
459
|
-
**Fixed bugs:**
|
|
460
|
-
|
|
461
|
-
- Crash when using in 5s iOS 7.1 [\#8](https://github.com/skywinder/ActionSheetPicker-3.0/issues/8)
|
|
462
|
-
|
|
463
|
-
- On Iphone 4 the ActionSheetStringPicker doesn't work Well [\#5](https://github.com/skywinder/ActionSheetPicker-3.0/issues/5)
|
|
464
|
-
|
|
465
|
-
## [1.0.8](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.0.8) (2014-06-29)
|
|
466
|
-
|
|
467
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.0.7...1.0.8)
|
|
468
|
-
|
|
469
|
-
**Merged pull requests:**
|
|
470
|
-
|
|
471
|
-
- added check for iPhone 4, to fix transparent view background problem. [\#6](https://github.com/skywinder/ActionSheetPicker-3.0/pull/6) ([JaseElder](https://github.com/JaseElder))
|
|
472
|
-
|
|
473
|
-
## [1.0.7](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.0.7) (2014-06-20)
|
|
474
|
-
|
|
475
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.0.6...1.0.7)
|
|
476
|
-
|
|
477
|
-
## [1.0.6](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.0.6) (2014-06-11)
|
|
478
|
-
|
|
479
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.0.5...1.0.6)
|
|
480
|
-
|
|
481
|
-
## [1.0.5](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.0.5) (2014-05-27)
|
|
482
|
-
|
|
483
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.0.4...1.0.5)
|
|
484
|
-
|
|
485
|
-
## [1.0.4](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.0.4) (2014-05-25)
|
|
486
|
-
|
|
487
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/0.0.4...1.0.4)
|
|
488
|
-
|
|
489
|
-
## [0.0.4](https://github.com/skywinder/ActionSheetPicker-3.0/tree/0.0.4) (2014-05-25)
|
|
490
|
-
|
|
491
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.0.3...0.0.4)
|
|
492
|
-
|
|
493
|
-
**Merged pull requests:**
|
|
494
|
-
|
|
495
|
-
- Convert screenshots over to iOS 7. [\#3](https://github.com/skywinder/ActionSheetPicker-3.0/pull/3) ([markrickert](https://github.com/markrickert))
|
|
496
|
-
|
|
497
|
-
- Add basic documentation to the readme. [\#2](https://github.com/skywinder/ActionSheetPicker-3.0/pull/2) ([markrickert](https://github.com/markrickert))
|
|
498
|
-
|
|
499
|
-
## [1.0.3](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.0.3) (2014-05-21)
|
|
500
|
-
|
|
501
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.0.2...1.0.3)
|
|
502
|
-
|
|
503
|
-
## [1.0.2](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.0.2) (2014-05-21)
|
|
504
|
-
|
|
505
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.0.1...1.0.2)
|
|
506
|
-
|
|
507
|
-
**Merged pull requests:**
|
|
508
|
-
|
|
509
|
-
- Get tint color for actionsheet buttons from application window [\#1](https://github.com/skywinder/ActionSheetPicker-3.0/pull/1) ([Mau04](https://github.com/Mau04))
|
|
510
|
-
|
|
511
|
-
## [1.0.1](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.0.1) (2014-05-19)
|
|
512
|
-
|
|
513
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/0.1...1.0.1)
|
|
514
|
-
|
|
515
|
-
## [0.1](https://github.com/skywinder/ActionSheetPicker-3.0/tree/0.1) (2012-05-11)
|
|
516
|
-
|
|
517
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/v0.1...0.1)
|
|
19
|
+
- test issue that will be closed by a commit [\#2](https://github.com/nantas/changelog_test/issues/2)
|
|
518
20
|
|
|
519
|
-
|
|
21
|
+
- test issue that will close normally [\#1](https://github.com/nantas/changelog_test/issues/1)
|
|
520
22
|
|
|
521
23
|
|
|
522
24
|
|
|
@@ -460,7 +460,7 @@ module GitHubChangelogGenerator
|
|
|
460
460
|
project_url = "#{github_site}/#{@options[:user]}/#{@options[:project]}"
|
|
461
461
|
|
|
462
462
|
if newer_tag.nil?
|
|
463
|
-
newer_tag_name =
|
|
463
|
+
newer_tag_name = @options[:unreleased_label]
|
|
464
464
|
newer_tag_link = 'HEAD'
|
|
465
465
|
newer_tag_time = Time.new
|
|
466
466
|
else
|
|
@@ -531,7 +531,11 @@ module GitHubChangelogGenerator
|
|
|
531
531
|
time_string = newer_tag_time.strftime @options[:format]
|
|
532
532
|
|
|
533
533
|
# Generate tag name and link
|
|
534
|
-
|
|
534
|
+
if newer_tag_name.equal? @options[:unreleased_label]
|
|
535
|
+
log += "## [#{newer_tag_name}](#{project_url}/tree/#{newer_tag_name2})\n\n"
|
|
536
|
+
else
|
|
537
|
+
log += "## [#{newer_tag_name}](#{project_url}/tree/#{newer_tag_name2}) (#{time_string})\n\n"
|
|
538
|
+
end
|
|
535
539
|
|
|
536
540
|
if @options[:compare_link] && older_tag_name
|
|
537
541
|
# Generate compare link
|
|
@@ -25,7 +25,8 @@ module GitHubChangelogGenerator
|
|
|
25
25
|
:author => true,
|
|
26
26
|
:filter_issues_by_milestone => true,
|
|
27
27
|
:compare_link => true,
|
|
28
|
-
:unreleased => true
|
|
28
|
+
:unreleased => true,
|
|
29
|
+
:unreleased_label => 'Unreleased'
|
|
29
30
|
}
|
|
30
31
|
options = hash
|
|
31
32
|
|
|
@@ -70,6 +71,9 @@ module GitHubChangelogGenerator
|
|
|
70
71
|
opts.on('--[no-]unreleased', 'Add to log unreleased closed issues. Default is true') do |v|
|
|
71
72
|
options[:unreleased] = v
|
|
72
73
|
end
|
|
74
|
+
opts.on('--unreleased-label [label]', 'Add to log unreleased closed issues. Default is true') do |v|
|
|
75
|
+
options[:unreleased_label] = v
|
|
76
|
+
end
|
|
73
77
|
opts.on('--[no-]compare-link', 'Include compare link (Full Changelog) between older version and newer version. Default is true') do |v|
|
|
74
78
|
options[:compare_link] = v
|
|
75
79
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: github_changelog_generator
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.
|
|
4
|
+
version: 1.3.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Petr Korolev
|
|
@@ -66,7 +66,8 @@ dependencies:
|
|
|
66
66
|
- - "~>"
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: '0.7'
|
|
69
|
-
description: Script, that automatically generate
|
|
69
|
+
description: Script, that automatically generate changelog from your tags, issues,
|
|
70
|
+
labels and pull requests.
|
|
70
71
|
email: sky4winder+github_changelog_generator@gmail.com
|
|
71
72
|
executables:
|
|
72
73
|
- github_changelog_generator
|
|
@@ -111,5 +112,6 @@ rubyforge_project:
|
|
|
111
112
|
rubygems_version: 2.4.4
|
|
112
113
|
signing_key:
|
|
113
114
|
specification_version: 4
|
|
114
|
-
summary: Script, that automatically generate
|
|
115
|
+
summary: Script, that automatically generate changelog from your tags, issues, labels
|
|
116
|
+
and pull requests.
|
|
115
117
|
test_files: []
|