Skip to content

Commit c2e68f5

Browse files
committed
Added changelog
1 parent 60f0ed6 commit c2e68f5

File tree

1 file changed

+132
-0
lines changed

1 file changed

+132
-0
lines changed

CHANGELOG.md

+132
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,132 @@
1+
# Change Log
2+
3+
## [v1.0.16](https://github.com/bufferapp/buffer-ios-image-viewer/tree/v1.0.16) (2016-06-06)
4+
[Full Changelog](https://github.com/bufferapp/buffer-ios-image-viewer/compare/v1.0.15...v1.0.16)
5+
6+
**Merged pull requests:**
7+
8+
- Check for any NaN values when setting the image's rect [\#30](https://github.com/bufferapp/buffer-ios-image-viewer/pull/30) ([DreamingInBinary](https://github.com/DreamingInBinary))
9+
10+
## [v1.0.15](https://github.com/bufferapp/buffer-ios-image-viewer/tree/v1.0.15) (2016-05-16)
11+
[Full Changelog](https://github.com/bufferapp/buffer-ios-image-viewer/compare/v1.0.14...v1.0.15)
12+
13+
**Merged pull requests:**
14+
15+
- Ensure close button stays on top of subviews [\#28](https://github.com/bufferapp/buffer-ios-image-viewer/pull/28) ([DreamingInBinary](https://github.com/DreamingInBinary))
16+
17+
## [v1.0.14](https://github.com/bufferapp/buffer-ios-image-viewer/tree/v1.0.14) (2016-05-11)
18+
[Full Changelog](https://github.com/bufferapp/buffer-ios-image-viewer/compare/v1.0.13...v1.0.14)
19+
20+
**Merged pull requests:**
21+
22+
- Took out line causing issues [\#27](https://github.com/bufferapp/buffer-ios-image-viewer/pull/27) ([DreamingInBinary](https://github.com/DreamingInBinary))
23+
24+
## [v1.0.13](https://github.com/bufferapp/buffer-ios-image-viewer/tree/v1.0.13) (2016-05-04)
25+
[Full Changelog](https://github.com/bufferapp/buffer-ios-image-viewer/compare/v1.0.12...v1.0.13)
26+
27+
**Merged pull requests:**
28+
29+
- Only tweak scale on iPad [\#24](https://github.com/bufferapp/buffer-ios-image-viewer/pull/24) ([DreamingInBinary](https://github.com/DreamingInBinary))
30+
31+
## [v1.0.12](https://github.com/bufferapp/buffer-ios-image-viewer/tree/v1.0.12) (2016-05-04)
32+
[Full Changelog](https://github.com/bufferapp/buffer-ios-image-viewer/compare/v1.0.11...v1.0.12)
33+
34+
**Closed issues:**
35+
36+
- Support long tap gesture [\#13](https://github.com/bufferapp/buffer-ios-image-viewer/issues/13)
37+
38+
**Merged pull requests:**
39+
40+
- Share sheet [\#23](https://github.com/bufferapp/buffer-ios-image-viewer/pull/23) ([DreamingInBinary](https://github.com/DreamingInBinary))
41+
42+
## [v1.0.11](https://github.com/bufferapp/buffer-ios-image-viewer/tree/v1.0.11) (2016-05-04)
43+
[Full Changelog](https://github.com/bufferapp/buffer-ios-image-viewer/compare/v1.0.10...v1.0.11)
44+
45+
**Fixed bugs:**
46+
47+
- Close button shows during 3D touch [\#19](https://github.com/bufferapp/buffer-ios-image-viewer/issues/19)
48+
49+
**Merged pull requests:**
50+
51+
- Task/fix portrait images in landscape scaling [\#22](https://github.com/bufferapp/buffer-ios-image-viewer/pull/22) ([DreamingInBinary](https://github.com/DreamingInBinary))
52+
53+
## [v1.0.10](https://github.com/bufferapp/buffer-ios-image-viewer/tree/v1.0.10) (2016-04-20)
54+
[Full Changelog](https://github.com/bufferapp/buffer-ios-image-viewer/compare/v1.0.9...v1.0.10)
55+
56+
**Merged pull requests:**
57+
58+
- Defer adding done button during peeks [\#20](https://github.com/bufferapp/buffer-ios-image-viewer/pull/20) ([DreamingInBinary](https://github.com/DreamingInBinary))
59+
60+
## [v1.0.9](https://github.com/bufferapp/buffer-ios-image-viewer/tree/v1.0.9) (2016-04-08)
61+
[Full Changelog](https://github.com/bufferapp/buffer-ios-image-viewer/compare/v1.0.8...v1.0.9)
62+
63+
**Merged pull requests:**
64+
65+
- Enable doneButton by default [\#18](https://github.com/bufferapp/buffer-ios-image-viewer/pull/18) ([humberaquino](https://github.com/humberaquino))
66+
67+
## [v1.0.8](https://github.com/bufferapp/buffer-ios-image-viewer/tree/v1.0.8) (2016-04-07)
68+
[Full Changelog](https://github.com/bufferapp/buffer-ios-image-viewer/compare/v1.0.7...v1.0.8)
69+
70+
**Closed issues:**
71+
72+
- Support for videos. [\#12](https://github.com/bufferapp/buffer-ios-image-viewer/issues/12)
73+
74+
**Merged pull requests:**
75+
76+
- Added a 'x' button to the top left that dismisses the view. Can be en… [\#17](https://github.com/bufferapp/buffer-ios-image-viewer/pull/17) ([humberaquino](https://github.com/humberaquino))
77+
- Decrease dismiss stickiness [\#16](https://github.com/bufferapp/buffer-ios-image-viewer/pull/16) ([humberaquino](https://github.com/humberaquino))
78+
- Updated readme [\#11](https://github.com/bufferapp/buffer-ios-image-viewer/pull/11) ([bre7](https://github.com/bre7))
79+
- Make the pod spec open source friendly [\#10](https://github.com/bufferapp/buffer-ios-image-viewer/pull/10) ([DreamingInBinary](https://github.com/DreamingInBinary))
80+
- Task/open source cleanup [\#9](https://github.com/bufferapp/buffer-ios-image-viewer/pull/9) ([DreamingInBinary](https://github.com/DreamingInBinary))
81+
- Beginning of read and demo gif [\#8](https://github.com/bufferapp/buffer-ios-image-viewer/pull/8) ([DreamingInBinary](https://github.com/DreamingInBinary))
82+
83+
## [v1.0.7](https://github.com/bufferapp/buffer-ios-image-viewer/tree/v1.0.7) (2016-01-21)
84+
[Full Changelog](https://github.com/bufferapp/buffer-ios-image-viewer/compare/v1.0.6...v1.0.7)
85+
86+
**Merged pull requests:**
87+
88+
- Support NSString images [\#7](https://github.com/bufferapp/buffer-ios-image-viewer/pull/7) ([DreamingInBinary](https://github.com/DreamingInBinary))
89+
90+
## [v1.0.6](https://github.com/bufferapp/buffer-ios-image-viewer/tree/v1.0.6) (2016-01-04)
91+
[Full Changelog](https://github.com/bufferapp/buffer-ios-image-viewer/compare/v1.0.5...v1.0.6)
92+
93+
**Merged pull requests:**
94+
95+
- Migrates AFNetworking image download to SDWebImage in order to use th… [\#6](https://github.com/bufferapp/buffer-ios-image-viewer/pull/6) ([humberaquino](https://github.com/humberaquino))
96+
97+
## [v1.0.5](https://github.com/bufferapp/buffer-ios-image-viewer/tree/v1.0.5) (2015-12-11)
98+
[Full Changelog](https://github.com/bufferapp/buffer-ios-image-viewer/compare/v1.0.4...v1.0.5)
99+
100+
**Merged pull requests:**
101+
102+
- Update to AFNetworking 3.0.0 [\#5](https://github.com/bufferapp/buffer-ios-image-viewer/pull/5) ([ay8s](https://github.com/ay8s))
103+
104+
## [v1.0.4](https://github.com/bufferapp/buffer-ios-image-viewer/tree/v1.0.4) (2015-12-02)
105+
[Full Changelog](https://github.com/bufferapp/buffer-ios-image-viewer/compare/v1.0.3...v1.0.4)
106+
107+
**Merged pull requests:**
108+
109+
- Get image from asset [\#4](https://github.com/bufferapp/buffer-ios-image-viewer/pull/4) ([DreamingInBinary](https://github.com/DreamingInBinary))
110+
111+
## [v1.0.3](https://github.com/bufferapp/buffer-ios-image-viewer/tree/v1.0.3) (2015-12-01)
112+
[Full Changelog](https://github.com/bufferapp/buffer-ios-image-viewer/compare/v1.0.2...v1.0.3)
113+
114+
**Merged pull requests:**
115+
116+
- More forgiving closing threshold [\#3](https://github.com/bufferapp/buffer-ios-image-viewer/pull/3) ([DreamingInBinary](https://github.com/DreamingInBinary))
117+
118+
## [v1.0.2](https://github.com/bufferapp/buffer-ios-image-viewer/tree/v1.0.2) (2015-11-20)
119+
[Full Changelog](https://github.com/bufferapp/buffer-ios-image-viewer/compare/v1.0.1...v1.0.2)
120+
121+
**Merged pull requests:**
122+
123+
- Horizontal swipe improvements for more than one image [\#2](https://github.com/bufferapp/buffer-ios-image-viewer/pull/2) ([DreamingInBinary](https://github.com/DreamingInBinary))
124+
- Changed modal presentation style [\#1](https://github.com/bufferapp/buffer-ios-image-viewer/pull/1) ([DreamingInBinary](https://github.com/DreamingInBinary))
125+
126+
## [v1.0.1](https://github.com/bufferapp/buffer-ios-image-viewer/tree/v1.0.1) (2015-11-20)
127+
[Full Changelog](https://github.com/bufferapp/buffer-ios-image-viewer/compare/v1.0.0...v1.0.1)
128+
129+
## [v1.0.0](https://github.com/bufferapp/buffer-ios-image-viewer/tree/v1.0.0) (2015-11-20)
130+
131+
132+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

0 commit comments

Comments
 (0)