github_changelog_generator 1.3.0 → 1.3.1
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 +7 -119
- data/README.md +13 -13
- data/lib/CHANGELOG.md +124 -379
- data/lib/github_changelog_generator.rb +7 -7
- data/lib/github_changelog_generator/generator.rb +5 -4
- data/lib/github_changelog_generator/parser.rb +4 -4
- data/lib/github_changelog_generator/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9e7f9fb6b17f3277a75ddf790fe2e28caee51a14
|
|
4
|
+
data.tar.gz: 2e4deed99fa44750e88d68992c4ed7f1fd0da0dd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 326b0958564d2d23479c922ee3196e188ca44b35301929fc03b56c344e40b21e96057101b4f3c0449e92ff3362346e38e3ef91994135cd729e64168063175395
|
|
7
|
+
data.tar.gz: 0c01ebd4857229a818048b4116790dfef461d9709a8ebd0adcad01bcc8d95d7a9bd23c3753fe00748b67de54cb6bb0e15985a4af461620517891025374433b6b
|
data/CHANGELOG.md
CHANGED
|
@@ -1,14 +1,18 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
## [
|
|
3
|
+
## [1.3.0](https://github.com/skywinder/Github-Changelog-Generator/tree/1.3.0) (2015-02-26)
|
|
4
4
|
|
|
5
|
-
[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.2.8...
|
|
5
|
+
[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.2.8...1.3.0)
|
|
6
6
|
|
|
7
7
|
#### Implemented enhancements:
|
|
8
8
|
|
|
9
|
+
- Do not show `Unreleased` section, when it's empty. [\#55](https://github.com/skywinder/Github-Changelog-Generator/issues/55)
|
|
10
|
+
|
|
9
11
|
- Separate list exclude and include labels [\#52](https://github.com/skywinder/Github-Changelog-Generator/issues/52)
|
|
10
12
|
|
|
11
|
-
-
|
|
13
|
+
- Unreleased issues in separate section [\#47](https://github.com/skywinder/Github-Changelog-Generator/issues/47)
|
|
14
|
+
|
|
15
|
+
- Separate by lists: Enhancements, Bugs, Pull requests. [\#31](https://github.com/skywinder/Github-Changelog-Generator/issues/31)
|
|
12
16
|
|
|
13
17
|
|
|
14
18
|
#### Fixed bugs:
|
|
@@ -16,21 +20,15 @@
|
|
|
16
20
|
- Test pull request with invalid label \(#26\) in changelog appeared. [\#44](https://github.com/skywinder/Github-Changelog-Generator/issues/44)
|
|
17
21
|
|
|
18
22
|
|
|
19
|
-
|
|
20
23
|
#### Merged pull requests:
|
|
21
24
|
|
|
22
25
|
- Implement filtering of Pull Requests by milestones [\#50](https://github.com/skywinder/Github-Changelog-Generator/pull/50) ([skywinder](https://github.com/skywinder))
|
|
23
26
|
|
|
24
27
|
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
28
|
## [1.2.8](https://github.com/skywinder/Github-Changelog-Generator/tree/1.2.8) (2015-02-17)
|
|
29
29
|
|
|
30
30
|
[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.2.7...1.2.8)
|
|
31
31
|
|
|
32
|
-
|
|
33
|
-
|
|
34
32
|
#### Closed issues:
|
|
35
33
|
|
|
36
34
|
- Bugs, that closed simultaneously with push not appeared in correct version. [\#37](https://github.com/skywinder/Github-Changelog-Generator/issues/37)
|
|
@@ -40,44 +38,27 @@
|
|
|
40
38
|
|
|
41
39
|
- Feature/fix 37 [\#49](https://github.com/skywinder/Github-Changelog-Generator/pull/49) ([skywinder](https://github.com/skywinder))
|
|
42
40
|
|
|
43
|
-
|
|
44
|
-
|
|
45
41
|
- Prettify output [\#48](https://github.com/skywinder/Github-Changelog-Generator/pull/48) ([skywinder](https://github.com/skywinder))
|
|
46
42
|
|
|
47
43
|
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
44
|
## [1.2.7](https://github.com/skywinder/Github-Changelog-Generator/tree/1.2.7) (2015-01-26)
|
|
52
45
|
|
|
53
46
|
[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.2.6...1.2.7)
|
|
54
47
|
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
48
|
#### Merged pull requests:
|
|
59
49
|
|
|
60
50
|
- Add compare link between older version and newer version [\#46](https://github.com/skywinder/Github-Changelog-Generator/pull/46) ([sue445](https://github.com/sue445))
|
|
61
51
|
|
|
62
52
|
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
53
|
## [1.2.6](https://github.com/skywinder/Github-Changelog-Generator/tree/1.2.6) (2015-01-21)
|
|
67
54
|
|
|
68
55
|
[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.2.5...1.2.6)
|
|
69
56
|
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
57
|
#### Merged pull requests:
|
|
74
58
|
|
|
75
59
|
- fix link tag format [\#45](https://github.com/skywinder/Github-Changelog-Generator/pull/45) ([sugamasao](https://github.com/sugamasao))
|
|
76
60
|
|
|
77
61
|
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
62
|
## [1.2.5](https://github.com/skywinder/Github-Changelog-Generator/tree/1.2.5) (2015-01-15)
|
|
82
63
|
|
|
83
64
|
[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.2.4...1.2.5)
|
|
@@ -92,24 +73,17 @@
|
|
|
92
73
|
- Error when trying to generate log for repo without tags [\#32](https://github.com/skywinder/Github-Changelog-Generator/issues/32)
|
|
93
74
|
|
|
94
75
|
|
|
95
|
-
|
|
96
76
|
#### Merged pull requests:
|
|
97
77
|
|
|
98
78
|
- PrettyPrint class is included using lowercase 'pp' [\#43](https://github.com/skywinder/Github-Changelog-Generator/pull/43) ([schwing](https://github.com/schwing))
|
|
99
79
|
|
|
100
|
-
|
|
101
|
-
|
|
102
80
|
- support enterprise github via command line options [\#42](https://github.com/skywinder/Github-Changelog-Generator/pull/42) ([glenlovett](https://github.com/glenlovett))
|
|
103
81
|
|
|
104
82
|
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
83
|
## [1.2.4](https://github.com/skywinder/Github-Changelog-Generator/tree/1.2.4) (2014-12-16)
|
|
109
84
|
|
|
110
85
|
[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.2.3...1.2.4)
|
|
111
86
|
|
|
112
|
-
|
|
113
87
|
#### Fixed bugs:
|
|
114
88
|
|
|
115
89
|
- Sometimes user is NULL during merges [\#41](https://github.com/skywinder/Github-Changelog-Generator/issues/41)
|
|
@@ -117,15 +91,11 @@
|
|
|
117
91
|
- Crash when try generate log for rails [\#35](https://github.com/skywinder/Github-Changelog-Generator/issues/35)
|
|
118
92
|
|
|
119
93
|
|
|
120
|
-
|
|
121
94
|
#### Merged pull requests:
|
|
122
95
|
|
|
123
96
|
- Implement async fetching [\#39](https://github.com/skywinder/Github-Changelog-Generator/pull/39) ([skywinder](https://github.com/skywinder))
|
|
124
97
|
|
|
125
98
|
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
99
|
## [1.2.3](https://github.com/skywinder/Github-Changelog-Generator/tree/1.2.3) (2014-12-16)
|
|
130
100
|
|
|
131
101
|
[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.2.2...1.2.3)
|
|
@@ -142,80 +112,54 @@
|
|
|
142
112
|
- Docs lacking or basic behavior not as advertised [\#30](https://github.com/skywinder/Github-Changelog-Generator/issues/30)
|
|
143
113
|
|
|
144
114
|
|
|
145
|
-
|
|
146
115
|
#### Merged pull requests:
|
|
147
116
|
|
|
148
117
|
- Fix crash when user is NULL [\#40](https://github.com/skywinder/Github-Changelog-Generator/pull/40) ([skywinder](https://github.com/skywinder))
|
|
149
118
|
|
|
150
119
|
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
120
|
## [1.2.2](https://github.com/skywinder/Github-Changelog-Generator/tree/1.2.2) (2014-12-10)
|
|
155
121
|
|
|
156
122
|
[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.2.1...1.2.2)
|
|
157
123
|
|
|
158
|
-
|
|
159
124
|
#### Fixed bugs:
|
|
160
125
|
|
|
161
126
|
- Encapsulate \[ \> \* \_ \ \] signs in issues names [\#34](https://github.com/skywinder/Github-Changelog-Generator/issues/34)
|
|
162
127
|
|
|
163
128
|
|
|
164
|
-
|
|
165
129
|
#### Merged pull requests:
|
|
166
130
|
|
|
167
131
|
- Add a Bitdeli Badge to README [\#36](https://github.com/skywinder/Github-Changelog-Generator/pull/36) ([bitdeli-chef](https://github.com/bitdeli-chef))
|
|
168
132
|
|
|
169
133
|
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
134
|
## [1.2.1](https://github.com/skywinder/Github-Changelog-Generator/tree/1.2.1) (2014-11-22)
|
|
174
135
|
|
|
175
136
|
[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.2.0...1.2.1)
|
|
176
137
|
|
|
177
|
-
|
|
178
138
|
#### Fixed bugs:
|
|
179
139
|
|
|
180
140
|
- Script fills changelog only for first 30 tags. [\#20](https://github.com/skywinder/Github-Changelog-Generator/issues/20)
|
|
181
141
|
|
|
182
142
|
|
|
183
|
-
|
|
184
143
|
#### Merged pull requests:
|
|
185
144
|
|
|
186
145
|
- Issues for last tag not in list [\#29](https://github.com/skywinder/Github-Changelog-Generator/pull/29) ([skywinder](https://github.com/skywinder))
|
|
187
146
|
|
|
188
|
-
|
|
189
|
-
|
|
190
147
|
- Disable default --filter-pull-requests option. [\#28](https://github.com/skywinder/Github-Changelog-Generator/pull/28) ([skywinder](https://github.com/skywinder))
|
|
191
148
|
|
|
192
149
|
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
150
|
## [1.2.0](https://github.com/skywinder/Github-Changelog-Generator/tree/1.2.0) (2014-11-19)
|
|
197
151
|
|
|
198
152
|
[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.1.4...1.2.0)
|
|
199
153
|
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
154
|
#### Merged pull requests:
|
|
204
155
|
|
|
205
156
|
- Add filter for pull-requests labels. \(option --filter-pull-requests\) [\#27](https://github.com/skywinder/Github-Changelog-Generator/pull/27) ([skywinder](https://github.com/skywinder))
|
|
206
157
|
|
|
207
|
-
|
|
208
|
-
|
|
209
158
|
- Add ability to insert authors of pull-requests \(--\[no-\]author option\) [\#25](https://github.com/skywinder/Github-Changelog-Generator/pull/25) ([skywinder](https://github.com/skywinder))
|
|
210
159
|
|
|
211
|
-
|
|
212
|
-
|
|
213
160
|
- Don't receive issues in case of --no-isses flag specied [\#24](https://github.com/skywinder/Github-Changelog-Generator/pull/24) ([skywinder](https://github.com/skywinder))
|
|
214
161
|
|
|
215
162
|
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
163
|
## [1.1.4](https://github.com/skywinder/Github-Changelog-Generator/tree/1.1.4) (2014-11-18)
|
|
220
164
|
|
|
221
165
|
[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.1.2...1.1.4)
|
|
@@ -225,58 +169,35 @@
|
|
|
225
169
|
- Implement ability to retrieve GitHub token from ENV variable \(to not put it to script directly\) [\#19](https://github.com/skywinder/Github-Changelog-Generator/issues/19)
|
|
226
170
|
|
|
227
171
|
|
|
228
|
-
|
|
229
|
-
|
|
230
172
|
#### Merged pull requests:
|
|
231
173
|
|
|
232
174
|
- Sort tags by date [\#23](https://github.com/skywinder/Github-Changelog-Generator/pull/23) ([skywinder](https://github.com/skywinder))
|
|
233
175
|
|
|
234
176
|
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
177
|
## [1.1.2](https://github.com/skywinder/Github-Changelog-Generator/tree/1.1.2) (2014-11-12)
|
|
239
178
|
|
|
240
179
|
[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.1.1...1.1.2)
|
|
241
180
|
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
181
|
#### Merged pull requests:
|
|
246
182
|
|
|
247
183
|
- Fix bug with dot signs in project name [\#18](https://github.com/skywinder/Github-Changelog-Generator/pull/18) ([skywinder](https://github.com/skywinder))
|
|
248
184
|
|
|
249
|
-
|
|
250
|
-
|
|
251
185
|
- Fix bug with dot signs in user name [\#17](https://github.com/skywinder/Github-Changelog-Generator/pull/17) ([skywinder](https://github.com/skywinder))
|
|
252
186
|
|
|
253
187
|
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
188
|
## [1.1.1](https://github.com/skywinder/Github-Changelog-Generator/tree/1.1.1) (2014-11-10)
|
|
258
189
|
|
|
259
190
|
[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.1.0...1.1.1)
|
|
260
191
|
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
192
|
#### Merged pull requests:
|
|
265
193
|
|
|
266
194
|
- Remove duplicates of issues and pull-requests with same number [\#15](https://github.com/skywinder/Github-Changelog-Generator/pull/15) ([skywinder](https://github.com/skywinder))
|
|
267
195
|
|
|
268
|
-
|
|
269
|
-
|
|
270
196
|
- Sort issues by tags [\#14](https://github.com/skywinder/Github-Changelog-Generator/pull/14) ([skywinder](https://github.com/skywinder))
|
|
271
197
|
|
|
272
|
-
|
|
273
|
-
|
|
274
198
|
- Add ability to add or exclude issues without any labels [\#13](https://github.com/skywinder/Github-Changelog-Generator/pull/13) ([skywinder](https://github.com/skywinder))
|
|
275
199
|
|
|
276
200
|
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
201
|
## [1.1.0](https://github.com/skywinder/Github-Changelog-Generator/tree/1.1.0) (2014-11-10)
|
|
281
202
|
|
|
282
203
|
[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.0.1...1.1.0)
|
|
@@ -293,24 +214,15 @@
|
|
|
293
214
|
- Markdown formating in the last line wrong [\#9](https://github.com/skywinder/Github-Changelog-Generator/issues/9)
|
|
294
215
|
|
|
295
216
|
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
299
217
|
## [1.0.1](https://github.com/skywinder/Github-Changelog-Generator/tree/1.0.1) (2014-11-10)
|
|
300
218
|
|
|
301
219
|
[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.0.0...1.0.1)
|
|
302
220
|
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
221
|
#### Merged pull requests:
|
|
307
222
|
|
|
308
223
|
- Implement support of different tags. [\#8](https://github.com/skywinder/Github-Changelog-Generator/pull/8) ([skywinder](https://github.com/skywinder))
|
|
309
224
|
|
|
310
225
|
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
226
|
## [1.0.0](https://github.com/skywinder/Github-Changelog-Generator/tree/1.0.0) (2014-11-07)
|
|
315
227
|
|
|
316
228
|
[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/0.1.0...1.0.0)
|
|
@@ -327,54 +239,30 @@
|
|
|
327
239
|
- Last tag not appeared in changelog [\#5](https://github.com/skywinder/Github-Changelog-Generator/issues/5)
|
|
328
240
|
|
|
329
241
|
|
|
330
|
-
|
|
331
242
|
#### Merged pull requests:
|
|
332
243
|
|
|
333
244
|
- Add support for issues in CHANGELOG [\#7](https://github.com/skywinder/Github-Changelog-Generator/pull/7) ([skywinder](https://github.com/skywinder))
|
|
334
245
|
|
|
335
|
-
|
|
336
|
-
|
|
337
246
|
- Fix parsing date of pull request [\#3](https://github.com/skywinder/Github-Changelog-Generator/pull/3) ([skywinder](https://github.com/skywinder))
|
|
338
247
|
|
|
339
248
|
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
249
|
## [0.1.0](https://github.com/skywinder/Github-Changelog-Generator/tree/0.1.0) (2014-11-07)
|
|
344
250
|
|
|
345
251
|
[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/0.0.2...0.1.0)
|
|
346
252
|
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
253
|
#### Merged pull requests:
|
|
351
254
|
|
|
352
255
|
- Add changelog generation for last tag [\#2](https://github.com/skywinder/Github-Changelog-Generator/pull/2) ([skywinder](https://github.com/skywinder))
|
|
353
256
|
|
|
354
|
-
|
|
355
|
-
|
|
356
257
|
- Add option \(-o --output\) to specify name of the output file. [\#1](https://github.com/skywinder/Github-Changelog-Generator/pull/1) ([skywinder](https://github.com/skywinder))
|
|
357
258
|
|
|
358
259
|
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
260
|
## [0.0.2](https://github.com/skywinder/Github-Changelog-Generator/tree/0.0.2) (2014-11-06)
|
|
363
261
|
|
|
364
262
|
[Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/0.0.1...0.0.2)
|
|
365
263
|
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
264
|
## [0.0.1](https://github.com/skywinder/Github-Changelog-Generator/tree/0.0.1) (2014-11-06)
|
|
372
265
|
|
|
373
266
|
|
|
374
267
|
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
268
|
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|
data/README.md
CHANGED
|
@@ -35,23 +35,23 @@ Changelog generation has never been so easy.
|
|
|
35
35
|
|
|
36
36
|
- In general it looks like this:
|
|
37
37
|
|
|
38
|
-
> ## [1.
|
|
39
|
-
> #### 09/01/15
|
|
40
|
-
> - *Merged pull-request:* add header file to public [\#115](https://github.com/skywinder/ActionSheetPicker-3.0/pull/115)
|
|
41
|
-
> ([skywinder](https://github.com/skywinder))
|
|
38
|
+
> ## [1.2.5](https://github.com/skywinder/Github-Changelog-Generator/tree/1.2.5) (2015-01-15)
|
|
42
39
|
>
|
|
43
|
-
>
|
|
44
|
-
> [\#112](https://github.com/skywinder/ActionSheetPicker-3.0/pull/112)
|
|
45
|
-
> ([JimDabell](https://github.com/JimDabell))
|
|
40
|
+
> [Full Changelog](https://github.com/skywinder/Github-Changelog-Generator/compare/1.2.4...1.2.5)
|
|
46
41
|
>
|
|
47
|
-
>
|
|
48
|
-
> [\#97](https://github.com/skywinder/ActionSheetPicker-3.0/issues/97)
|
|
42
|
+
> #### Implemented enhancements:
|
|
49
43
|
>
|
|
50
|
-
>
|
|
51
|
-
> #### 11/12/14
|
|
52
|
-
> - *Closed issue:* Bad interaction with submodules [\#111](https://github.com/skywinder/ActionSheetPicker-3.0/issues/111)
|
|
44
|
+
> - Use milestone to specify in which version bug was fixed [\#22](https://github.com/skywinder/Github-Changelog-Generator/issues/22)
|
|
53
45
|
>
|
|
54
|
-
>
|
|
46
|
+
> #### Fixed bugs:
|
|
47
|
+
>
|
|
48
|
+
> - Error when trying to generate log for repo without tags [\#32](https://github.com/skywinder/Github-Changelog-Generator/issues/32)
|
|
49
|
+
>
|
|
50
|
+
> #### Merged pull requests:
|
|
51
|
+
>
|
|
52
|
+
> - PrettyPrint class is included using lowercase 'pp' [\#43](https://github.com/skywinder/Github-Changelog-Generator/pull/43) ([schwing](https://github.com/schwing))
|
|
53
|
+
>
|
|
54
|
+
> - support enterprise github via command line options [\#42](https://github.com/skywinder/Github-Changelog-Generator/pull/42) ([glenlovett](https://github.com/glenlovett))
|
|
55
55
|
|
|
56
56
|
|
|
57
57
|
## Usage
|
data/lib/CHANGELOG.md
CHANGED
|
@@ -1,299 +1,208 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
## [Unreleased](https://github.com/skywinder/ActionSheetPicker-3.0/tree/HEAD) (2015-02-
|
|
4
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.3.13...HEAD)
|
|
5
|
-
|
|
3
|
+
## [Unreleased](https://github.com/skywinder/ActionSheetPicker-3.0/tree/HEAD) (2015-02-27)
|
|
6
4
|
|
|
5
|
+
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.3.13...HEAD)
|
|
7
6
|
|
|
8
|
-
|
|
7
|
+
**Merged pull requests:**
|
|
9
8
|
|
|
10
9
|
- Add additional showPickerWithTitle method [\#143](https://github.com/skywinder/ActionSheetPicker-3.0/pull/143) ([martinpfannemueller](https://github.com/martinpfannemueller))
|
|
11
10
|
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
11
|
## [1.3.13](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.3.13) (2015-02-09)
|
|
12
|
+
|
|
17
13
|
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.3.12...1.3.13)
|
|
18
14
|
|
|
19
|
-
|
|
15
|
+
**Fixed bugs:**
|
|
20
16
|
|
|
21
17
|
- Wrong background color of pickers [\#136](https://github.com/skywinder/ActionSheetPicker-3.0/issues/136)
|
|
22
18
|
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
### Merged pull requests:
|
|
19
|
+
**Merged pull requests:**
|
|
26
20
|
|
|
27
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))
|
|
28
22
|
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
23
|
## [1.3.12](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.3.12) (2015-02-04)
|
|
24
|
+
|
|
34
25
|
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.3.11...1.3.12)
|
|
35
26
|
|
|
36
|
-
|
|
27
|
+
**Fixed bugs:**
|
|
37
28
|
|
|
38
29
|
- Light status bar style [\#119](https://github.com/skywinder/ActionSheetPicker-3.0/issues/119)
|
|
39
30
|
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
31
|
## [1.3.11](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.3.11) (2015-01-15)
|
|
45
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.3.10...1.3.11)
|
|
46
|
-
|
|
47
32
|
|
|
33
|
+
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.3.10...1.3.11)
|
|
48
34
|
|
|
49
|
-
|
|
35
|
+
**Merged pull requests:**
|
|
50
36
|
|
|
51
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))
|
|
52
38
|
|
|
53
|
-
|
|
54
|
-
|
|
55
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))
|
|
56
40
|
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
41
|
## [1.3.10](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.3.10) (2015-01-09)
|
|
62
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.3.9...1.3.10)
|
|
63
|
-
### Implemented enhancements:
|
|
64
42
|
|
|
65
|
-
|
|
43
|
+
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.3.9...1.3.10)
|
|
66
44
|
|
|
45
|
+
**Implemented enhancements:**
|
|
67
46
|
|
|
47
|
+
- Should have minimum/maximum date property exposed [\#97](https://github.com/skywinder/ActionSheetPicker-3.0/issues/97)
|
|
68
48
|
|
|
69
|
-
|
|
49
|
+
**Closed issues:**
|
|
70
50
|
|
|
71
51
|
- No "cancel" button [\#122](https://github.com/skywinder/ActionSheetPicker-3.0/issues/122)
|
|
72
52
|
|
|
73
53
|
- Swift; Does not conform to protocol [\#120](https://github.com/skywinder/ActionSheetPicker-3.0/issues/120)
|
|
74
54
|
|
|
75
|
-
|
|
76
|
-
### Merged pull requests:
|
|
55
|
+
**Merged pull requests:**
|
|
77
56
|
|
|
78
57
|
- add header file to public [\#115](https://github.com/skywinder/ActionSheetPicker-3.0/pull/115) ([skywinder](https://github.com/skywinder))
|
|
79
58
|
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
59
|
## [1.3.9](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.3.9) (2014-12-11)
|
|
85
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.3.8...1.3.9)
|
|
86
60
|
|
|
61
|
+
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.3.8...1.3.9)
|
|
87
62
|
|
|
88
|
-
|
|
63
|
+
**Closed issues:**
|
|
89
64
|
|
|
90
65
|
- Bad interaction with submodules [\#111](https://github.com/skywinder/ActionSheetPicker-3.0/issues/111)
|
|
91
66
|
|
|
92
|
-
|
|
93
|
-
### Merged pull requests:
|
|
67
|
+
**Merged pull requests:**
|
|
94
68
|
|
|
95
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))
|
|
96
70
|
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
71
|
## [1.3.8](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.3.8) (2014-12-10)
|
|
102
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.3.7...1.3.8)
|
|
103
72
|
|
|
73
|
+
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.3.7...1.3.8)
|
|
104
74
|
|
|
105
|
-
|
|
75
|
+
**Closed issues:**
|
|
106
76
|
|
|
107
77
|
- Redefinition of enumerator 'Selector' [\#109](https://github.com/skywinder/ActionSheetPicker-3.0/issues/109)
|
|
108
78
|
|
|
109
|
-
|
|
110
|
-
### Merged pull requests:
|
|
79
|
+
**Merged pull requests:**
|
|
111
80
|
|
|
112
81
|
- Fix for #109 [\#110](https://github.com/skywinder/ActionSheetPicker-3.0/pull/110) ([michalciolek](https://github.com/michalciolek))
|
|
113
82
|
|
|
114
|
-
|
|
115
|
-
|
|
116
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))
|
|
117
84
|
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
85
|
## [1.3.7](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.3.7) (2014-12-04)
|
|
86
|
+
|
|
123
87
|
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.3.6...1.3.7)
|
|
124
88
|
|
|
125
|
-
|
|
89
|
+
**Fixed bugs:**
|
|
126
90
|
|
|
127
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)
|
|
128
92
|
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
### Merged pull requests:
|
|
93
|
+
**Merged pull requests:**
|
|
132
94
|
|
|
133
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))
|
|
134
96
|
|
|
135
|
-
|
|
136
|
-
|
|
137
97
|
- Added minimumDate and maximumDate to contructor of ActionSheetDatePicker [\#98](https://github.com/skywinder/ActionSheetPicker-3.0/pull/98) ([emmanuelay](https://github.com/emmanuelay))
|
|
138
98
|
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
99
|
## [1.3.6](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.3.6) (2014-12-02)
|
|
100
|
+
|
|
144
101
|
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.3.5...1.3.6)
|
|
145
102
|
|
|
146
|
-
|
|
103
|
+
**Fixed bugs:**
|
|
147
104
|
|
|
148
105
|
- Example projects failed to launch [\#96](https://github.com/skywinder/ActionSheetPicker-3.0/issues/96)
|
|
149
106
|
|
|
150
|
-
|
|
151
|
-
### Closed issues:
|
|
107
|
+
**Closed issues:**
|
|
152
108
|
|
|
153
109
|
- Travis builds is broken by fix #96 [\#99](https://github.com/skywinder/ActionSheetPicker-3.0/issues/99)
|
|
154
110
|
|
|
155
|
-
|
|
156
|
-
### Merged pull requests:
|
|
111
|
+
**Merged pull requests:**
|
|
157
112
|
|
|
158
113
|
- Add a Bitdeli Badge to README [\#107](https://github.com/skywinder/ActionSheetPicker-3.0/pull/107) ([bitdeli-chef](https://github.com/bitdeli-chef))
|
|
159
114
|
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
115
|
## [1.3.5](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.3.5) (2014-11-14)
|
|
116
|
+
|
|
165
117
|
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.3.4...1.3.5)
|
|
166
118
|
|
|
167
|
-
|
|
119
|
+
**Fixed bugs:**
|
|
168
120
|
|
|
169
121
|
- StatusBar visibility [\#90](https://github.com/skywinder/ActionSheetPicker-3.0/issues/90)
|
|
170
122
|
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
### Merged pull requests:
|
|
123
|
+
**Merged pull requests:**
|
|
174
124
|
|
|
175
125
|
- Update README.md [\#95](https://github.com/skywinder/ActionSheetPicker-3.0/pull/95) ([jeffreyjackson](https://github.com/jeffreyjackson))
|
|
176
126
|
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
127
|
## [1.3.4](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.3.4) (2014-11-12)
|
|
182
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.3.3...1.3.4)
|
|
183
|
-
|
|
184
128
|
|
|
129
|
+
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.3.3...1.3.4)
|
|
185
130
|
|
|
186
|
-
|
|
131
|
+
**Merged pull requests:**
|
|
187
132
|
|
|
188
133
|
- Fix statusBar visibility [\#93](https://github.com/skywinder/ActionSheetPicker-3.0/pull/93) ([krin-san](https://github.com/krin-san))
|
|
189
134
|
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
135
|
## [1.3.3](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.3.3) (2014-11-12)
|
|
136
|
+
|
|
195
137
|
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.3.2...1.3.3)
|
|
196
138
|
|
|
197
|
-
|
|
139
|
+
**Fixed bugs:**
|
|
198
140
|
|
|
199
141
|
- Compiler warning due to Unicode char in source [\#92](https://github.com/skywinder/ActionSheetPicker-3.0/issues/92)
|
|
200
142
|
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
143
|
## [1.3.2](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.3.2) (2014-11-11)
|
|
206
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.3.1...1.3.2)
|
|
207
|
-
### Implemented enhancements:
|
|
208
|
-
|
|
209
|
-
- Add delegate for custom button pressed [\#33](https://github.com/skywinder/ActionSheetPicker-3.0/issues/33)
|
|
210
144
|
|
|
145
|
+
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.3.1...1.3.2)
|
|
211
146
|
|
|
147
|
+
**Implemented enhancements:**
|
|
212
148
|
|
|
149
|
+
- Add delegate for custom button pressed [\#33](https://github.com/skywinder/ActionSheetPicker-3.0/issues/33)
|
|
213
150
|
|
|
214
|
-
|
|
151
|
+
**Merged pull requests:**
|
|
215
152
|
|
|
216
153
|
- Add additional check for UIDatePickerModeCountDownTimer [\#91](https://github.com/skywinder/ActionSheetPicker-3.0/pull/91) ([skywinder](https://github.com/skywinder))
|
|
217
154
|
|
|
218
|
-
|
|
219
|
-
|
|
220
155
|
- Count down duration fix [\#89](https://github.com/skywinder/ActionSheetPicker-3.0/pull/89) ([ijameelkhan](https://github.com/ijameelkhan))
|
|
221
156
|
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
157
|
## [1.3.1](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.3.1) (2014-11-04)
|
|
227
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.3.0...1.3.1)
|
|
228
|
-
|
|
229
158
|
|
|
159
|
+
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.3.0...1.3.1)
|
|
230
160
|
|
|
231
|
-
|
|
161
|
+
**Merged pull requests:**
|
|
232
162
|
|
|
233
163
|
- Fix for #84 and #63 [\#85](https://github.com/skywinder/ActionSheetPicker-3.0/pull/85) ([skywinder](https://github.com/skywinder))
|
|
234
164
|
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
165
|
## [1.3.0](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.3.0) (2014-11-03)
|
|
166
|
+
|
|
240
167
|
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.2.0...1.3.0)
|
|
241
168
|
|
|
242
|
-
|
|
169
|
+
**Fixed bugs:**
|
|
243
170
|
|
|
244
171
|
- iPad - Swift Popover not visible [\#68](https://github.com/skywinder/ActionSheetPicker-3.0/issues/68)
|
|
245
172
|
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
### Merged pull requests:
|
|
173
|
+
**Merged pull requests:**
|
|
249
174
|
|
|
250
175
|
- Added callback for custom button being pressed [\#81](https://github.com/skywinder/ActionSheetPicker-3.0/pull/81) ([velga](https://github.com/velga))
|
|
251
176
|
|
|
252
|
-
|
|
253
|
-
|
|
254
177
|
- Added support for popover customizations. [\#77](https://github.com/skywinder/ActionSheetPicker-3.0/pull/77) ([openreply](https://github.com/openreply))
|
|
255
178
|
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
179
|
## [1.2.0](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.2.0) (2014-10-15)
|
|
261
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.1.21...1.2.0)
|
|
262
|
-
|
|
263
180
|
|
|
181
|
+
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.1.21...1.2.0)
|
|
264
182
|
|
|
265
|
-
|
|
183
|
+
**Merged pull requests:**
|
|
266
184
|
|
|
267
185
|
- General fixes for #74 & #50 [\#76](https://github.com/skywinder/ActionSheetPicker-3.0/pull/76) ([skywinder](https://github.com/skywinder))
|
|
268
186
|
|
|
269
|
-
|
|
270
|
-
|
|
271
187
|
- Further support for countdown timer [\#74](https://github.com/skywinder/ActionSheetPicker-3.0/pull/74) ([mgmart](https://github.com/mgmart))
|
|
272
188
|
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
189
|
## [1.1.21](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.1.21) (2014-10-13)
|
|
190
|
+
|
|
278
191
|
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.1.20...1.1.21)
|
|
279
192
|
|
|
280
|
-
|
|
193
|
+
**Fixed bugs:**
|
|
281
194
|
|
|
282
195
|
- i used DatePicker in ActionSheetPicket-3.0, but app crashed. [\#65](https://github.com/skywinder/ActionSheetPicker-3.0/issues/65)
|
|
283
196
|
|
|
284
|
-
|
|
285
|
-
### Closed issues:
|
|
197
|
+
**Closed issues:**
|
|
286
198
|
|
|
287
199
|
- ActionSheetString picker Crash [\#75](https://github.com/skywinder/ActionSheetPicker-3.0/issues/75)
|
|
288
200
|
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
201
|
## [1.1.20](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.1.20) (2014-10-13)
|
|
293
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.1.19...1.1.20)
|
|
294
202
|
|
|
203
|
+
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.1.19...1.1.20)
|
|
295
204
|
|
|
296
|
-
|
|
205
|
+
**Closed issues:**
|
|
297
206
|
|
|
298
207
|
- ActionSheetDatePicker: set selectedDate in response to custom button press [\#73](https://github.com/skywinder/ActionSheetPicker-3.0/issues/73)
|
|
299
208
|
|
|
@@ -301,478 +210,314 @@
|
|
|
301
210
|
|
|
302
211
|
- Example fails when clicking "Modal Test": 'Pushing a navigation controller is not supported' [\#70](https://github.com/skywinder/ActionSheetPicker-3.0/issues/70)
|
|
303
212
|
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
213
|
## [1.1.19](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.1.19) (2014-10-07)
|
|
214
|
+
|
|
308
215
|
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.1.18...1.1.19)
|
|
309
216
|
|
|
310
|
-
|
|
217
|
+
**Fixed bugs:**
|
|
311
218
|
|
|
312
219
|
- Xcode 6 / Swift incompatibility [\#36](https://github.com/skywinder/ActionSheetPicker-3.0/issues/36)
|
|
313
220
|
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
### Merged pull requests:
|
|
221
|
+
**Merged pull requests:**
|
|
317
222
|
|
|
318
223
|
- title text with attributes. [\#64](https://github.com/skywinder/ActionSheetPicker-3.0/pull/64) ([nebiros](https://github.com/nebiros))
|
|
319
224
|
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
225
|
## [1.1.18](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.1.18) (2014-10-03)
|
|
325
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.1.17...1.1.18)
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
226
|
|
|
227
|
+
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.1.17...1.1.18)
|
|
330
228
|
|
|
331
229
|
## [1.1.17](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.1.17) (2014-10-03)
|
|
332
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.1.16...1.1.17)
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
230
|
|
|
231
|
+
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.1.16...1.1.17)
|
|
337
232
|
|
|
338
233
|
## [1.1.16](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.1.16) (2014-10-03)
|
|
339
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.1.15...1.1.16)
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
234
|
|
|
235
|
+
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.1.15...1.1.16)
|
|
344
236
|
|
|
345
237
|
## [1.1.15](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.1.15) (2014-09-29)
|
|
238
|
+
|
|
346
239
|
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.1.14...1.1.15)
|
|
347
|
-
### Implemented enhancements:
|
|
348
240
|
|
|
349
|
-
|
|
241
|
+
**Implemented enhancements:**
|
|
350
242
|
|
|
243
|
+
- Method request: hideActionSheetPicker [\#51](https://github.com/skywinder/ActionSheetPicker-3.0/issues/51)
|
|
351
244
|
|
|
352
|
-
|
|
245
|
+
**Fixed bugs:**
|
|
353
246
|
|
|
354
247
|
- DatePicker callback freezes screen [\#42](https://github.com/skywinder/ActionSheetPicker-3.0/issues/42)
|
|
355
248
|
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
### Merged pull requests:
|
|
249
|
+
**Merged pull requests:**
|
|
359
250
|
|
|
360
251
|
- Update SWActionSheet.m [\#60](https://github.com/skywinder/ActionSheetPicker-3.0/pull/60) ([zhongyang](https://github.com/zhongyang))
|
|
361
252
|
|
|
362
|
-
|
|
363
|
-
|
|
364
253
|
- Fix for UIDatePickerModeCountDownTimer callback [\#50](https://github.com/skywinder/ActionSheetPicker-3.0/pull/50) ([jklp](https://github.com/jklp))
|
|
365
254
|
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
255
|
## [1.1.14](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.1.14) (2014-09-28)
|
|
371
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.1.13...1.1.14)
|
|
372
|
-
|
|
373
256
|
|
|
257
|
+
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.1.13...1.1.14)
|
|
374
258
|
|
|
375
|
-
|
|
259
|
+
**Merged pull requests:**
|
|
376
260
|
|
|
377
261
|
- add block based API to date picker [\#56](https://github.com/skywinder/ActionSheetPicker-3.0/pull/56) ([mrtj](https://github.com/mrtj))
|
|
378
262
|
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
263
|
## [1.1.13](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.1.13) (2014-09-19)
|
|
384
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.1.12...1.1.13)
|
|
385
264
|
|
|
265
|
+
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.1.12...1.1.13)
|
|
386
266
|
|
|
387
|
-
|
|
267
|
+
**Closed issues:**
|
|
388
268
|
|
|
389
269
|
- impossible to run in xcode 6 [\#48](https://github.com/skywinder/ActionSheetPicker-3.0/issues/48)
|
|
390
270
|
|
|
391
|
-
|
|
392
|
-
### Merged pull requests:
|
|
271
|
+
**Merged pull requests:**
|
|
393
272
|
|
|
394
273
|
- update badge [\#46](https://github.com/skywinder/ActionSheetPicker-3.0/pull/46) ([skywinder](https://github.com/skywinder))
|
|
395
274
|
|
|
396
|
-
|
|
397
|
-
|
|
398
275
|
- Add badge [\#45](https://github.com/skywinder/ActionSheetPicker-3.0/pull/45) ([skywinder](https://github.com/skywinder))
|
|
399
276
|
|
|
400
|
-
|
|
401
|
-
|
|
402
277
|
- reformat [\#44](https://github.com/skywinder/ActionSheetPicker-3.0/pull/44) ([skywinder](https://github.com/skywinder))
|
|
403
278
|
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
279
|
## [1.1.12](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.1.12) (2014-09-17)
|
|
409
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.1.11...1.1.12)
|
|
410
|
-
|
|
411
280
|
|
|
281
|
+
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.1.11...1.1.12)
|
|
412
282
|
|
|
413
|
-
|
|
283
|
+
**Merged pull requests:**
|
|
414
284
|
|
|
415
285
|
- unexpected action sheet dismissing in portrait mode only [\#40](https://github.com/skywinder/ActionSheetPicker-3.0/pull/40) ([numen31337](https://github.com/numen31337))
|
|
416
286
|
|
|
417
|
-
|
|
418
|
-
|
|
419
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))
|
|
420
288
|
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
289
|
## [1.1.11](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.1.11) (2014-09-16)
|
|
290
|
+
|
|
426
291
|
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.1.10...1.1.11)
|
|
427
|
-
|
|
292
|
+
|
|
293
|
+
**Implemented enhancements:**
|
|
428
294
|
|
|
429
295
|
- Pop over direction [\#28](https://github.com/skywinder/ActionSheetPicker-3.0/issues/28)
|
|
430
296
|
|
|
431
297
|
- ActionSheetDatePicker needs done/cancel blocks [\#37](https://github.com/skywinder/ActionSheetPicker-3.0/issues/37)
|
|
432
298
|
|
|
433
|
-
|
|
434
|
-
### Fixed bugs:
|
|
299
|
+
**Fixed bugs:**
|
|
435
300
|
|
|
436
301
|
- Show from a presented view controller [\#31](https://github.com/skywinder/ActionSheetPicker-3.0/issues/31)
|
|
437
302
|
|
|
438
303
|
- ActionSheetStringPicker not showing on iphone [\#30](https://github.com/skywinder/ActionSheetPicker-3.0/issues/30)
|
|
439
304
|
|
|
440
|
-
|
|
441
|
-
### Closed issues:
|
|
305
|
+
**Closed issues:**
|
|
442
306
|
|
|
443
307
|
- ActionSheetPicker needs cancel block to handle hiding [\#39](https://github.com/skywinder/ActionSheetPicker-3.0/issues/39)
|
|
444
308
|
|
|
445
|
-
|
|
446
|
-
### Merged pull requests:
|
|
309
|
+
**Merged pull requests:**
|
|
447
310
|
|
|
448
311
|
- Notify cancel on popover dismiss [\#34](https://github.com/skywinder/ActionSheetPicker-3.0/pull/34) ([ynop](https://github.com/ynop))
|
|
449
312
|
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
313
|
## [1.1.10](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.1.10) (2014-09-04)
|
|
455
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.1.9...1.1.10)
|
|
456
|
-
|
|
457
314
|
|
|
315
|
+
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.1.9...1.1.10)
|
|
458
316
|
|
|
459
|
-
|
|
317
|
+
**Merged pull requests:**
|
|
460
318
|
|
|
461
319
|
- Method for presenting overlapping views. [\#32](https://github.com/skywinder/ActionSheetPicker-3.0/pull/32) ([serebryakov-av](https://github.com/serebryakov-av))
|
|
462
320
|
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
321
|
## [1.1.9](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.1.9) (2014-09-03)
|
|
468
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.1.8...1.1.9)
|
|
469
|
-
|
|
470
322
|
|
|
323
|
+
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.1.8...1.1.9)
|
|
471
324
|
|
|
472
|
-
|
|
325
|
+
**Merged pull requests:**
|
|
473
326
|
|
|
474
327
|
- Update SWActionSheet.m [\#29](https://github.com/skywinder/ActionSheetPicker-3.0/pull/29) ([serebryakov-av](https://github.com/serebryakov-av))
|
|
475
328
|
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
329
|
## [1.1.8](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.1.8) (2014-08-29)
|
|
481
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.1.7...1.1.8)
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
330
|
|
|
331
|
+
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.1.7...1.1.8)
|
|
486
332
|
|
|
487
333
|
## [1.1.7](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.1.7) (2014-08-29)
|
|
488
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.1.6...1.1.7)
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
334
|
|
|
335
|
+
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.1.6...1.1.7)
|
|
493
336
|
|
|
494
337
|
## [1.1.6](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.1.6) (2014-08-27)
|
|
495
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.1.5...1.1.6)
|
|
496
338
|
|
|
339
|
+
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.1.5...1.1.6)
|
|
497
340
|
|
|
498
|
-
|
|
341
|
+
**Closed issues:**
|
|
499
342
|
|
|
500
343
|
- Still getting warnings [\#16](https://github.com/skywinder/ActionSheetPicker-3.0/issues/16)
|
|
501
344
|
|
|
502
|
-
|
|
503
|
-
### Merged pull requests:
|
|
345
|
+
**Merged pull requests:**
|
|
504
346
|
|
|
505
347
|
- fix readme code [\#26](https://github.com/skywinder/ActionSheetPicker-3.0/pull/26) ([abeyuya](https://github.com/abeyuya))
|
|
506
348
|
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
349
|
## [1.1.5](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.1.5) (2014-08-26)
|
|
350
|
+
|
|
512
351
|
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/compilerBug...1.1.5)
|
|
513
352
|
|
|
514
|
-
|
|
353
|
+
**Fixed bugs:**
|
|
515
354
|
|
|
516
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)
|
|
517
356
|
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
357
|
## [compilerBug](https://github.com/skywinder/ActionSheetPicker-3.0/tree/compilerBug) (2014-08-26)
|
|
523
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.1.4...compilerBug)
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
358
|
|
|
359
|
+
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.1.4...compilerBug)
|
|
528
360
|
|
|
529
361
|
## [1.1.4](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.1.4) (2014-08-26)
|
|
362
|
+
|
|
530
363
|
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.1.3...1.1.4)
|
|
531
364
|
|
|
532
|
-
|
|
365
|
+
**Fixed bugs:**
|
|
533
366
|
|
|
534
367
|
- iOS 8 iPad wrong frame size. [\#18](https://github.com/skywinder/ActionSheetPicker-3.0/issues/18)
|
|
535
368
|
|
|
536
|
-
|
|
537
|
-
### Closed issues:
|
|
369
|
+
**Closed issues:**
|
|
538
370
|
|
|
539
371
|
- iOS8 - iPad popover, wrong size [\#24](https://github.com/skywinder/ActionSheetPicker-3.0/issues/24)
|
|
540
372
|
|
|
541
|
-
|
|
542
|
-
### Merged pull requests:
|
|
373
|
+
**Merged pull requests:**
|
|
543
374
|
|
|
544
375
|
- fix iOS8 wrong popover size in iPad [\#25](https://github.com/skywinder/ActionSheetPicker-3.0/pull/25) ([AdrianFlorian](https://github.com/AdrianFlorian))
|
|
545
376
|
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
377
|
## [1.1.3](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.1.3) (2014-08-25)
|
|
551
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.1.2...1.1.3)
|
|
552
378
|
|
|
379
|
+
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.1.2...1.1.3)
|
|
553
380
|
|
|
554
|
-
|
|
381
|
+
**Closed issues:**
|
|
555
382
|
|
|
556
383
|
- Presented in wrong frame when sender is a navbar bar button item [\#23](https://github.com/skywinder/ActionSheetPicker-3.0/issues/23)
|
|
557
384
|
|
|
558
385
|
- done button color [\#21](https://github.com/skywinder/ActionSheetPicker-3.0/issues/21)
|
|
559
386
|
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
387
|
## [1.1.2](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.1.2) (2014-08-15)
|
|
564
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.1.1...1.1.2)
|
|
565
388
|
|
|
389
|
+
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.1.1...1.1.2)
|
|
566
390
|
|
|
567
|
-
|
|
391
|
+
**Closed issues:**
|
|
568
392
|
|
|
569
393
|
- Landscape broken in iOS 7 [\#17](https://github.com/skywinder/ActionSheetPicker-3.0/issues/17)
|
|
570
394
|
|
|
571
395
|
- Invalid context warning in landscape [\#13](https://github.com/skywinder/ActionSheetPicker-3.0/issues/13)
|
|
572
396
|
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
397
|
## [1.1.1](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.1.1) (2014-08-13)
|
|
577
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.0.18...1.1.1)
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
398
|
|
|
399
|
+
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.0.18...1.1.1)
|
|
582
400
|
|
|
583
401
|
## [1.0.18](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.0.18) (2014-08-12)
|
|
584
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.0.17...1.0.18)
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
402
|
|
|
403
|
+
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.0.17...1.0.18)
|
|
589
404
|
|
|
590
405
|
## [1.0.17](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.0.17) (2014-08-12)
|
|
591
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.0.15...1.0.17)
|
|
592
406
|
|
|
407
|
+
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.0.15...1.0.17)
|
|
593
408
|
|
|
594
|
-
|
|
409
|
+
**Closed issues:**
|
|
595
410
|
|
|
596
411
|
- Issue with iOS 8 beta [\#9](https://github.com/skywinder/ActionSheetPicker-3.0/issues/9)
|
|
597
412
|
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
413
|
## [1.0.15](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.0.15) (2014-08-11)
|
|
602
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.0.14...1.0.15)
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
414
|
|
|
415
|
+
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.0.14...1.0.15)
|
|
607
416
|
|
|
608
417
|
## [1.0.14](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.0.14) (2014-08-01)
|
|
609
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.0.13...1.0.14)
|
|
610
|
-
|
|
611
418
|
|
|
419
|
+
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.0.13...1.0.14)
|
|
612
420
|
|
|
613
|
-
|
|
421
|
+
**Merged pull requests:**
|
|
614
422
|
|
|
615
423
|
- Set minimum date properly. [\#14](https://github.com/skywinder/ActionSheetPicker-3.0/pull/14) ([matt](https://github.com/matt))
|
|
616
424
|
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
425
|
## [1.0.13](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.0.13) (2014-07-30)
|
|
622
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.0.12...1.0.13)
|
|
623
426
|
|
|
427
|
+
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.0.12...1.0.13)
|
|
624
428
|
|
|
625
|
-
|
|
429
|
+
**Closed issues:**
|
|
626
430
|
|
|
627
431
|
- Use with UITableViewCells [\#4](https://github.com/skywinder/ActionSheetPicker-3.0/issues/4)
|
|
628
432
|
|
|
629
|
-
|
|
630
|
-
### Merged pull requests:
|
|
433
|
+
**Merged pull requests:**
|
|
631
434
|
|
|
632
435
|
- Minute Interval for ActionDatePicker [\#12](https://github.com/skywinder/ActionSheetPicker-3.0/pull/12) ([Jack-s](https://github.com/Jack-s))
|
|
633
436
|
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
437
|
## [1.0.12](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.0.12) (2014-07-24)
|
|
639
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.0.11...1.0.12)
|
|
640
438
|
|
|
439
|
+
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.0.11...1.0.12)
|
|
641
440
|
|
|
642
|
-
|
|
441
|
+
**Closed issues:**
|
|
643
442
|
|
|
644
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)
|
|
645
444
|
|
|
646
445
|
- configurePickerView for ActionSheetCustomPicker throws exception [\#10](https://github.com/skywinder/ActionSheetPicker-3.0/issues/10)
|
|
647
446
|
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
447
|
## [1.0.11](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.0.11) (2014-07-19)
|
|
652
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.0.10...1.0.11)
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
448
|
|
|
449
|
+
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.0.10...1.0.11)
|
|
657
450
|
|
|
658
451
|
## [1.0.10](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.0.10) (2014-07-14)
|
|
659
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.0.9...1.0.10)
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
452
|
|
|
453
|
+
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.0.9...1.0.10)
|
|
664
454
|
|
|
665
455
|
## [1.0.9](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.0.9) (2014-07-07)
|
|
456
|
+
|
|
666
457
|
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.0.8...1.0.9)
|
|
667
458
|
|
|
668
|
-
|
|
459
|
+
**Fixed bugs:**
|
|
669
460
|
|
|
670
461
|
- Crash when using in 5s iOS 7.1 [\#8](https://github.com/skywinder/ActionSheetPicker-3.0/issues/8)
|
|
671
462
|
|
|
672
463
|
- On Iphone 4 the ActionSheetStringPicker doesn't work Well [\#5](https://github.com/skywinder/ActionSheetPicker-3.0/issues/5)
|
|
673
464
|
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
|
|
678
465
|
## [1.0.8](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.0.8) (2014-06-29)
|
|
679
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.0.7...1.0.8)
|
|
680
|
-
|
|
681
466
|
|
|
467
|
+
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.0.7...1.0.8)
|
|
682
468
|
|
|
683
|
-
|
|
469
|
+
**Merged pull requests:**
|
|
684
470
|
|
|
685
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))
|
|
686
472
|
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
473
|
## [1.0.7](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.0.7) (2014-06-20)
|
|
692
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.0.6...1.0.7)
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
474
|
|
|
475
|
+
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.0.6...1.0.7)
|
|
697
476
|
|
|
698
477
|
## [1.0.6](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.0.6) (2014-06-11)
|
|
699
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.0.5...1.0.6)
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
478
|
|
|
479
|
+
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.0.5...1.0.6)
|
|
704
480
|
|
|
705
481
|
## [1.0.5](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.0.5) (2014-05-27)
|
|
706
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.0.4...1.0.5)
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
482
|
|
|
483
|
+
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.0.4...1.0.5)
|
|
711
484
|
|
|
712
485
|
## [1.0.4](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.0.4) (2014-05-25)
|
|
713
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/0.0.4...1.0.4)
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
486
|
|
|
487
|
+
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/0.0.4...1.0.4)
|
|
718
488
|
|
|
719
489
|
## [0.0.4](https://github.com/skywinder/ActionSheetPicker-3.0/tree/0.0.4) (2014-05-25)
|
|
720
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.0.3...0.0.4)
|
|
721
|
-
|
|
722
490
|
|
|
491
|
+
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.0.3...0.0.4)
|
|
723
492
|
|
|
724
|
-
|
|
493
|
+
**Merged pull requests:**
|
|
725
494
|
|
|
726
495
|
- Convert screenshots over to iOS 7. [\#3](https://github.com/skywinder/ActionSheetPicker-3.0/pull/3) ([markrickert](https://github.com/markrickert))
|
|
727
496
|
|
|
728
|
-
|
|
729
|
-
|
|
730
497
|
- Add basic documentation to the readme. [\#2](https://github.com/skywinder/ActionSheetPicker-3.0/pull/2) ([markrickert](https://github.com/markrickert))
|
|
731
498
|
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
499
|
## [1.0.3](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.0.3) (2014-05-21)
|
|
737
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.0.2...1.0.3)
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
500
|
|
|
501
|
+
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.0.2...1.0.3)
|
|
742
502
|
|
|
743
503
|
## [1.0.2](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.0.2) (2014-05-21)
|
|
744
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.0.1...1.0.2)
|
|
745
|
-
|
|
746
504
|
|
|
505
|
+
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/1.0.1...1.0.2)
|
|
747
506
|
|
|
748
|
-
|
|
507
|
+
**Merged pull requests:**
|
|
749
508
|
|
|
750
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))
|
|
751
510
|
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
511
|
## [1.0.1](https://github.com/skywinder/ActionSheetPicker-3.0/tree/1.0.1) (2014-05-19)
|
|
757
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/0.1...1.0.1)
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
512
|
|
|
513
|
+
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/0.1...1.0.1)
|
|
762
514
|
|
|
763
515
|
## [0.1](https://github.com/skywinder/ActionSheetPicker-3.0/tree/0.1) (2012-05-11)
|
|
764
|
-
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/v0.1...0.1)
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
516
|
|
|
517
|
+
[Full Changelog](https://github.com/skywinder/ActionSheetPicker-3.0/compare/v0.1...0.1)
|
|
769
518
|
|
|
770
519
|
## [v0.1](https://github.com/skywinder/ActionSheetPicker-3.0/tree/v0.1) (2012-05-11)
|
|
771
520
|
|
|
772
521
|
|
|
773
522
|
|
|
774
|
-
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
523
|
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|