Releases: jkleinsc/broccoli-serviceworker
0.0.6
This release adds the ability for developers to include their own logic in the generate service worker. For ember apps, any code placed in .js files in the _app/serviceworkers_ directory will automatically be added to the generated service worker. Broccoli.js users can pass in a tree using the swIncludeTree option that will accomplish the same thing. Also, there is another new option called swIncludeFiles that will allow you to specify vendor files to include in your generated service worker.
This release also includes PR #14 which allows filenames with quotes in them, thanks to @yaymukund
0.0.5
broccoli-serviceworker now uses sw-toolbox behind the scenes to do the heavy lifting for service workers. Right now the functionality of broccoli-serviceworker remains the same, but eventually broccoli-serviceworker will provide support for all of the handlers that sw-toolbox provides.
If you are upgrading from a previous version, there is one small change in the configuration: includePaths has been renamed to precacheURLs.
This release also contains the following PRs thanks to @marco-c:
0.0.4
Thanks to PRs from @miguelcobain and @zzarcon this release includes the following improvements:
0.0.3
Fixes issue found copying serviceworker-cache-polyfill.js to the dist dir thanks to @miguelcobain
0.0.2
Every new beginning comes from some other beginning's end
Initial release