Releases: Comcast/mamba
Releases · Comcast/mamba
2.2.0
1.5.0
2.1.0
- Xcode 11 Updates
- Removed some non-functional methods from
Array<PlaylistTag>
. If you were using them, they were not correct under all circumstances and you should replace with something else. Let us know if you're having problems via an Issue and we can try to help.
1.4.0
2.0.3
1.3.1
2.0.2
2.0.1
2.0.0
Mamba has had a major interface rework incorporating lessons from a a few years of using it at Comcast.
Highlights:
- There are now
MasterPlaylist
andVariantPlaylist
objects for stronger and more clear typing. - Overall renaming to be more swifty.
HLS
prefix is generally gone. - There are easy ways of querying for segment based info. This info was available before but hard to get to. See
getPlaylistSegmentMatches
inVariantPlaylist
- There are easy ways of querying for the types of streams available in a given asset. See
calculateStreamSummary
inMasterPlaylist
.
1.3.0: Merge pull request #62 from Comcast/develop_1.x
Updates the target release to iOS 11 and updated the project to Swift 5.0