Skip to content

Releases: jkleinsc/broccoli-serviceworker

0.1.6

16 Mar 19:07
Compare
Choose a tag to compare

Full Changelog

Closed issues:

  • After update, Serveiceworker failed to install: #44
  • A page refresh does not update the app #43

0.1.5

06 Mar 18:58
Compare
Choose a tag to compare

Full Changelog

Closed issues:

  • Service worker fail to build with --prod , when there is ES6 code #45

Merged pull requests:

  • Add option to define if sourcemaps should be generated fixes #42 #48 (urbany)
  • Origin option can be regular expression #47 (cyk)

0.1.4

28 Oct 14:01
Compare
Choose a tag to compare

Full Changelog

Closed issues:

  • Unable to build: missing sw-toolbox.js.map #42
  • Ability to pass environment variables to the service worker #39

Merged pull requests:

  • Ability to provide environment variables to service worker. #41 (bourquep)
  • Implemented a cache post-delete hook. #40 (bourquep)

0.1.3

24 Oct 14:54
Compare
Choose a tag to compare

Full Changelog

Closed issues:

  • Support assets on a CDN #33

Merged pull requests:

0.1.2

05 Oct 15:51
Compare
Choose a tag to compare

Full Changelog

Closed issues:

  • swIncludeFiles: join with ; when concatinating files #34

Merged pull requests:

  • swIncludeFiles: join with ; when concatinating files #35 (gr2m)

0.1.1

12 Sep 14:41
Compare
Choose a tag to compare

Full Changelog

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:

0.1.0

28 Mar 02:22
Compare
Choose a tag to compare
  • Added routing options - cacheFirstURLs, cacheOnlyURLs, fastestURLs, networkFirstURLs
  • Updated service worker toolbox to v3.1.1
  • Fixed logDebug when passing 1 argument
  • Fixed uglifyJS error that sometimes occurs on builds.

0.0.9

15 Feb 22:29
Compare
Choose a tag to compare

Options can now be passed for dynamicCache entries

0.0.8

03 Feb 21:59
Compare
Choose a tag to compare

Changes to reload app when service worker changes

0.0.7

11 Jan 21:45
Compare
Choose a tag to compare
  • 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.