Skip to content

Releases: jessesquires/JSQSystemSoundPlayer

5.0.0

01 Jan 23:32
95bcb7e
Compare
Choose a tag to compare

This release closes the 5.0.0 milestone.

  • Minimum iOS version 9.0
  • Minimum tvOS version 9.0
  • Minimum macOS version 10.10
  • Modernize example projects, general cleanup

4.4.0

25 Apr 15:41
Compare
Choose a tag to compare

This release closes the 4.4.0 milestone.

New

  • You can now play SystemSoundIDs directly. (#31 — thanks @LastObject! 😄)

4.3.1

12 Apr 16:16
Compare
Choose a tag to compare

This release closes the 4.3.1 milestone.

  • No new features, just clean up and organization.

4.3.0

30 Nov 02:08
Compare
Choose a tag to compare

Added tvOS support 🎉

4.2.0

20 Sep 07:35
Compare
Choose a tag to compare

You can now create a sound player instance via init or initWithBundle: instead of using the sharedInstance.

Technically, you always could have used init, but now it's more explicit and documented.

4.1.0

25 Jul 20:50
Compare
Choose a tag to compare

What's New

  • Added Objective-C nullability annotations. This will greatly improve interoperability with Swift!
  • See the full list of closed issues for the 4.1.0 milestone.

4.0.0

17 May 06:44
Compare
Choose a tag to compare

Breaking API Changes

  • Removed playSoundWithFilename:fileExtension:
    Use playSoundWithFilename:fileExtension:completion: instead
  • Removed playAlertSoundWithFilename:fileExtension:
    Use playAlertSoundWithFilename:fileExtension:completion: instead

Release 3.0.0

04 May 01:05
Compare
Choose a tag to compare

Now uses Cocoa Touch framework! (#12)

Carthage compatible! (#12)

Cross-platform! Now available on OS X 10.7+ (#10, #11) Thanks to @rodionovd !

Refactored example project for iOS

Added example project for OS X

Release 2.0.1

10 Jan 22:19
Compare
Choose a tag to compare