Skip to content

Releases: tbaranes/AudioPlayerSwift

v2.0.0

27 Mar 14:35
Compare
Choose a tag to compare

API breaking changes

  • Swift 5 and Xcode 10.2 support

Enhancements

  • SoundDidFinishPlayingNotification now includes SoundDidFinishPlayingSuccessfully boolean in the notification's userInfo

v1.6.1

31 Jan 13:25
Compare
Choose a tag to compare

Same as the 1.6.0 but deployed for CocoaPods as well.

v1.6.0

09 Aug 11:44
Compare
Choose a tag to compare

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

01 Dec 20:55
Compare
Choose a tag to compare

Fixed

  • Fixed handleFadeTo to avoid an infinite calls situation - #11

v1.5.0

23 Sep 21:59
Compare
Choose a tag to compare

Enhancements

  • Carthage support

v1.4.0

11 Sep 17:53
Compare
Choose a tag to compare

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

24 Mar 17:11
Compare
Choose a tag to compare
  • Swift 2.2 support: warnings & errors fixed
  • Fixed fadeTo which wasn't working well

1.2.2

08 Feb 19:26
Compare
Choose a tag to compare
  • Make the object name mutables (by default, the audio file will be used) - #3

1.2.1

05 Feb 09:49
Compare
Choose a tag to compare
  • completionHandler is now a public property

1.2.0

02 Feb 13:46
Compare
Choose a tag to compare
  • Add initializer from NSURL
    • Added by @pjay in pull request #1