UNPKG

4.25 kBMarkdownView Raw
1### 2019-09-13 / 1.20.0
2
3* feat: Disable performance hints by default.
4
5### 2019-09-10 / 1.19.1
6
7* fix: Fixed 404 file path.
8
9### 2019-09-10 / 1.19.0
10
11* feat: Added page 404 support.
12
13### 2019-09-10 / 1.18.0
14
15* feat: Added additional options to server.
16
17### 2019-09-04 / 1.17.0
18
19* feat: Added debug mode to ServiceWorker.
20
21### 2019-09-04 / 1.16.6
22
23* chore: Rebuild.
24* fix: Fixed typing.
25
26### 2019-09-03 / 1.16.5
27
28* fix: Fixed ServiceWorker defaults.
29
30### 2019-09-03 / 1.16.4
31
32* chore: Rebuild.
33* fix: Include mjs files in manifest.
34
35### 2019-09-03 / 1.16.3
36
37* chore: Added required peer dependency.
38
39### 2019-09-02 / 1.16.2
40
41* chore: Rebuild.
42* fix: Do not enable babel env debug by default.
43
44### 2019-09-02 / 1.16.1
45
46* fix: Fix browser support.
47
48### 2019-09-02 / 1.16.0
49
50* feat: Improved file generation.
51
52### 2019-08-30 / 1.15.0
53
54* feat: Updated dependencies and improved assets generation.
55* chore: Use NPM for locking.
56
57### 2019-01-14 / 1.14.1
58
59* chore: Added missing file.
60* fix: Improved types definition.
61
62### 2018-12-31 / 1.14.0
63
64* feat: Improved hook handling.
65
66### 2018-12-26 / 1.13.0
67
68* feat: Added babelRemoveFunctions.
69
70### 2018-12-23 / 1.12.1
71
72* chore: Rebuild.
73
74### 2018-12-23 / 1.12.0
75
76* feat: Added disableHostCheck to server options.
77
78### 2018-12-23 / 1.11.0
79
80* feat: Updated font-awesome interface.
81
82### 2018-12-23 / 1.10.0
83
84* feat: Use new font-awesome naming.
85
86### 2018-12-23 / 1.9.2
87
88* chore: Updated dependencies.
89
90### 2018-12-23 / 1.9.1
91
92* chore: Updated dependencies.
93
94### 2018-10-09 / 1.9.0
95
96* feat: Switched to terser-webpack-plugin for uglification.
97
98### 2018-10-08 / 1.8.0
99
100* feat: Add stats support.
101* feat: Removed depreacted webpack-serve support.
102
103### 2018-08-11 / 1.7.3
104
105* fix: Fixed HMR.
106
107### 2018-08-11 / 1.7.2
108
109* fix: Removed crappy Android rule.
110
111### 2018-08-11 / 1.7.1
112
113* fix: Added missing dependency.
114
115### 2018-08-11 / 1.7.0
116
117* feat: Reintroduced last existing stage 3 plugins singularly.
118
119### 2018-08-11 / 1.6.0
120
121* feat: Updated dependencies and removed deprecations.
122
123### 2018-07-05 / 1.5.0
124
125* feat: Allow additional environment.
126
127### 2018-07-04 / 1.4.0
128
129* feat: Add support for webpack-serve middlewares.
130
131### 2018-07-02 / 1.3.2
132
133* fix: Normalize environment.
134
135### 2018-07-02 / 1.3.1
136
137* fix: Assume development by default.
138
139### 2018-06-26 / 1.3.0
140
141* feat: Improve ServiceWorker versioning.
142
143### 2018-06-24 / 1.2.1
144
145* fix: Rebuilt JS version.
146* fix: Minor fix.
147
148### 2018-06-23 / 1.2.0
149
150* feat: Export Service Worker default inclusion and exclusion lists.
151
152### 2018-06-23 / 1.1.1
153
154* fix: Fix Service Worker generation.
155
156### 2018-06-23 / 1.1.0
157
158* feat: Support webpack-serve.
159
160### 2018-06-23 / 1.0.4
161
162* fix: Import globby properly.
163
164### 2018-06-23 / 1.0.3
165
166* fix: Export Font Awesome methods. Use tsc directly for building.
167
168### 2018-06-23 / 1.0.2
169
170* fix: Export all files.
171
172### 2018-06-23 / 1.0.1
173
174* fix: Use right options for string-replace-loader.
175
176### 2018-06-19 / 1.0.0
177
178* chore: Rebuild dist.
179* feat: Full rewrite as @cowtech/webpack-config
180
181### 2018-02-21 / 0.4.6
182
183* Minor fix.
184
185### 2018-02-21 / 0.4.5
186
187* ServiceWorker bugfix.
188
189### 2018-02-21 / 0.4.4
190
191* Updated dependencies.
192
193### 2018-02-20 / 0.4.3
194
195* Bugfix.
196
197### 2018-02-20 / 0.4.2
198
199* Bugfix.
200
201### 2018-02-20 / 0.4.1
202
203* Bugfix.
204
205### 2018-02-20 / 0.4.0
206
207* Updated ServiceWorker generation.
208
209### 2018-02-19 / 0.3.7
210
211* Updated to Workbox 3.0.
212
213### 2018-02-19 / 0.3.6
214
215* Simplified code.
216
217### 2018-01-19 / 0.3.5
218
219* Bugfix.
220
221### 2018-01-19 / 0.3.4
222
223* Relax engine requirement.
224
225### 2018-01-19 / 0.3.3
226
227* Switched to Uglify-ES.
228
229### 2018-01-19 / 0.3.2
230
231* Minor bugfix.
232
233### 2018-01-19 / 0.3.1
234
235* Include type checking.
236
237### 2018-01-19 / 0.3.0
238
239* Switch to Babel 7.
240
241### 2018-01-19 / 0.2.1
242
243* Improve loaders.
244
245### 2018-01-18 / 0.2.0
246
247* Updated dependencies. Removed moment. Require Node.js 9.
248
249### 2018-01-04 / 0.1.7
250
251* Updated dependencies.
252
253### 2018-01-03 / 0.1.6
254
255* Fixed TypeScript tree-shaking.
256
257### 2018-01-02 / 0.1.5
258
259* Add minification customization.
260
261### 2018-01-01 / 0.1.4
262
263* Removed useless method.
264
265### 2018-01-01 / 0.1.3
266
267* Removed useless method.
268
269### 2017-12-30 / 0.1.2
270
271* Added sitemap.xml to loading rules.
272
273### 2017-12-25 / 0.1.1
274
275* Added missing types.
276
277### 2017-12-25 / 0.1.0
278
279* Initial version.
280
281### 2017-12-25 / 0.0.1
282
283* Initial version.