Closed renovate[bot] closed 3 years ago
Merging #194 (fee4cbd) into master (54e22e8) will not change coverage. The diff coverage is
n/a
.
@@ Coverage Diff @@
## master #194 +/- ##
=======================================
Coverage 53.82% 53.82%
=======================================
Files 14 14
Lines 457 457
=======================================
Hits 246 246
Misses 188 188
Partials 23 23
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 54e22e8...fee4cbd. Read the comment docs.
This PR contains the following updates:
v0.13.0
->v0.16.0
Release Notes
at-wat/ebml-go
### [`v0.16.0`](https://togithub.com/at-wat/ebml-go/releases/v0.16.0) [Compare Source](https://togithub.com/at-wat/ebml-go/compare/v0.15.0...v0.16.0) #### New feature - Add save sorter that drops based on duration ([#153](https://togithub.com/at-wat/ebml-go/issues/153)) #### Breaking change - Arguments of `NewMultiTrackBlockSorter()` are changed to the functional options pattern. ```go NewMultiTrackBlockSorter(maxDelay, rule) ``` should be replaced by ```go NewMultiTrackBlockSorter(WithMaxDelayedPackets(maxDelay), WithSortRule(rule)) ``` ### [`v0.15.0`](https://togithub.com/at-wat/ebml-go/releases/v0.15.0) [Compare Source](https://togithub.com/at-wat/ebml-go/compare/v0.14.1...v0.15.0) #### New feature - Implement SimpleBlockReader ([#150](https://togithub.com/at-wat/ebml-go/issues/150)) ### [`v0.14.1`](https://togithub.com/at-wat/ebml-go/releases/v0.14.1) [Compare Source](https://togithub.com/at-wat/ebml-go/compare/v0.14.0...v0.14.1) #### Fixes - Support parsing damaged mkv ([#147](https://togithub.com/at-wat/ebml-go/issues/147)) - Improve unmarshal performance ([#149](https://togithub.com/at-wat/ebml-go/issues/149)) ### [`v0.14.0`](https://togithub.com/at-wat/ebml-go/releases/v0.14.0) [Compare Source](https://togithub.com/at-wat/ebml-go/compare/v0.13.0...v0.14.0) #### New features - Add option to ignore static length unknown element ([#138](https://togithub.com/at-wat/ebml-go/issues/138)) - Support unmarshal into nil map ([#139](https://togithub.com/at-wat/ebml-go/issues/139)) #### Bug fixes - Fix EBML Lacer/Unlacer ([#140](https://togithub.com/at-wat/ebml-go/issues/140)) - Fix unmarshalling binary element into interface ([#142](https://togithub.com/at-wat/ebml-go/issues/142)) - Add test to unmarshal official test data ([#141](https://togithub.com/at-wat/ebml-go/issues/141)) - Skip invalid elements byte by byte ([#145](https://togithub.com/at-wat/ebml-go/issues/145))Configuration
📅 Schedule: At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻️ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by WhiteSource Renovate. View repository job log here.