Skip to content

Releases: Comcast/mamba

1.2.0

15 Apr 21:49
a2423fe
Compare
Choose a tag to compare
  • Xcode 10.2 Support
  • Fixed a Resolution sorting bug
  • Switched to an internal memory storage solution (from NSData)

1.1.1

19 Nov 18:25
Compare
Choose a tag to compare
  • Fixing Cocoapods issues with .swift-version in 1.0.0

1.1.0

19 Nov 17:28
Compare
Choose a tag to compare
  • Swift 4.2 updates

  • Support for the new #EXT-X-BITRATE tag

1.0.7

12 Oct 16:09
c4ece63
Compare
Choose a tag to compare
  • Fixed #20 - HLSParser should not delete itself in the middle of a parse even if no one has a reference to it.

  • Added a feature to "update" a EVENT style variant rather than parse from scratch. This is a optional performance boost for long running EVENT playlists. #32

1.0.6

05 Sep 22:22
Compare
Choose a tag to compare
  • HLS Playlist debug descriptions are not formatted like HLS to help in debugging issues.

  • Fixed a crash bug in C parser with empty HLS playlists

  • Added a playground to assist in playing with mamba code.

  • GenericSingleTagWriter is now correctly public so users can make their own custom tags using this common code.

1.0.5

28 Jun 21:42
Compare
Choose a tag to compare
  • Code change to support both Swift 4.0 and 4.1
  • Bug fix for tagIndexes(forMediaSequence:) and mediaSequence(forTagIndex:) methods in HLSPlaylistInterface where they would only work for VOD playlists.

1.0.4

03 May 16:24
472207a
Compare
Choose a tag to compare
  • Updates to support Xcode 9.3
  • Added a macOS framework target

1.0.3

19 Feb 19:12
Compare
Choose a tag to compare
  • Fixed a bug where EXT-X-DISCONTINUITY-SEQUENCE tags were labelled with "media segment" scope, instead of "whole playlist" scope.

1.0.2

14 Feb 22:41
Compare
Choose a tag to compare
  • Fixed an issue where HLSResolution properties were private and inaccessible outside the mamba framework.

  • Fixed an issue where the EXT-X-TARGETDURATION tag validator was far too strict and was failing valid playlists.

  • Fixed an issue where the EXT-X-DISCONTINUITY-SEQUENCE PantosTag type was set to Date rather than Int.

1.0.1

30 Jan 16:35
9e89f2d
Compare
Choose a tag to compare

1.0.1

  • Fixed an issue where one character urls would not be parsed.

  • Fixed a cocoapod issue where a call to Mamba.version would crash. This only occurred in cocoapods.