3.4.0 (2023-04-11)
3.3.0 (2023-01-10)
- 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)
3.1.3 (2021-11-15)
- Fix build to always install the latest deps (2893bc7)
3.1.2 (2021-11-15)
- Add missing instance ID in text logs (e746391), closes #26
- Fix window pollution in browser (c9906cf), closes #25
3.1.1 (2021-11-11)
- 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)
- New formatter API (a3a183d)
- 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)
- Fix unnecessary permissions (bb9acb9)
3.0.0 (2021-10-26)
- Drop support for prefixed EME (ce9f970)
- 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)
- 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)