Releases: vokal/Vokoder
Releases · vokal/Vokoder
8.0.0: Swift 5.0 support
7.0.0: Swift 4.2 and Xcode 10 support
Merge pull request #134 from khaptonstall/swift42 swift 4.2
6.0.0: Swift 4 and Xcode 9 support
Swift 4 and Xcode 9 support
5.0.1
5.0.0
4.1.0: Even Swiftier
Some Swift methods have been adjusted slightly to conform to Swift 3 naming standards. The old methods are still available, but deprecated.
4.0.2: Minor improvements
- Switched paging accessory to use autolayout
- Clean up some analyzer warnings and mark a method that can return nil
- Updated version requirements in README
- Fix indentation
4.0.1: CocoaPods fix
This releases fixes a bug in 4.0.0 that prevented it from being pushed to the CocoaPods trunk:
- Use latest VOKUtilities release to fix non-modular header error
Release notes for 4.0.0:
- Updated Swift code to Swift 3
- Allow setting an explicit database URL (#92, #93)
- Allow multiple instances of VOKCoreDataManager (#101)
- Removed
VOKMigrationFailureOptionWipeRecoveryAndAlert
(#105) - Added
VOKMigrationFailureWipeRecoveryNotificationName
(#105) - Removed
VOK_TARGET_USES_UIKIT
(#105) - Improved build server configuration for running tests on Vokoder pull requests
To continue using Swift 2.2/2.3, use the swift2
branch.
4.0.0: Swift 3 support
Due to a linting error, this release did not make it to CocoaPods.org. See 4.0.1.
- Updated Swift code to Swift 3
- Allow setting an explicit database URL (#92, #93)
- Allow multiple instances of VOKCoreDataManager (#101)
- Removed
VOKMigrationFailureOptionWipeRecoveryAndAlert
(#105) - Added
VOKMigrationFailureWipeRecoveryNotificationName
(#105) - Removed
VOK_TARGET_USES_UIKIT
(#105) - Improved build server configuration for running tests on Vokoder pull requests
To continue using Swift 2.2/2.3, use the swift2
branch.
3.3.0
This release uses Swift 2.2
- Added the
Extension
subspec for use in app extensions. - Deprecated
VOKMigrationFailureOptionWipeRecoveryAndAlert
. This will be removed in the 4.0 release.