From 82198cd659b00a9f49c99010ae3b37f2c97f5ab6 Mon Sep 17 00:00:00 2001 From: John Kleinschmidt Date: Mon, 12 Sep 2016 10:38:45 -0400 Subject: [PATCH] Version 0.1.1 --- CHANGELOG.md | 95 ++++++++++++++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 96 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..c661438 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,95 @@ +# Change Log + +## [0.1.1](https://github.com/jkleinsc/broccoli-serviceworker/tree/0.1.1) (2016-09-12) + +[Full Changelog](https://github.com/jkleinsc/broccoli-serviceworker/compare/0.1.0...0.1.1) + +**Closed issues:** + +- Force sw-toolbox version to 3.1.1 [\#26](https://github.com/jkleinsc/broccoli-serviceworker/issues/26) +- Cannot GET /service-worker.js [\#25](https://github.com/jkleinsc/broccoli-serviceworker/issues/25) +- Write out to dist/assets/ instead of dist/ [\#23](https://github.com/jkleinsc/broccoli-serviceworker/issues/23) +- Ember Addons Search Question [\#22](https://github.com/jkleinsc/broccoli-serviceworker/issues/22) +- Accept regexp [\#20](https://github.com/jkleinsc/broccoli-serviceworker/issues/20) +- precache all assets in a directory [\#16](https://github.com/jkleinsc/broccoli-serviceworker/issues/16) + +**Merged pull requests:** + +- Disable caching of the rootURL by setting it to false [\#32](https://github.com/jkleinsc/broccoli-serviceworker/pull/32) ([jessedijkstra](https://github.com/jessedijkstra)) +- fix: use absolute path instead of relative path [\#31](https://github.com/jkleinsc/broccoli-serviceworker/pull/31) ([rmehner](https://github.com/rmehner)) +- Add rootURL option [\#30](https://github.com/jkleinsc/broccoli-serviceworker/pull/30) ([andrei-zhidkov](https://github.com/andrei-zhidkov)) +- fallback request with navigate mode fix [\#27](https://github.com/jkleinsc/broccoli-serviceworker/pull/27) ([tsubik](https://github.com/tsubik)) +- Fixed a spelling mistake [\#21](https://github.com/jkleinsc/broccoli-serviceworker/pull/21) ([acorncom](https://github.com/acorncom)) + +## [0.1.0](https://github.com/jkleinsc/broccoli-serviceworker/tree/0.1.0) (2016-03-28) +[Full Changelog](https://github.com/jkleinsc/broccoli-serviceworker/compare/0.0.9...0.1.0) + +**Closed issues:** + +- Conflict with Uglify JS? [\#19](https://github.com/jkleinsc/broccoli-serviceworker/issues/19) +- Disable Precache [\#18](https://github.com/jkleinsc/broccoli-serviceworker/issues/18) + +## [0.0.9](https://github.com/jkleinsc/broccoli-serviceworker/tree/0.0.9) (2016-02-15) +[Full Changelog](https://github.com/jkleinsc/broccoli-serviceworker/compare/0.0.8...0.0.9) + +## [0.0.8](https://github.com/jkleinsc/broccoli-serviceworker/tree/0.0.8) (2016-02-03) +[Full Changelog](https://github.com/jkleinsc/broccoli-serviceworker/compare/0.0.7...0.0.8) + +## [0.0.7](https://github.com/jkleinsc/broccoli-serviceworker/tree/0.0.7) (2016-01-11) +[Full Changelog](https://github.com/jkleinsc/broccoli-serviceworker/compare/0.0.6...0.0.7) + +**Merged pull requests:** + +- Remove extraneous log statements. [\#15](https://github.com/jkleinsc/broccoli-serviceworker/pull/15) ([yaymukund](https://github.com/yaymukund)) + +## [0.0.6](https://github.com/jkleinsc/broccoli-serviceworker/tree/0.0.6) (2015-12-15) +[Full Changelog](https://github.com/jkleinsc/broccoli-serviceworker/compare/0.0.5...0.0.6) + +**Closed issues:** + +- newbie - errors [\#5](https://github.com/jkleinsc/broccoli-serviceworker/issues/5) + +## [0.0.5](https://github.com/jkleinsc/broccoli-serviceworker/tree/0.0.5) (2015-12-03) +[Full Changelog](https://github.com/jkleinsc/broccoli-serviceworker/compare/0.0.4...0.0.5) + +**Closed issues:** + +- Create the service worker with a helper library instead of manually [\#12](https://github.com/jkleinsc/broccoli-serviceworker/issues/12) +- Don't use `alert` to log missing SW API or error while registering SW [\#11](https://github.com/jkleinsc/broccoli-serviceworker/issues/11) +- Documentation about service worker registration in Ember CLI is confusing [\#9](https://github.com/jkleinsc/broccoli-serviceworker/issues/9) + +**Merged pull requests:** + +- Use console.error and console.log instead of alert [\#13](https://github.com/jkleinsc/broccoli-serviceworker/pull/13) ([marco-c](https://github.com/marco-c)) + +## [0.0.4](https://github.com/jkleinsc/broccoli-serviceworker/tree/0.0.4) (2015-11-23) +[Full Changelog](https://github.com/jkleinsc/broccoli-serviceworker/compare/0.0.3...0.0.4) + +**Closed issues:** + +- Use content-for [\#2](https://github.com/jkleinsc/broccoli-serviceworker/issues/2) + +**Merged pull requests:** + +- Clean content-for method [\#8](https://github.com/jkleinsc/broccoli-serviceworker/pull/8) ([zzarcon](https://github.com/zzarcon)) +- add skipWaiting call [\#7](https://github.com/jkleinsc/broccoli-serviceworker/pull/7) ([miguelcobain](https://github.com/miguelcobain)) +- use contentFor closes \#2 [\#6](https://github.com/jkleinsc/broccoli-serviceworker/pull/6) ([miguelcobain](https://github.com/miguelcobain)) + +## [0.0.3](https://github.com/jkleinsc/broccoli-serviceworker/tree/0.0.3) (2015-10-02) +[Full Changelog](https://github.com/jkleinsc/broccoli-serviceworker/compare/0.0.2...0.0.3) + +**Closed issues:** + +- polyfill empty [\#3](https://github.com/jkleinsc/broccoli-serviceworker/issues/3) + +**Merged pull requests:** + +- synchronously copy polyfill file. Fixes \#3 [\#4](https://github.com/jkleinsc/broccoli-serviceworker/pull/4) ([miguelcobain](https://github.com/miguelcobain)) + +## [0.0.2](https://github.com/jkleinsc/broccoli-serviceworker/tree/0.0.2) (2015-06-16) +[Full Changelog](https://github.com/jkleinsc/broccoli-serviceworker/compare/0.0.1...0.0.2) + +## [0.0.1](https://github.com/jkleinsc/broccoli-serviceworker/tree/0.0.1) (2015-06-13) + + +\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)* diff --git a/package.json b/package.json index 8d71df4..98fd458 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "broccoli-serviceworker", - "version": "0.1.0", + "version": "0.1.1", "description": "A broccoli plugin automating ServiceWorker file creation for Broccoli and Ember.js", "main": "lib/service-worker.js", "ember-addon": {