All Versions
35
Latest Version
Avg Release Cycle
40 days
Latest Release
1391 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.7.3 Changes
November 19, 2020- ๐ Fix:
- Resume audio on device background mode
- ๐ฅ Breaking change:
PlayerConfiguration
has a newAVAudioSessionCategoryOptions
attribute
- ๐ Fix:
-
v1.7.2 Changes
November 18, 2020- ๐ Feature:
- tvOS support [@yaroslavlvov]
- ๐ Improvements:
- Improve round times in
hasReallyReachedEndTime
func atPlaybackObservingService.swift
[@Ikloo] - Demo target readability
- Improve round times in
- ๐ Fix:
- Simple audio demo layout for small screen
- Dependencies:
- [gem] Cocoapods -> 1.10.0
- [gem] Fastlane -> 2.167.0
- ๐ Feature:
-
v1.7.1 Changes
October 13, 2020- ๐ Fix:
- Spm install
- ๐ Fix:
-
v1.7.0 Changes
October 13, 2020- ๐ Fix:
- [#173] Remove no sense remote command factory
- SPM:
- Update swift tools version -> 5.2
- ๐ฅ Breaking change:
- Prev, Next, Shuffle and Repeat command factory are not available anynmore
- Non-breaking change:
- Default remote command factory list
- ๐ Fix:
-
v1.6.0 Changes
June 02, 2020- ๐ Feature:
- Accept optional metadata to update
- ๐ Fixes:
- Duration value when update metadata manually
- Missing player context unit tests
- Dependency:
- [gem] Cocoapods -> 1.9.3
- ๐ Feature:
-
v1.5.2 Changes
May 30, 2020- ๐ Fix:
- [#158] Crash when updating metadata
- Fix Xcode 11.4.1 compile issues
- Demo:
- Add simple audio queue example
- Dependency:
- [gem] Cocoapods -> 1.9.1
- [gem] Fastlane -> 2.148.1
- ๐ Fix:
-
v1.5.1 Changes
February 28, 2020- ๐ Fix:
- Fix duplicated command target handler from
ModernAVPlayerRemoteCommandFactory
- Fix duplicated command target handler from
- ๐ฅ Breaking changes:
- ModernAVPlayerRemoteCommandFactory become a class
- Get most remote commands from lazy var instead of functions
- Dependencies:
- [gem] Cocoapods -> 1.9.0
- [gem] Fastlane -> 2.142.0
- ๐ Fix:
-
v1.5.0 Changes
February 09, 2020- ๐ Features:
- Create media from an AVPlayerItem
- Define custom item loaded asset keys
- ๐ Fixes:
- Fix not expected value on periodicTimeObserver
- Remove some WaitingForNetworkState dead code
- ๐ Improvement:
- Create service to deliver AVPlayerItem
- ๐ฅ Breaking changes:
- New itemLoadedAssetKeys attribut for PlayerConfiguration
- PlayerConfiguration preferedTimescale was renamed as preferredTimescale
- Dependencies:
- [gem] Fastlane -> 2.141.0
- [pod] Rx... -> 5.0.1
- [pod] Swiftlint -> 0.38.2
- [pod] SwiftyMocky -> 3.5.0
- ๐ Features:
-
v1.4.0 Changes
November 06, 2019- ๐ Feature:
- Support SPM
- ๐ Fix:
- Seek available on stream media
- Break changes:
PlayerUnavailableActionReason
enum changeditemDurationNotSet
was replaced byseekPositionNotAvailable
seekOverstepTime
was replaced byseekOverstepPosition
- ๐ Feature:
-
v1.3.3 Changes
November 03, 2019- ๐ Features:
- Seek media with a given offset
- Seek position is bounded between 0 and current media end time
- Demo:
- New simple video example
- ๐ฅ Breaking change:
- Remove useless ModernAVPlayerCurrentMedia protocol
- Dependencies:
- Update some gems
- ๐ Features: