Releases: tbaranes/AudioPlayerSwift
Releases · tbaranes/AudioPlayerSwift
v2.0.0
API breaking changes
- Swift 5 and Xcode 10.2 support
Enhancements
- SoundDidFinishPlayingNotification now includes SoundDidFinishPlayingSuccessfully boolean in the notification's userInfo
v1.6.1
Same as the 1.6.0 but deployed for CocoaPods as well.
v1.6.0
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.1
Fixed
- Fixed
handleFadeTo
to avoid an infinite calls situation - #11
v1.4.0
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
1.3.0
- Swift 2.2 support: warnings & errors fixed
- Fixed
fadeTo
which wasn't working well
1.2.2
- Make the object name mutables (by default, the audio file will be used) - #3
1.2.1
completionHandler
is now a public property
1.2.0
- Add initializer from NSURL