Skip to content

Commit d85917a

Browse files
committed
Add changelog
1 parent dffa622 commit d85917a

File tree

1 file changed

+81
-0
lines changed

1 file changed

+81
-0
lines changed

CHANGELOG.md

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
# Change Log
2+
3+
## [1.7.0](https://github.com/akofman/cordova-plugin-add-swift-support/tree/1.7.0) (2017-07-07)
4+
[Full Changelog](https://github.com/akofman/cordova-plugin-add-swift-support/compare/1.6.0...1.7.0)
5+
6+
**Closed issues:**
7+
8+
- Wrong text merged in Briding-Header.h [\#31](https://github.com/akofman/cordova-plugin-add-swift-support/issues/31)
9+
- Phonegap Build Support [\#28](https://github.com/akofman/cordova-plugin-add-swift-support/issues/28)
10+
- how to ? [\#26](https://github.com/akofman/cordova-plugin-add-swift-support/issues/26)
11+
- swift3 required me to explicitly expose plugin method [\#23](https://github.com/akofman/cordova-plugin-add-swift-support/issues/23)
12+
- Keep Xcode7 compatibility [\#20](https://github.com/akofman/cordova-plugin-add-swift-support/issues/20)
13+
14+
**Merged pull requests:**
15+
16+
- Set swift version in config.xml [\#30](https://github.com/akofman/cordova-plugin-add-swift-support/pull/30) ([NiklasMerz](https://github.com/NiklasMerz))
17+
18+
## [1.6.0](https://github.com/akofman/cordova-plugin-add-swift-support/tree/1.6.0) (2017-01-10)
19+
[Full Changelog](https://github.com/akofman/cordova-plugin-add-swift-support/compare/1.4.0...1.6.0)
20+
21+
**Closed issues:**
22+
23+
- Differences between plugins [\#24](https://github.com/akofman/cordova-plugin-add-swift-support/issues/24)
24+
- Error: undefined is not a function [\#22](https://github.com/akofman/cordova-plugin-add-swift-support/issues/22)
25+
- Debug builds should be compiled without optimizations [\#18](https://github.com/akofman/cordova-plugin-add-swift-support/issues/18)
26+
- Hook fails to run properly with cordova 6.3.1 [\#14](https://github.com/akofman/cordova-plugin-add-swift-support/issues/14)
27+
28+
**Merged pull requests:**
29+
30+
- Next [\#25](https://github.com/akofman/cordova-plugin-add-swift-support/pull/25) ([akofman](https://github.com/akofman))
31+
- enabled debugging swift in Debug configuration [\#21](https://github.com/akofman/cordova-plugin-add-swift-support/pull/21) ([viskin](https://github.com/viskin))
32+
33+
## [1.4.0](https://github.com/akofman/cordova-plugin-add-swift-support/tree/1.4.0) (2016-10-07)
34+
[Full Changelog](https://github.com/akofman/cordova-plugin-add-swift-support/compare/1.3.2...1.4.0)
35+
36+
**Closed issues:**
37+
38+
- \[Xcode 8\] Update embed Swift standard libraries setting [\#17](https://github.com/akofman/cordova-plugin-add-swift-support/issues/17)
39+
- Set "Legacy Swift Language Version" [\#15](https://github.com/akofman/cordova-plugin-add-swift-support/issues/15)
40+
41+
**Merged pull requests:**
42+
43+
- Set legacy swift version [\#16](https://github.com/akofman/cordova-plugin-add-swift-support/pull/16) ([NiklasMerz](https://github.com/NiklasMerz))
44+
45+
## [1.3.2](https://github.com/akofman/cordova-plugin-add-swift-support/tree/1.3.2) (2016-09-03)
46+
[Full Changelog](https://github.com/akofman/cordova-plugin-add-swift-support/compare/1.2.0...1.3.2)
47+
48+
**Closed issues:**
49+
50+
- Changes are made only to the current configuration \(tipically Debug\) [\#12](https://github.com/akofman/cordova-plugin-add-swift-support/issues/12)
51+
- Windows support [\#5](https://github.com/akofman/cordova-plugin-add-swift-support/issues/5)
52+
- App Store: invalid swift support [\#4](https://github.com/akofman/cordova-plugin-add-swift-support/issues/4)
53+
54+
**Merged pull requests:**
55+
56+
- Correctly update the properties for all build configurations [\#13](https://github.com/akofman/cordova-plugin-add-swift-support/pull/13) ([bugnano](https://github.com/bugnano))
57+
- Hooks [\#8](https://github.com/akofman/cordova-plugin-add-swift-support/pull/8) ([akofman](https://github.com/akofman))
58+
59+
## [1.2.0](https://github.com/akofman/cordova-plugin-add-swift-support/tree/1.2.0) (2016-06-10)
60+
[Full Changelog](https://github.com/akofman/cordova-plugin-add-swift-support/compare/1.1.0...1.2.0)
61+
62+
**Closed issues:**
63+
64+
- Changing hook type [\#3](https://github.com/akofman/cordova-plugin-add-swift-support/issues/3)
65+
66+
**Merged pull requests:**
67+
68+
- Windows [\#7](https://github.com/akofman/cordova-plugin-add-swift-support/pull/7) ([akofman](https://github.com/akofman))
69+
70+
## [1.1.0](https://github.com/akofman/cordova-plugin-add-swift-support/tree/1.1.0) (2016-06-09)
71+
**Closed issues:**
72+
73+
- Check the version of cordova-ios instead of the version of the CLI [\#1](https://github.com/akofman/cordova-plugin-add-swift-support/issues/1)
74+
75+
**Merged pull requests:**
76+
77+
- Hook [\#6](https://github.com/akofman/cordova-plugin-add-swift-support/pull/6) ([akofman](https://github.com/akofman))
78+
79+
80+
81+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

0 commit comments

Comments
 (0)