Skip to content

Latest commit

 

History

History
154 lines (68 loc) · 6.69 KB

CHANGELOG.md

File metadata and controls

154 lines (68 loc) · 6.69 KB

1.7.2 (2020-12-10)

Bug Fixes

  • catch serviceWorker.ready Promise rejections (#46) (563fa94), closes #45

1.7.1 (2020-03-19)

Bug Fixes

  • do not throw when required on server-side (9588bf9)

1.7.0 (2020-03-10)

Features

  • also emit 'offline' in non-localhost (#32) (c94341e)
  • also emit 'ready' in non-localhost (#37) (16d2a77), closes #20
  • allow register to be called on-demand after onload event (#33) (5f96e33)

1.6.2 (2019-02-18)

Bug Fixes

  • remove default scope from registrationOptions (#26) (73794b4)

1.6.1 (2019-02-11)

Bug Fixes

  • types: add type for updatefound event (2be9827)
  • fix missing registration arguments (#11) (d11b254)
  • types: make hooks parameter optional (#18) (283c570)
  • misleading error when wrong MIME type returned (#21) (#22) (d3287d3)
  • types: Make registrationOptions optional (#24) (27d74c2), closes #23

Features

  • add "updatefound" event (#7) (bee2641)
  • emit updated event when registration.waiting was found (#9) (937040f)
  • registration options (#17) (c6f0386)

1.6.0 (2019-02-08)

Bug Fixes

  • types: make hooks parameter optional (#18) (283c570)
  • misleading error when wrong MIME type returned (#21) (#22) (d3287d3)

Features

1.5.2 (2018-08-16)

Bug Fixes

  • fix missing registration arguments (#11) (d11b254)

1.5.1 (2018-08-13)

Bug Fixes

  • types: add type for updatefound event (2be9827)

1.5.0 (2018-08-13)

Features

  • add "updatefound" event (#7) (bee2641)
  • emit updated event when registration.waiting was found (#9) (937040f)

1.4.1 (2018-06-18)

1.4.0 (2018-06-01)

Features

1.3.0 (2018-05-28)

Features

  • Pass registration as argument on cached and updated event (#2) (61ebc74)

1.2.0 (2018-04-13)

1.1.1 (2018-02-12)

Bug Fixes

1.1.0 (2018-01-11)