Skip to content

Latest commit

 

History

History
107 lines (56 loc) · 5.44 KB

CHANGELOG.md

File metadata and controls

107 lines (56 loc) · 5.44 KB

3.1.2 (2022-02-03)

Bug Fixes

3.1.1 (2022-02-02)

Bug Fixes

  • allow override default settings (679ab32), closes #108

3.1.0 (2022-02-01)

Features

3.0.0 (2021-06-08)

Features

  • config: move workbox config from environment to ember-cli-build (44f8fdf)

BREAKING CHANGES

  • config: workbox config has been moved to ember-cli-build.js

2.0.0 (2020-09-02)

Bug Fixes

  • fix pr issues (ed60cb4)
  • build: add warnings to broccoli-workbox stdout (d5b4362), closes #91
  • remove getWithDefault deprecation (e5fe855), closes #101

Features

BREAKING CHANGES

  • appending rootURL to service worker could break some apps

1.2.0 (2020-07-07)

Features

  • move files to the addon directory (1e4f39a)

1.1.0 (2020-06-16)

Features

  • config: new option 'importScriptsGlobPatterns' (722c038)

1.0.1 (2020-02-10)

Bug Fixes

  • build: do not ignore .gitkeep from npm (59994a3)
  • build: ensure dir is created (1ee3d00)

1.0.0 (2020-02-10)

Features

Styles

BREAKING CHANGES

  • sw: Update workbox to v5

0.6.1 (2020-01-14)

Bug Fixes

  • sw: do not create empty SW when disabled (af1cf2d), closes #78

0.6.0 (2019-12-16)

Features

  • add importScriptsTransform option (440f1f1)

0.5.2 (2019-03-08)

Bug Fixes

  • package: update workbox-build to version 4.1.0 (84f6f95), closes #26

0.5.1 (2019-01-09)

Bug Fixes