Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
**1.7.0**

* Added HLS Interstitials first-class `DateRangeItem` accessors:
`asset_uri`, `asset_list`, `resume_offset`, `playout_limit`,
`restrict`, `snap`, `timeline_occupies`, `timeline_style`, and
`content_may_vary`.
* Promoted supported interstitial `X-` attributes out of
`client_attributes` into typed fields during parsing and formatting.
* Refactored `DateRangeItem` attribute formatting helpers to reduce
duplication while preserving output behavior.

***

**1.6.0**

* Added SCTE-35 parsing with `M3u8::Scte35` for `splice_info_section`
Expand Down
2 changes: 1 addition & 1 deletion lib/m3u8/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

# M3u8 provides parsing, generation, and validation of m3u8 playlists
module M3u8
VERSION = '1.6.0'
VERSION = '1.7.0'
end