All Versions
11
Latest Version
Avg Release Cycle
115 days
Latest Release
1858 days ago

Changelog History
Page 1

  • v2.0.0 Changes

    March 27, 2019

    API breaking changes

    • 👍 Swift 5 and Xcode 10.2 support

    ✨ Enhancements

    • 👍 Swift 4 and Xcode 9 support
    • 👍 Swift 4.2 and Xcode 10 support
    • SoundDidFinishPlayingNotification now includes SoundDidFinishPlayingSuccessfully boolean in the notification's userInfo
  • v1.6.1 Changes

    January 31, 2018

    🚀 Same as the 1.6.0 but deployed for CocoaPods as well.

  • v1.6.0 Changes

    August 09, 2017

    ✨ Enhancements

    • 🔨 Refactoring project to use one target to generate iOS, macOS, and tvOS framework

    🛠 Bugfixes

    • Carthage won't failed anymore due to code signin
  • v1.5.2 Changes

    December 28, 2016

    ✨ Enhancements

    • ➕ Added a delay parameter to the start function
  • v1.5.1 Changes

    December 01, 2016

    🛠 Fixed

    • 🛠 Fixed handleFadeTo to avoid an infinite calls situation - #11
  • v1.5.0 Changes

    September 23, 2016

    ✨ Enhancements

    • 👍 Carthage support
  • v1.4.0 Changes

    September 11, 2016

    API breaking changes

    • 👍 Swift 3 support. README is up to date, please report if you find any diffs
    • ⚡️ Some APIs have been updated to be more swifty, check out the README for more information
  • v1.3.0 Changes

    March 24, 2016
    • ⚠ Swift 2.2 support: warnings & errors fixed
    • 🛠 Fixed fadeTo which wasn't working well
  • v1.2.2 Changes

    February 08, 2016
    • 0️⃣ Make the object name mutables (by default, the audio file will be used) - #3
  • v1.2.1 Changes

    February 05, 2016
    • completionHandler is now a public property