cordova-plugin-swift-support
Version:
Add Swift 3 support for Cordova plugins
45 lines (22 loc) • 1.55 kB
Markdown
<a name="3.1.1"></a>
## [3.1.1](https://github.com/bitjson/cordova-plugin-swift-support/compare/3.1.0...v3.1.1) (2017-02-14)
<a name="3.1.0"></a>
## [3.1.0](https://github.com/bitjson/cordova-plugin-swift-support/compare/3.0.2...v3.1.0) (2016-10-05)
### Features
* **hook:** set the new ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES ([b23e9a2](https://github.com/bitjson/cordova-plugin-swift-support/commit/b23e9a2))
<a name="3.0.2"></a>
## [3.0.2](https://github.com/bitjson/cordova-plugin-swift-support/compare/3.0.1...v3.0.2) (2016-10-05)
### Bug Fixes
* **install:** correct plugin ID to avoid warnings during fetch ([1301e21](https://github.com/bitjson/cordova-plugin-swift-support/commit/1301e21))
<a name="3.0.1"></a>
## [3.0.1](https://github.com/bitjson/cordova-plugin-swift-support/compare/3.0.0...v3.0.1) (2016-10-05)
This release also updates the version in `plugin.xml` to prevent some unexpected behavior when installing via the CLI.
<a name="3.0.0"></a>
# [3.0.0](https://github.com/bitjson/cordova-plugin-swift-support/compare/1.3.2...v3.0.0) (2016-10-05)
With this release, this package will begin keeping its version in sync with the Swift version supported.
### Features
* **hook:** Swift 3 support ([0994f93](https://github.com/bitjson/cordova-plugin-swift-support/commit/0994f93))
## Notes
* Forked from [cordova-plugin-add-swift-support](https://github.com/akofman/cordova-plugin-add-swift-support)
* Started using a `CHANGELOG.md`
* Added a "test" process (linting with [xo](https://github.com/sindresorhus/xo))