Skip to content

Releases: Comcast/mamba

2.2.0

20 Apr 17:01
d93cd82
Compare
Choose a tag to compare
  • Added support for #EXT-X-DATERANGE

1.5.0

17 Apr 15:21
3fa6ede
Compare
Choose a tag to compare
  • Added support for #EXT-X-DATERANGE

2.1.0

01 Nov 22:12
Compare
Choose a tag to compare
  • 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

01 Nov 22:18
Compare
Choose a tag to compare

Xcode 11 Updates

Removed some non-functional methods from Array. 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.

2.0.3

05 Aug 19:49
d526ebd
Compare
Choose a tag to compare

Fixed a race condition while building by switching to Legacy Build System

Made [safe:] from Array non-public to avoid name collisions with other libraries.

1.3.1

05 Aug 19:41
5aed71a
Compare
Choose a tag to compare

Fixed a Xcode race condition by falling back to the legacy build system.

Reverted a change to iOS deployment target (we're now at 10.0)

2.0.2

24 Jul 15:46
6f8f615
Compare
Choose a tag to compare

Added some key VariantPlaylist and MasterPlaylist functions to the VariantPlaylistInterface and MasterPlaylistInterface protocols, respectively.

2.0.1

16 Jul 21:09
97222c0
Compare
Choose a tag to compare

Fixing a cocoa pods build issue. No code changes.

2.0.0

16 Jul 20:29
0ea1203
Compare
Choose a tag to compare

Mamba has had a major interface rework incorporating lessons from a a few years of using it at Comcast.

Highlights:

  • There are now MasterPlaylist and VariantPlaylist 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 in VariantPlaylist
  • There are easy ways of querying for the types of streams available in a given asset. See calculateStreamSummary in MasterPlaylist.

1.3.0: Merge pull request #62 from Comcast/develop_1.x

26 Jun 20:27
58ef27c
Compare
Choose a tag to compare

Updates the target release to iOS 11 and updated the project to Swift 5.0