All Versions
11
Latest Version
Avg Release Cycle
115 days
Latest Release
2018 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.0.0 Changes
March 27, 2019API 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
- ๐ Fixed
-
v1.5.0 Changes
September 23, 2016โจ Enhancements
- ๐ Carthage support
-
v1.4.0 Changes
September 11, 2016API 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, 2016completionHandler
is now a public property