Skip to content

Latest commit

 

History

History
83 lines (48 loc) · 2.07 KB

CHANGELOG.md

File metadata and controls

83 lines (48 loc) · 2.07 KB

Change Log

All notable changes to this project will be documented in this file. SubtleVolume adheres to Semantic Versioning.


  • Add SwiftPM support
  • Fix possible state inconsistency
  • Fix delegate issue

Stable release

  • Updated to Swift 4.2
  • Improved support for iPhone X(S/R) screens
  • Added accessory image
  • Merged #17

Fixed

  • Issue with setVolumeLevel(_: animated:) called with animation set to false

Added

  • Volume convenience methods
  • Objective-C support

Fixed

  • Background handling

Changed

  • The exposed API uses Double values instead of Float for convenience.

Swift 4 support

Merged #11

Merged #10

Updated library to Swift 3.0

Fixed

  • Removed observer on dealloc (See #6).

Added

  • Carthage Support