Skip to content

Latest commit

 

History

History
105 lines (58 loc) · 6.85 KB

CHANGELOG.md

File metadata and controls

105 lines (58 loc) · 6.85 KB

Changelog

3.4.0 (2023-04-11)

Features

  • Add a toggle between hex and base64 (#62) (7fa1a98)

3.3.0 (2023-01-10)

Features

  • EME Logger Manifest V3 Migration (#51) (c860eba)

Bug Fixes

  • Display keystatuseschange.expiration as a Date (#48) (d5d15f6), closes #42
  • Remove all variables and most functions from global scope (#61) (3b8ed85), closes #44

3.2.0 (2022-02-03)

Features

  • Log more HTMLMediaElement events (#30) (fb5a90d)

Bug Fixes

  • Fix missing fields in message events (63e6d5f), closes #27

3.1.3 (2021-11-15)

Bug Fixes

  • Fix build to always install the latest deps (2893bc7)

3.1.2 (2021-11-15)

Bug Fixes

  • Add missing instance ID in text logs (e746391), closes #26
  • Fix window pollution in browser (c9906cf), closes #25

3.1.1 (2021-11-11)

Bug Fixes

  • Exclude gulpfile from the distribution (8ca1395), closes #24
  • Fix log window focus (8d09fea), closes #23
  • Fix download of log file (86c72c0), closes #22

3.1.0 (2021-11-10)

Features

Bug Fixes

  • Format timestamps in local time zone and locale (4b3ae95)
  • Format Date objects as readable strings (dd02f48)
  • Fix constness of local id var (625fd3d)

3.0.1 (2021-11-09)

Bug Fixes

  • Fix unnecessary permissions (bb9acb9)

3.0.0 (2021-10-26)

⚠ BREAKING CHANGES

  • Drop support for prefixed EME (ce9f970)

Features

  • Add configurable mapping of event names to associated properties (d4007cf)
  • Add duration to logs (6fe1aa6)
  • Add TraceAnything, a new generic tracing engine (09260ee)
  • Discover more events dynamically (698770d)
  • Instance ID tracking (8d3beb1)
  • Log more HTMLMediaElement events (#30) (fb5a90d)
  • More compact formatting for 1-item arrays and 1-key objects (bc0014d)
  • Move all UI to the log window (0f16417)
  • Replace the tracing and log window implementations (ec0b4aa)
  • Trace mediaCapabilities.decodingInfo (0efdef6)

Bug Fixes

  • Add missing instances in logs, document instance field (45cf349)
  • Attempt to update manifest.json, attach zip (6e4d133)
  • Fix formatting of events and their values (0b30146)
  • Fix missing fields in message events (63e6d5f), closes #27
  • Hook into the formatter interface (c39f9a0)
  • Skip additional noisy properties (16ae0f5)