Skip to content

Latest commit

 

History

History
101 lines (59 loc) · 2.58 KB

CHANGELOG.md

File metadata and controls

101 lines (59 loc) · 2.58 KB

CHANGELOG

The changelog for JSQSystemSoundPlayer. Also see the releases on GitHub.


5.0.0

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

This release closes the 4.4.0 milestone.

New

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

4.3.1

This release closes the 4.3.1 milestone.

  • No new features, just clean up and organization.

4.3.0

This release closes the 4.3.0 milestone.

Added tvOS support 🎉

4.2.0

This release closes the 4.2.0 milestone.

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

This release closes the 4.1.0 milestone.

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

Breaking API Changes

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

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

3.0.0

This release closes the 3.0.0 milestone.

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

2.0.1

Support for CocoaPods 0.36.

See milestone 2.0.1.

2.0.0 - 1.0.0

Sorry, changelog not available for releases 1.0.0 to 2.0.0.

0.1.0

Initial release!