All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
1.3.0 - 2024-03-09
- Various improvements.
1.2.0 - 2019-12-22
- Swift 5.1 support.
1.1.0 - 2019-04-28
- Swift 5 support.
- Xcode 10.2 and Swift 5 are now required. For Swift 4 and Xcode 9 support, please use SwiftySound 1.0.0.
1.0.0 - 2018-03-20
- Pause and resume methods.
- "playing" and "paused" properties.
- Swift 4 support.
- Xcode 9 and Swift 4 are now required. For Swift 3 and Xcode 8 support, please use SwiftySound 0.7.0.
0.7.0 - 2017-08-13
- Sound prepare method.
0.6.0 - 2017-07-29
- Callbacks for sound playback.
0.5.0 - 2017-07-22
- Sound volume property.
0.4.0 - 2017-05-30
- Sound duration property.
- Minor code improvements.
0.3.0 - 2017-04-05
- Swift Package Manager support.
- The project now has unit tests integrated with CI server.
0.2.1 - 2017-03-30
- This Changelog.
- Carthage deployment target issue fixed.
0.2.0 - 2017-03-16
- Carthage support.
- Sound categories can be changed with
Sound.category
static var.
- Documentation improved.
0.1.1 - 2017-02-24
- Documentation created.
- Travis-CI configuration created.
- Initial release.