All Versions
35
Latest Version
Avg Release Cycle
40 days
Latest Release
852 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.3.2 Changes
October 31, 2019- 🛠Fixes:
- Update player metadata access control
- Remove useless travis command
- Remove retain cycles
- Demo:
- New simple audio example
- 🛠Fixes:
-
v1.3.1 Changes
October 18, 2019- 👌 Improvement:
- Make player delegate method optionals
- 🛠Fixes:
- Update readme requirements
- Remove Player & Demo memory leaks (oups..)
- Dependencies:
- [gem] Cocoapod -> 1.8.4
- [gem] Fastlane -> 2.134.0
- 👌 Improvement:
-
v1.3.0 Changes
October 10, 2019- 👌 Improvements:
- Add a new textfield in example app to test custom urls
- Expose explicit unavailable action reason
- CI:
- Update travis xcode version to 11
- 👌 Improvements:
-
v1.2.1 Changes
September 16, 2019Dependencies:
- [gem] Cocoapods -> 1.7.5
- [gem] Fastlane -> 2.131.0
- [pod] Quick -> 2.2.0
- [pod] Nimble -> 8.0.4
- [pod] RxSwift -> 5.0
- [pod] RxCococa -> 5.0
- [pod] SwiftLint -> 0.35.0
- [pod] SwiftyMocky -> 3.3.4
🛠Fix:
- Retain cycle in example project
-
v1.2.0 Changes
April 09, 2019- 🔋 Feature:
- Support swift 5
- Dependencies:
- [gem] Cocoapods -> 1.6.1
- [pod] Quick -> 2.0.0
- [pod] Nimble -> 8.0.1
- [pod] RxSwift -> 4.5.0
- [pod] RxSwift -> 4.5.0
- [pod] SwiftyMocky -> 3.2.0
- 🔋 Feature:
-
v1.1.3 Changes
January 23, 2019- 👌 Improvement:
- Disable external playback to avoid black screen when using AirPlay on Apple TV
- Dependency:
- [gem] Fastlane -> 2.114.0
- 👌 Improvement:
-
v1.1.2 Changes
January 12, 2019- 🛠Fix:
- Update
nowPlayingInfo
playbackTime when seek
- Update
- 👌 Improvement:
- Delete duplicate code by merging internal Paused / Stopped states
- Dependency:
- [gem] Fastlane -> 2.113.0
- 🛠Fix:
-
v1.1.1 Changes
January 02, 2019- 💥 Breaking changes:
- didPaused(media:position) plugin method accept optional
PlayerMedia
- didStopped(media:position) plugin method accept optional
PlayerMedia
- didPaused(media:position) plugin method accept optional
- 🛠Fix:
- Crash when pause / stop and current media is nil
- 👌 Improvement:
- Automate update project version number
- Dependency:
- [gem] Fastlane -> 2.112.0
- 💥 Breaking changes:
-
v1.1.0 Changes
- 💥 Breaking change:
- Add
remoteCommand
case toModernAVPlayerLoggerDomain
enum
- Add
- 🔋 Features:
- Add swift version badge
- Add
remoteCommand
logs
- 🛠Fixes:
- Update build travis badge url
- Set custom remote command
- 👌 Improvements:
- Move
didInit(player:)
plugin method - Unite
ModernAVPlayer
variable returns
- Move
- 💥 Breaking change:
-
v1.0.0 Changes
- 💥 Breaking changes:
load(media:autostart:position:)
replacesloadMedia(media:autostart:position:)
- iOS 10.0+ requirement
- 🔋 Feature:
- Update to swift 4.2
- 👌 Improvement:
- Extract and refacto player actions
- 💥 Breaking changes: