Releases: jkleinsc/broccoli-serviceworker
Releases · jkleinsc/broccoli-serviceworker
0.1.6
0.1.5
0.1.4
0.1.3
Closed issues:
- Support assets on a CDN #33
Merged pull requests:
- bump sw-toolbox and import correct map file #37 (miguelcobain)
0.1.2
0.1.1
Closed issues:
- Force sw-toolbox version to 3.1.1 #26
- Cannot GET /service-worker.js #25
- Write out to dist/assets/ instead of dist/ #23
- Ember Addons Search Question #22
- Accept regexp #20
- precache all assets in a directory #16
Merged pull requests:
- Disable caching of the rootURL by setting it to false #32 (jessedijkstra)
- fix: use absolute path instead of relative path #31 (rmehner)
- Add rootURL option #30 (andrei-zhidkov)
- fallback request with navigate mode fix #27 (tsubik)
- Fixed a spelling mistake #21 (acorncom)
0.1.0
0.0.9
0.0.8
0.0.7
- Removes extraneous log statements - #15 thanks to @yaymukund
- Moved code that is pulled in from app/serviceworkers to be before the install event so that you have full access to sw-toolbox functionality
- Made logDebug function display output a little more friendly.