UNPKG

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