File tree Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Expand file tree Collapse file tree 2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## [ 0.1.2] ( https://github.com/jkleinsc/broccoli-serviceworker/tree/0.1.2 ) (2016-10-05)
3
+ ## [ 0.1.3] ( https://github.com/jkleinsc/broccoli-serviceworker/tree/0.1.3 ) (2016-10-24)
4
+
5
+ [ Full Changelog] ( https://github.com/jkleinsc/broccoli-serviceworker/compare/0.1.2...0.1.3 )
6
+
7
+ ** Closed issues:**
8
+
9
+ - Support assets on a CDN [ \# 33] ( https://github.com/jkleinsc/broccoli-serviceworker/issues/33 )
4
10
11
+ ** Merged pull requests:**
12
+
13
+ - bump sw-toolbox and import correct map file [ \# 37] ( https://github.com/jkleinsc/broccoli-serviceworker/pull/37 ) ([ miguelcobain] ( https://github.com/miguelcobain ) )
14
+
15
+ ## [ 0.1.2] ( https://github.com/jkleinsc/broccoli-serviceworker/tree/0.1.2 ) (2016-10-05)
5
16
[ Full Changelog] ( https://github.com/jkleinsc/broccoli-serviceworker/compare/0.1.1...0.1.2 )
6
17
7
18
** Closed issues:**
8
19
9
20
- swIncludeFiles: join with ; when concatinating files [ \# 34] ( https://github.com/jkleinsc/broccoli-serviceworker/issues/34 )
21
+ - sw-toolbox.js cannot be imported when offline [ \# 29] ( https://github.com/jkleinsc/broccoli-serviceworker/issues/29 )
22
+ - Handle manifest file [ \# 28] ( https://github.com/jkleinsc/broccoli-serviceworker/issues/28 )
10
23
11
24
** Merged pull requests:**
12
25
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " broccoli-serviceworker" ,
3
- "version" : " 0.1.2 " ,
3
+ "version" : " 0.1.3 " ,
4
4
"description" : " A broccoli plugin automating ServiceWorker file creation for Broccoli and Ember.js" ,
5
5
"main" : " lib/service-worker.js" ,
6
6
"ember-addon" : {
You can’t perform that action at this time.
0 commit comments