Skip to content

Releases: Eyevinn/media-event-filter

v2.0.0

02 Apr 14:43
Compare
Choose a tag to compare

2.0.0 (2024-04-02)

Bug Fixes

  • bump workflow node dep to 20.x, required by semantic-release (8f1ea26)

  • update yarn deps (ccedbdc)

  • feat!: allow using any HTMLMediaElement (5b502e9)

BREAKING CHANGES

  • videoElement argument renamed to mediaElement

OLD: getMediaEventFilter({ videoElement });
NEW: getMediaEventFilter({ mediaElement });

v1.0.4

15 Dec 14:47
Compare
Choose a tag to compare

1.0.4 (2023-12-15)

Bug Fixes

  • allow seeking after a stream has reached the end (e5fe405)
  • mark as side effect free (6e2c307)

v1.0.3

24 Mar 07:50
Compare
Choose a tag to compare

1.0.3 (2023-03-24)

Bug Fixes

  • playback ending dispatches pause then ended (5369a5f)

v1.0.2

02 Mar 14:11
Compare
Choose a tag to compare

1.0.2 (2023-03-02)

Bug Fixes

  • allow pausing after every play request (ddbbb44)

v1.0.1

02 Mar 12:37
Compare
Choose a tag to compare

1.0.1 (2023-03-02)

Bug Fixes

  • propagate pauses during seek and buffers (516780a)

v1.0.0

02 Mar 08:15
Compare
Choose a tag to compare

1.0.0 (2023-03-02)

Bug Fixes

  • clear timeout on ended (3a2e20b)
  • end buffering on timeupdate (cdccc5f)
  • rename method (c4253c8)
  • update behaviour around native mse seeks (adcd0f4)
  • update buffering logic (837f443)

Features