UNPKG

3.54 kBMarkdownView Raw
1## 0.11.5
2
3* Update circleci to node v6.11.5
4* Add explicit MIT license
5* Update package locks
6* add support for webpack 4 (#138)
7* Replacing prepublish script with prepare. (#112)
8* Fixed service worker file name (#111)
9* use uglify-es,
10* Don't lose implicit instance of `outputFileSystem`; Don't swallow fs (#110)
11* modify "importSripts" to "importScripts" (#98)
12
13## 0.11.4
14
15* Update to webpack 3
16
17## 0.11.3
18
19* avoid promisifying fs ops (fixes #81) (#82)
20
21## 0.11.2
22
23* Update uglify-js usage to v3 api
24
25## 0.11.1
26
27* :arrow_up: Update dependencies
28* Update example in readme
29* Remove unused Template var from tests
30* Fix errors for MultiCompilers build (#78)
31* Add strip prefix multi windows support (#76)
32
33## 0.11.0
34
35* Added [chunkhash]/[hash]/[id]/[name] support for importScripts (#70)
36
37## 0.10.1
38
39* Update npmignore files
40
41## 0.10.0
42
43* Update unit tests
44* Modularize and refactor
45* Remove forceDelete
46* Add debug option
47* Add final webpack-dev-server notes to readme
48* Remove unaffected sw-precache options from readme
49
50## 0.9.1
51
52* Lower node engine requirement to 4.0.0
53* Remove unused packages from example
54* :arrow_up: Update dependencies
55
56## 0.9.0
57
58* Remove deprecated eslint-plugin-babel options, and drop the whole plugin now that it's no longer used.
59* Refactor merge behavior
60* Add support for staticFileGlobs option and stripPrefix(Multi) by merging them with the webpack values.
61
62## 0.8.0
63
64* Add minify to docs
65* update sw-precache version
66* Add option to minify ServiceWorker file (#25)
67
68## 0.7.2
69
70* Add warning when using filepath option
71* Fix failing tests from pr #38
72* pass force option to `del` (#38)
73
74## 0.7.1
75
76* Update webpack peer dependency
77* Add error handling for promise
78* Hook plugin to 'after-emit' to ensure async execution
79* Correct typos
80
81## 0.7.0
82
83* Refactor importScripts default behavior
84* Fix preserving the [hash], so it will update the new hash when running in watch mode
85
86## 0.6.3
87
88* Use publicPath for importScripts
89
90## 0.6.2
91
92* Array.from returning empty array
93* Use async/await for writeServiceWorker test
94
95## 0.6.1
96
97* Update dependencies
98* Add unit tests for writeServiceWorker and apply methods
99* Remove useless getAssetGlobs function
100
101## 0.6.0
102
103* Add spec tests and basic test [WIP]
104* Update dependencies
105* Allow to use [hash] on importScripts
106* Fix typo
107* Add circleci config
108* Add node engine
109
110## 0.5.1
111
112* Add webpack 2 beta peer dependency
113* Remove some of example
114
115## 0.5.0
116
117* Add test
118* Add `staticFileGlobsIgnorePatterns` option
119
120## 0.4.0
121
122* Add link to official register example
123* Update dependencies
124
125## 0.3.1
126
127* Update example to use filename and isolate service-worker script
128* Fix filename option
129
130## 0.3.0
131
132* Drop support for options.options
133* Add trailing / to output.path for stripPrefix
134
135## 0.2.4
136
137* fixed missing dependency
138* Update readmes with better examples, explanations and badges
139* Fix example link
140* Fix example errors
141
142## 0.2.3
143
144* Add example project
145* Use compilation assets instead of chunk.files
146
147## 0.2.1
148
149* Add eslint babel
150* Update readme with options instructions and example
151* Make options object passable as single argument
152
153## 0.2.0
154
155* Add changelog
156* Fix package comma
157* Add makefile
158* Add eslint dependencies
159* Fix babel-es2015 reference
160* Allow options parameter to override config
161* Add babel
162* Move source into src dir
163
164## 0.1.0
165
166* Initial release
167
168# Change Log
169All enhancements and patches to sw-precache-webpack-plugin will be documented in this file.
170This project adheres to [Semantic Versioning](http://semver.org/).