All Versions
11
Latest Version
Avg Release Cycle
115 days
Latest Release
1854 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