Skip to content

Releases: vokal/Vokoder

8.0.0: Swift 5.0 support

10 Jun 15:38
71b4dbe
Compare
Choose a tag to compare

7.0.0: Swift 4.2 and Xcode 10 support

27 Sep 20:56
44bc0c4
Compare
Choose a tag to compare
Merge pull request #134 from khaptonstall/swift42

swift 4.2

6.0.0: Swift 4 and Xcode 9 support

07 Aug 12:40
d6225c8
Compare
Choose a tag to compare

Swift 4 and Xcode 9 support

5.0.1

20 Mar 18:02
Compare
Choose a tag to compare

RM alternate dependency declarations

5.0.0

20 Mar 18:01
Compare
Choose a tag to compare

Add watchOS support, drop iOS 7 support

4.1.0: Even Swiftier

05 Jan 17:46
Compare
Choose a tag to compare

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

27 Dec 23:20
Compare
Choose a tag to compare
  • 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

08 Nov 21:13
Compare
Choose a tag to compare

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

03 Nov 20:52
Compare
Choose a tag to compare

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

04 Oct 20:07
Compare
Choose a tag to compare

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.