-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
96 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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)* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters