Skip to content

Latest commit

 

History

History
152 lines (93 loc) · 8.31 KB

CHANGELOG.md

File metadata and controls

152 lines (93 loc) · 8.31 KB

Change Log

0.1.6 (2017-03-16)

Full Changelog

Closed issues:

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

0.1.5 (2017-03-06)

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 (2016-10-28)

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 (2016-10-24)

Full Changelog

Closed issues:

  • Support assets on a CDN #33

Merged pull requests:

0.1.2 (2016-10-05)

Full Changelog

Closed issues:

  • swIncludeFiles: join with ; when concatinating files #34
  • sw-toolbox.js cannot be imported when offline #29
  • Handle manifest file #28

Merged pull requests:

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

0.1.1 (2016-09-12)

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 (2016-03-28)

Full Changelog

Closed issues:

  • Conflict with Uglify JS? #19
  • Disable Precache #18

0.0.9 (2016-02-15)

Full Changelog

0.0.8 (2016-02-03)

Full Changelog

0.0.7 (2016-01-11)

Full Changelog

Merged pull requests:

0.0.6 (2015-12-15)

Full Changelog

Closed issues:

  • newbie - errors #5

0.0.5 (2015-12-03)

Full Changelog

Closed issues:

  • Create the service worker with a helper library instead of manually #12
  • Don't use alert to log missing SW API or error while registering SW #11
  • Documentation about service worker registration in Ember CLI is confusing #9

Merged pull requests:

  • Use console.error and console.log instead of alert #13 (marco-c)

0.0.4 (2015-11-23)

Full Changelog

Closed issues:

  • Use content-for #2

Merged pull requests:

0.0.3 (2015-10-02)

Full Changelog

Closed issues:

  • polyfill empty #3

Merged pull requests:

0.0.2 (2015-06-16)

Full Changelog

0.0.1 (2015-06-13)

* This Change Log was automatically generated by github_changelog_generator