Skip to content

Releases: bennypowers/service-worker

v5.0.0

20 Jul 06:53
Compare
Choose a tag to compare

5.0.0 (2020-07-20)

Bug Fixes

  • declare interacted in module scope (53731c8)

Features

BREAKING CHANGES

  • changes class name to ServiceWorkerElement
  • changes script type to module

v4.0.4

15 Feb 23:27
Compare
Choose a tag to compare

4.0.4 (2020-02-15)

Bug Fixes

v4.0.3

15 Feb 23:08
Compare
Choose a tag to compare

4.0.3 (2020-02-15)

Bug Fixes

v4.0.2

15 Feb 22:20
Compare
Choose a tag to compare

4.0.2 (2020-02-15)

Bug Fixes

v4.0.1

15 Feb 17:24
Compare
Choose a tag to compare

4.0.1 (2020-02-15)

Bug Fixes

v4.0.0

06 Feb 19:20
Compare
Choose a tag to compare

4.0.0 (2020-02-06)

Bug Fixes

Features

  • add channel-name attr to define broadcast channel (a0dfd4f)
  • reflect error message to attr (0fc3c3d)

Performance Improvements

  • minor perf improvements (144c252)
  • minor performance improvements (2123570)

BREAKING CHANGES

  • change event names to change and error
  • events no longer bubble or compose

v1.4.0

18 Mar 16:00
Compare
Choose a tag to compare
1.4.0

v1.3.1

14 Mar 13:29
Compare
Choose a tag to compare
Prepare release 1.3.1

npm package

14 Mar 13:24
Compare
Choose a tag to compare

This release adds an NPM package that uses polymer3 prerelease elements. Install with

npm i -S @power-element/service-worker

v1.2.0

12 Feb 21:29
Compare
Choose a tag to compare

Adds a read-only worker property which is a reference to the active worker. Handy if you want to do something like

worker.postMessage('👩‍🚀')