Skip to content

Commit 82198cd

Browse files
committed
Version 0.1.1
1 parent e19ad18 commit 82198cd

File tree

2 files changed

+96
-1
lines changed

2 files changed

+96
-1
lines changed

CHANGELOG.md

Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
# Change Log
2+
3+
## [0.1.1](https://github.com/jkleinsc/broccoli-serviceworker/tree/0.1.1) (2016-09-12)
4+
5+
[Full Changelog](https://github.com/jkleinsc/broccoli-serviceworker/compare/0.1.0...0.1.1)
6+
7+
**Closed issues:**
8+
9+
- Force sw-toolbox version to 3.1.1 [\#26](https://github.com/jkleinsc/broccoli-serviceworker/issues/26)
10+
- Cannot GET /service-worker.js [\#25](https://github.com/jkleinsc/broccoli-serviceworker/issues/25)
11+
- Write out to dist/assets/ instead of dist/ [\#23](https://github.com/jkleinsc/broccoli-serviceworker/issues/23)
12+
- Ember Addons Search Question [\#22](https://github.com/jkleinsc/broccoli-serviceworker/issues/22)
13+
- Accept regexp [\#20](https://github.com/jkleinsc/broccoli-serviceworker/issues/20)
14+
- precache all assets in a directory [\#16](https://github.com/jkleinsc/broccoli-serviceworker/issues/16)
15+
16+
**Merged pull requests:**
17+
18+
- Disable caching of the rootURL by setting it to false [\#32](https://github.com/jkleinsc/broccoli-serviceworker/pull/32) ([jessedijkstra](https://github.com/jessedijkstra))
19+
- fix: use absolute path instead of relative path [\#31](https://github.com/jkleinsc/broccoli-serviceworker/pull/31) ([rmehner](https://github.com/rmehner))
20+
- Add rootURL option [\#30](https://github.com/jkleinsc/broccoli-serviceworker/pull/30) ([andrei-zhidkov](https://github.com/andrei-zhidkov))
21+
- fallback request with navigate mode fix [\#27](https://github.com/jkleinsc/broccoli-serviceworker/pull/27) ([tsubik](https://github.com/tsubik))
22+
- Fixed a spelling mistake [\#21](https://github.com/jkleinsc/broccoli-serviceworker/pull/21) ([acorncom](https://github.com/acorncom))
23+
24+
## [0.1.0](https://github.com/jkleinsc/broccoli-serviceworker/tree/0.1.0) (2016-03-28)
25+
[Full Changelog](https://github.com/jkleinsc/broccoli-serviceworker/compare/0.0.9...0.1.0)
26+
27+
**Closed issues:**
28+
29+
- Conflict with Uglify JS? [\#19](https://github.com/jkleinsc/broccoli-serviceworker/issues/19)
30+
- Disable Precache [\#18](https://github.com/jkleinsc/broccoli-serviceworker/issues/18)
31+
32+
## [0.0.9](https://github.com/jkleinsc/broccoli-serviceworker/tree/0.0.9) (2016-02-15)
33+
[Full Changelog](https://github.com/jkleinsc/broccoli-serviceworker/compare/0.0.8...0.0.9)
34+
35+
## [0.0.8](https://github.com/jkleinsc/broccoli-serviceworker/tree/0.0.8) (2016-02-03)
36+
[Full Changelog](https://github.com/jkleinsc/broccoli-serviceworker/compare/0.0.7...0.0.8)
37+
38+
## [0.0.7](https://github.com/jkleinsc/broccoli-serviceworker/tree/0.0.7) (2016-01-11)
39+
[Full Changelog](https://github.com/jkleinsc/broccoli-serviceworker/compare/0.0.6...0.0.7)
40+
41+
**Merged pull requests:**
42+
43+
- Remove extraneous log statements. [\#15](https://github.com/jkleinsc/broccoli-serviceworker/pull/15) ([yaymukund](https://github.com/yaymukund))
44+
45+
## [0.0.6](https://github.com/jkleinsc/broccoli-serviceworker/tree/0.0.6) (2015-12-15)
46+
[Full Changelog](https://github.com/jkleinsc/broccoli-serviceworker/compare/0.0.5...0.0.6)
47+
48+
**Closed issues:**
49+
50+
- newbie - errors [\#5](https://github.com/jkleinsc/broccoli-serviceworker/issues/5)
51+
52+
## [0.0.5](https://github.com/jkleinsc/broccoli-serviceworker/tree/0.0.5) (2015-12-03)
53+
[Full Changelog](https://github.com/jkleinsc/broccoli-serviceworker/compare/0.0.4...0.0.5)
54+
55+
**Closed issues:**
56+
57+
- Create the service worker with a helper library instead of manually [\#12](https://github.com/jkleinsc/broccoli-serviceworker/issues/12)
58+
- Don't use `alert` to log missing SW API or error while registering SW [\#11](https://github.com/jkleinsc/broccoli-serviceworker/issues/11)
59+
- Documentation about service worker registration in Ember CLI is confusing [\#9](https://github.com/jkleinsc/broccoli-serviceworker/issues/9)
60+
61+
**Merged pull requests:**
62+
63+
- 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))
64+
65+
## [0.0.4](https://github.com/jkleinsc/broccoli-serviceworker/tree/0.0.4) (2015-11-23)
66+
[Full Changelog](https://github.com/jkleinsc/broccoli-serviceworker/compare/0.0.3...0.0.4)
67+
68+
**Closed issues:**
69+
70+
- Use content-for [\#2](https://github.com/jkleinsc/broccoli-serviceworker/issues/2)
71+
72+
**Merged pull requests:**
73+
74+
- Clean content-for method [\#8](https://github.com/jkleinsc/broccoli-serviceworker/pull/8) ([zzarcon](https://github.com/zzarcon))
75+
- add skipWaiting call [\#7](https://github.com/jkleinsc/broccoli-serviceworker/pull/7) ([miguelcobain](https://github.com/miguelcobain))
76+
- use contentFor closes \#2 [\#6](https://github.com/jkleinsc/broccoli-serviceworker/pull/6) ([miguelcobain](https://github.com/miguelcobain))
77+
78+
## [0.0.3](https://github.com/jkleinsc/broccoli-serviceworker/tree/0.0.3) (2015-10-02)
79+
[Full Changelog](https://github.com/jkleinsc/broccoli-serviceworker/compare/0.0.2...0.0.3)
80+
81+
**Closed issues:**
82+
83+
- polyfill empty [\#3](https://github.com/jkleinsc/broccoli-serviceworker/issues/3)
84+
85+
**Merged pull requests:**
86+
87+
- synchronously copy polyfill file. Fixes \#3 [\#4](https://github.com/jkleinsc/broccoli-serviceworker/pull/4) ([miguelcobain](https://github.com/miguelcobain))
88+
89+
## [0.0.2](https://github.com/jkleinsc/broccoli-serviceworker/tree/0.0.2) (2015-06-16)
90+
[Full Changelog](https://github.com/jkleinsc/broccoli-serviceworker/compare/0.0.1...0.0.2)
91+
92+
## [0.0.1](https://github.com/jkleinsc/broccoli-serviceworker/tree/0.0.1) (2015-06-13)
93+
94+
95+
\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "broccoli-serviceworker",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"description": "A broccoli plugin automating ServiceWorker file creation for Broccoli and Ember.js",
55
"main": "lib/service-worker.js",
66
"ember-addon": {

0 commit comments

Comments
 (0)