Skip to content

Latest commit

 

History

History
87 lines (69 loc) · 2.37 KB

CHANGELOG.md

File metadata and controls

87 lines (69 loc) · 2.37 KB

Change Log

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

Changed

  • Various improvements.

1.2.0 - 2019-12-22

Added

  • Swift 5.1 support.

1.1.0 - 2019-04-28

Added

  • Swift 5 support.

Changed

  • 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

Added

  • Pause and resume methods.
  • "playing" and "paused" properties.
  • Swift 4 support.

Changed

  • 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

Added

  • Sound prepare method.

0.6.0 - 2017-07-29

Added

  • Callbacks for sound playback.

0.5.0 - 2017-07-22

Added

  • Sound volume property.

0.4.0 - 2017-05-30

Added

  • Sound duration property.
  • Minor code improvements.

0.3.0 - 2017-04-05

Added

  • Swift Package Manager support.
  • The project now has unit tests integrated with CI server.

0.2.1 - 2017-03-30

Added

  • This Changelog.

Fixed

  • Carthage deployment target issue fixed.

0.2.0 - 2017-03-16

Added

  • Carthage support.
  • Sound categories can be changed with Sound.category static var.

Changed

  • Documentation improved.

0.1.1 - 2017-02-24

Added

  • Documentation created.
  • Travis-CI configuration created.

0.1.0 - 2017-02-22

Added

  • Initial release.