@merkur/tools 0.31.0 โ 0.32.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +69 -317
- package/README.md +1 -1
- package/jest.config.js +4 -0
- package/package.json +21 -20
package/CHANGELOG.md
CHANGED
|
@@ -3,618 +3,370 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
# [0.
|
|
6
|
+
# [0.32.0](https://github.com/mjancarik/merkur/compare/v0.31.1...v0.32.0) (2023-07-14)
|
|
7
7
|
|
|
8
8
|
**Note:** Version bump only for package @merkur/tools
|
|
9
9
|
|
|
10
|
+
# [0.31.0](https://github.com/mjancarik/merkur/compare/v0.30.1...v0.31.0) (2023-04-25)
|
|
10
11
|
|
|
11
|
-
|
|
12
|
-
|
|
12
|
+
**Note:** Version bump only for package @merkur/tools
|
|
13
13
|
|
|
14
14
|
# [0.30.0](https://github.com/mjancarik/merkur/compare/v0.29.5...v0.30.0) (2022-11-28)
|
|
15
15
|
|
|
16
16
|
**Note:** Version bump only for package @merkur/tools
|
|
17
17
|
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
18
|
# [0.29.0](https://github.com/mjancarik/merkur/compare/v0.28.2...v0.29.0) (2022-08-08)
|
|
23
19
|
|
|
24
20
|
**Note:** Version bump only for package @merkur/tools
|
|
25
21
|
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
22
|
# [0.28.0](https://github.com/mjancarik/merkur/compare/v0.27.6...v0.28.0) (2022-04-20)
|
|
31
23
|
|
|
32
|
-
|
|
33
24
|
### Code Refactoring
|
|
34
25
|
|
|
35
|
-
|
|
36
|
-
|
|
26
|
+
- ๐ก move liveReloadServer to merkur/tools ([f81e0e8](https://github.com/mjancarik/merkur/commit/f81e0e89eff4a72985c89d23079be6a9344a3b2e))
|
|
37
27
|
|
|
38
28
|
### BREAKING CHANGES
|
|
39
29
|
|
|
40
|
-
|
|
41
|
-
@merkur/tool-webpack re-export createLiveReloadServer for keeping
|
|
42
|
-
backward compatability.
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
30
|
+
- ๐งจ The liveReloadServer.cjs file is moved to @merkur/tools. The
|
|
31
|
+
@merkur/tool-webpack re-export createLiveReloadServer for keeping
|
|
32
|
+
backward compatability.
|
|
47
33
|
|
|
48
34
|
## [0.27.1](https://github.com/mjancarik/merkur/compare/v0.27.0...v0.27.1) (2021-09-30)
|
|
49
35
|
|
|
50
|
-
|
|
51
36
|
### Bug Fixes
|
|
52
37
|
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
38
|
+
- ๐ Removed unused @merkur/tools pkg dependencies ([#109](https://github.com/mjancarik/merkur/issues/109)) ([c1a28b0](https://github.com/mjancarik/merkur/commit/c1a28b00f1b9510eeab897ab0232f59a0f6a3c0f))
|
|
58
39
|
|
|
59
40
|
# [0.27.0](https://github.com/mjancarik/merkur/compare/v0.26.1...v0.27.0) (2021-09-29)
|
|
60
41
|
|
|
61
|
-
|
|
62
42
|
### Features
|
|
63
43
|
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
44
|
+
- ๐ธ Added eslint plugin import and eslint react-hooks plugi ([#108](https://github.com/mjancarik/merkur/issues/108)) ([db8ca75](https://github.com/mjancarik/merkur/commit/db8ca75e701f1e9d57dc55c3a3a5e1fb7cfc4787))
|
|
45
|
+
- ๐ธ Automatically generate free port for livereload server ([#101](https://github.com/mjancarik/merkur/issues/101)) ([a083a1b](https://github.com/mjancarik/merkur/commit/a083a1b31edc818a2d94e000a78cbb03cc8dc022))
|
|
67
46
|
|
|
68
47
|
### BREAKING CHANGES
|
|
69
48
|
|
|
70
|
-
|
|
71
|
-
webpack.config.js before returning any config array.
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
49
|
+
- ๐งจ createLiveReloadServer() function must be promise chained in
|
|
50
|
+
webpack.config.js before returning any config array.
|
|
76
51
|
|
|
77
52
|
# [0.26.0](https://github.com/mjancarik/merkur/compare/v0.25.0...v0.26.0) (2021-08-27)
|
|
78
53
|
|
|
79
|
-
|
|
80
54
|
### Features
|
|
81
55
|
|
|
82
|
-
|
|
83
|
-
|
|
56
|
+
- ๐ธ create new module tool-webpack ([#99](https://github.com/mjancarik/merkur/issues/99)) ([111fda7](https://github.com/mjancarik/merkur/commit/111fda7a6854528472b8539ec12fffe7a1d7efae))
|
|
84
57
|
|
|
85
58
|
### BREAKING CHANGES
|
|
86
59
|
|
|
87
|
-
|
|
88
|
-
module
|
|
89
|
-
|
|
90
|
-
* ci: ๐ก add lock file for new module
|
|
91
|
-
|
|
92
|
-
* feat: ๐ธ add new module merkur/tool-webpack to dev dependencies
|
|
93
|
-
|
|
94
|
-
|
|
60
|
+
- ๐งจ Extract webpack to alone module merkur/tool-webpack from merkur/tools
|
|
61
|
+
module
|
|
95
62
|
|
|
63
|
+
- ci: ๐ก add lock file for new module
|
|
96
64
|
|
|
65
|
+
- feat: ๐ธ add new module merkur/tool-webpack to dev dependencies
|
|
97
66
|
|
|
98
67
|
# [0.25.0](https://github.com/mjancarik/merkur/compare/v0.24.4...v0.25.0) (2021-08-20)
|
|
99
68
|
|
|
100
|
-
|
|
101
69
|
### chore
|
|
102
70
|
|
|
103
|
-
|
|
104
|
-
|
|
71
|
+
- ๐ค update dependencies ([#89](https://github.com/mjancarik/merkur/issues/89)) ([ab1e063](https://github.com/mjancarik/merkur/commit/ab1e063fd72441f8e81d576d0a2a57122129f08d))
|
|
105
72
|
|
|
106
73
|
### Features
|
|
107
74
|
|
|
108
|
-
|
|
109
|
-
|
|
75
|
+
- ๐ธ set es11 as default for esm modules ([#94](https://github.com/mjancarik/merkur/issues/94)) ([e841b89](https://github.com/mjancarik/merkur/commit/e841b89a601e139b803e585749991b992af8e70f))
|
|
110
76
|
|
|
111
77
|
### BREAKING CHANGES
|
|
112
78
|
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
* feat: ๐ธ add polyfill for es9 version
|
|
79
|
+
- ๐งจ Change default for ems modules from es9 to es11.
|
|
116
80
|
|
|
117
|
-
|
|
81
|
+
- feat: ๐ธ add polyfill for es9 version
|
|
118
82
|
|
|
119
|
-
|
|
83
|
+
- feat: ๐ธ add isES11Supported method to testScript
|
|
120
84
|
|
|
121
|
-
|
|
85
|
+
- docs: โ๏ธ add es11 build to widget endpoint
|
|
122
86
|
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
* feat: ๐ธ add lib/index.es9.mjs to exports
|
|
126
|
-
|
|
127
|
-
* feat: ๐ธ add missing modules for umd config
|
|
128
|
-
|
|
129
|
-
* chore: ๐ค update dependencies
|
|
130
|
-
* ๐งจ Jest@27 https://github.com/facebook/jest/blob/master/CHANGELOG.md#2700
|
|
87
|
+
- chore: ๐ค remove useless dependencies
|
|
131
88
|
|
|
89
|
+
- fix: ๐ add webpack alias for plugin-css-scrambler to es5,es9
|
|
132
90
|
|
|
91
|
+
- feat: ๐ธ add lib/index.es9.mjs to exports
|
|
133
92
|
|
|
93
|
+
- feat: ๐ธ add missing modules for umd config
|
|
134
94
|
|
|
95
|
+
- chore: ๐ค update dependencies
|
|
96
|
+
- ๐งจ Jest@27 https://github.com/facebook/jest/blob/master/CHANGELOG.md#2700
|
|
135
97
|
|
|
136
98
|
## [0.24.1](https://github.com/mjancarik/merkur/compare/v0.24.0...v0.24.1) (2021-06-06)
|
|
137
99
|
|
|
138
100
|
**Note:** Version bump only for package @merkur/tools
|
|
139
101
|
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
102
|
# [0.24.0](https://github.com/mjancarik/merkur/compare/v0.23.12...v0.24.0) (2021-05-28)
|
|
145
103
|
|
|
146
104
|
**Note:** Version bump only for package @merkur/tools
|
|
147
105
|
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
106
|
## [0.23.12](https://github.com/mjancarik/merkur/compare/v0.23.11...v0.23.12) (2021-04-16)
|
|
153
107
|
|
|
154
108
|
**Note:** Version bump only for package @merkur/tools
|
|
155
109
|
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
110
|
## [0.23.11](https://github.com/mjancarik/merkur/compare/v0.23.10...v0.23.11) (2021-04-14)
|
|
161
111
|
|
|
162
|
-
|
|
163
112
|
### Bug Fixes
|
|
164
113
|
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
114
|
+
- ๐ prevent errors for fully specified files ([#73](https://github.com/mjancarik/merkur/issues/73)) ([4d890f4](https://github.com/mjancarik/merkur/commit/4d890f4645174c3c84276ac1a285ad0b28804a44))
|
|
170
115
|
|
|
171
116
|
## [0.23.10](https://github.com/mjancarik/merkur/compare/v0.23.9...v0.23.10) (2021-04-12)
|
|
172
117
|
|
|
173
|
-
|
|
174
118
|
### Features
|
|
175
119
|
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
120
|
+
- ๐ธ add brotli and gzip compression to webpack build ([#70](https://github.com/mjancarik/merkur/issues/70)) ([3a454fd](https://github.com/mjancarik/merkur/commit/3a454fd45b11e43d84d87ba8fa47cca1441de00b))
|
|
181
121
|
|
|
182
122
|
## [0.23.9](https://github.com/mjancarik/merkur/compare/v0.23.8...v0.23.9) (2021-04-12)
|
|
183
123
|
|
|
184
|
-
|
|
185
124
|
### Bug Fixes
|
|
186
125
|
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
126
|
+
- ๐ es5 webpack build ([#68](https://github.com/mjancarik/merkur/issues/68)) ([68dd594](https://github.com/mjancarik/merkur/commit/68dd59494130fa6288411a749bed7862f6950b50))
|
|
192
127
|
|
|
193
128
|
## [0.23.8](https://github.com/mjancarik/merkur/compare/v0.23.7...v0.23.8) (2021-03-21)
|
|
194
129
|
|
|
195
|
-
|
|
196
130
|
### Bug Fixes
|
|
197
131
|
|
|
198
|
-
|
|
199
|
-
|
|
132
|
+
- ๐ restarting nodemone after build ([52166d5](https://github.com/mjancarik/merkur/commit/52166d527638e39f4327014f66d10df0950c5616))
|
|
200
133
|
|
|
201
134
|
### Features
|
|
202
135
|
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
136
|
+
- ๐ธ added svelte view ([#65](https://github.com/mjancarik/merkur/issues/65)) ([b3f9e24](https://github.com/mjancarik/merkur/commit/b3f9e24a683477d53153121750a00627f5b176b7))
|
|
208
137
|
|
|
209
138
|
## [0.23.6](https://github.com/mjancarik/merkur/compare/v0.23.5...v0.23.6) (2021-02-17)
|
|
210
139
|
|
|
211
140
|
**Note:** Version bump only for package @merkur/tools
|
|
212
141
|
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
142
|
## [0.23.4](https://github.com/mjancarik/merkur/compare/v0.23.3...v0.23.4) (2021-02-04)
|
|
218
143
|
|
|
219
144
|
**Note:** Version bump only for package @merkur/tools
|
|
220
145
|
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
146
|
## [0.23.3](https://github.com/mjancarik/merkur/compare/v0.23.2...v0.23.3) (2021-02-04)
|
|
226
147
|
|
|
227
|
-
|
|
228
148
|
### Bug Fixes
|
|
229
149
|
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
150
|
+
- ๐ default value 'auto' in publicPath for manifest.json ([08f5fef](https://github.com/mjancarik/merkur/commit/08f5fefdf80cacac745fea8fc25622f562c05a12))
|
|
151
|
+
- ๐ npm run dev command start dev:server ([45fa9ac](https://github.com/mjancarik/merkur/commit/45fa9acb46b0efb660b2838b8b4957c1dc5e419b))
|
|
236
152
|
|
|
237
153
|
## [0.23.2](https://github.com/mjancarik/merkur/compare/v0.23.1...v0.23.2) (2021-02-01)
|
|
238
154
|
|
|
239
155
|
**Note:** Version bump only for package @merkur/tools
|
|
240
156
|
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
157
|
## [0.23.1](https://github.com/mjancarik/merkur/compare/v0.23.0...v0.23.1) (2021-02-01)
|
|
246
158
|
|
|
247
159
|
**Note:** Version bump only for package @merkur/tools
|
|
248
160
|
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
161
|
# [0.23.0](https://github.com/mjancarik/merkur/compare/v0.22.0...v0.23.0) (2021-02-01)
|
|
254
162
|
|
|
255
|
-
|
|
256
163
|
### Bug Fixes
|
|
257
164
|
|
|
258
|
-
|
|
259
|
-
|
|
165
|
+
- ๐ typo ([e9dca16](https://github.com/mjancarik/merkur/commit/e9dca16797593891f4f11e876bd6382b8f98d6d2))
|
|
260
166
|
|
|
261
167
|
### chore
|
|
262
168
|
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
169
|
+
- ๐ค added index.js file for fixing CRA ([#51](https://github.com/mjancarik/merkur/issues/51)) ([bcfb131](https://github.com/mjancarik/merkur/commit/bcfb131abe8a5c02504dd573f8c198ed3dbca648))
|
|
170
|
+
- ๐ค update dependencies ([#59](https://github.com/mjancarik/merkur/issues/59)) ([06ba5d5](https://github.com/mjancarik/merkur/commit/06ba5d578b8b1058d71b3d56d1da11a737b495a9))
|
|
266
171
|
|
|
267
172
|
### Code Refactoring
|
|
268
173
|
|
|
269
|
-
|
|
270
|
-
|
|
174
|
+
- ๐ก replace webpack-shell-plugin ([ea89a9f](https://github.com/mjancarik/merkur/commit/ea89a9f7b253af4a8a723bfd0dca17b1828e0d39))
|
|
271
175
|
|
|
272
176
|
### BREAKING CHANGES
|
|
273
177
|
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
maintained and support webpack5.
|
|
277
|
-
|
|
278
|
-
extension in package.json.
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
178
|
+
- ๐งจ Update peer dependencies, dev dependencies and dependencies.
|
|
179
|
+
- ๐งจ We replace webpack-shell-plugin for webpack-shell-plugin-next which is
|
|
180
|
+
maintained and support webpack5.
|
|
181
|
+
- ๐งจ The values of main and module properties were change without file
|
|
182
|
+
extension in package.json.
|
|
283
183
|
|
|
284
184
|
# [0.22.0](https://github.com/mjancarik/merkur/compare/v0.21.3...v0.22.0) (2020-10-15)
|
|
285
185
|
|
|
286
186
|
**Note:** Version bump only for package @merkur/tools
|
|
287
187
|
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
188
|
# [0.21.0](https://github.com/mjancarik/merkur/compare/v0.20.0...v0.21.0) (2020-09-30)
|
|
293
189
|
|
|
294
|
-
|
|
295
190
|
### Bug Fixes
|
|
296
191
|
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
192
|
+
- ๐ Fixed babel-loader config to re-enable tree-shaking ([e125818](https://github.com/mjancarik/merkur/commit/e12581838273571be2c88d03c5061ed33857b0a2))
|
|
302
193
|
|
|
303
194
|
# [0.20.0](https://github.com/mjancarik/merkur/compare/v0.19.3...v0.20.0) (2020-09-11)
|
|
304
195
|
|
|
305
196
|
**Note:** Version bump only for package @merkur/tools
|
|
306
197
|
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
198
|
## [0.19.2](https://github.com/mjancarik/merkur/compare/v0.19.1...v0.19.2) (2020-09-09)
|
|
312
199
|
|
|
313
200
|
**Note:** Version bump only for package @merkur/tools
|
|
314
201
|
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
202
|
## [0.19.1](https://github.com/mjancarik/merkur/compare/v0.19.0...v0.19.1) (2020-09-07)
|
|
320
203
|
|
|
321
|
-
|
|
322
204
|
### Bug Fixes
|
|
323
205
|
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
206
|
+
- ๐ set webpack to handle .mjs files for both envs ([131b06d](https://github.com/mjancarik/merkur/commit/131b06de9ea766ce4ea8c39405232ed103dc7eb6))
|
|
329
207
|
|
|
330
208
|
# [0.19.0](https://github.com/mjancarik/merkur/compare/v0.18.1...v0.19.0) (2020-09-07)
|
|
331
209
|
|
|
332
|
-
|
|
333
210
|
### Features
|
|
334
211
|
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
212
|
+
- ๐ธ bundle analyzer show tree shakeable version for dev env ([29c5bcd](https://github.com/mjancarik/merkur/commit/29c5bcdb5c8b3dc815169c14a116bc6c591ff81e))
|
|
340
213
|
|
|
341
214
|
## [0.18.1](https://github.com/mjancarik/merkur/compare/v0.18.0...v0.18.1) (2020-09-04)
|
|
342
215
|
|
|
343
216
|
**Note:** Version bump only for package @merkur/tools
|
|
344
217
|
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
218
|
# [0.18.0](https://github.com/mjancarik/merkur/compare/v0.17.0...v0.18.0) (2020-09-03)
|
|
350
219
|
|
|
351
|
-
|
|
352
220
|
### Bug Fixes
|
|
353
221
|
|
|
354
|
-
|
|
355
|
-
|
|
222
|
+
- ๐ update dependencies ([5ca444a](https://github.com/mjancarik/merkur/commit/5ca444a70dd9a2a7bb94a592241ccea63c788430))
|
|
356
223
|
|
|
357
224
|
### Features
|
|
358
225
|
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
226
|
+
- ๐ธ added polyfill file ([b2b2a99](https://github.com/mjancarik/merkur/commit/b2b2a99380ea741d8a36fa95a94ded3414fc8a9f))
|
|
227
|
+
- ๐ธ pipe allow async function ([97f6aa5](https://github.com/mjancarik/merkur/commit/97f6aa53159cb988ab6dd6e02d422ecdeb6c0064))
|
|
362
228
|
|
|
363
229
|
### BREAKING CHANGES
|
|
364
230
|
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
231
|
+
- ๐งจ yes
|
|
232
|
+
- ๐งจ yes
|
|
371
233
|
|
|
372
234
|
# [0.17.0](https://github.com/mjancarik/merkur/compare/v0.16.2...v0.17.0) (2020-08-27)
|
|
373
235
|
|
|
374
236
|
**Note:** Version bump only for package @merkur/tools
|
|
375
237
|
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
238
|
## [0.16.1](https://github.com/mjancarik/merkur/compare/v0.16.0...v0.16.1) (2020-08-14)
|
|
381
239
|
|
|
382
240
|
**Note:** Version bump only for package @merkur/tools
|
|
383
241
|
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
242
|
# [0.16.0](https://github.com/mjancarik/merkur/compare/v0.15.2...v0.16.0) (2020-08-14)
|
|
389
243
|
|
|
390
244
|
**Note:** Version bump only for package @merkur/tools
|
|
391
245
|
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
246
|
## [0.15.1](https://github.com/mjancarik/merkur/compare/v0.15.0...v0.15.1) (2020-08-06)
|
|
397
247
|
|
|
398
|
-
|
|
399
248
|
### Bug Fixes
|
|
400
249
|
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
250
|
+
- ๐ resolving @merkur/\* modules to es5 version ([802a952](https://github.com/mjancarik/merkur/commit/802a952995499f18d803414b26c0ac4356d7d881))
|
|
406
251
|
|
|
407
252
|
# [0.15.0](https://github.com/mjancarik/merkur/compare/v0.14.1...v0.15.0) (2020-08-06)
|
|
408
253
|
|
|
409
|
-
|
|
410
254
|
### chore
|
|
411
255
|
|
|
412
|
-
|
|
413
|
-
|
|
256
|
+
- ๐ค update dependencies ([9d5f3eb](https://github.com/mjancarik/merkur/commit/9d5f3eb1b0b1e6845fa2ae5e2714cefd53e6782e))
|
|
414
257
|
|
|
415
258
|
### Features
|
|
416
259
|
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
260
|
+
- ๐ธ Ability to override node_modules dir in ES5 transformer ([#14](https://github.com/mjancarik/merkur/issues/14)) ([253a443](https://github.com/mjancarik/merkur/commit/253a44346e324d98ed4408775ddbb9e3e769d9c7))
|
|
261
|
+
- ๐ธ added jest-watch-typeahead plugin ([f0de4e7](https://github.com/mjancarik/merkur/commit/f0de4e726e41239676cce956e7374a7ca64dcd64))
|
|
420
262
|
|
|
421
263
|
### BREAKING CHANGES
|
|
422
264
|
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
265
|
+
- ๐งจ yes
|
|
428
266
|
|
|
429
267
|
## [0.14.1](https://github.com/mjancarik/merkur/compare/v0.14.0...v0.14.1) (2020-07-28)
|
|
430
268
|
|
|
431
|
-
|
|
432
269
|
### Bug Fixes
|
|
433
270
|
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
271
|
+
- ๐ added missing clean-webpack-plugin dependency ([1cb754d](https://github.com/mjancarik/merkur/commit/1cb754d70ada2d98eb813d4d8d7c6012bfd1f135))
|
|
439
272
|
|
|
440
273
|
# [0.14.0](https://github.com/mjancarik/merkur/compare/v0.13.1...v0.14.0) (2020-07-28)
|
|
441
274
|
|
|
442
|
-
|
|
443
275
|
### Features
|
|
444
276
|
|
|
445
|
-
|
|
446
|
-
|
|
277
|
+
- ๐ธ new assets structure for es5 and es9 scripts ([54d7dce](https://github.com/mjancarik/merkur/commit/54d7dceb9d01630dbcfb7a18615360c0ceae3ab9))
|
|
447
278
|
|
|
448
279
|
### BREAKING CHANGES
|
|
449
280
|
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
281
|
+
- ๐งจ yes
|
|
455
282
|
|
|
456
283
|
# [0.13.0](https://github.com/mjancarik/merkur/compare/v0.12.0...v0.13.0) (2020-07-09)
|
|
457
284
|
|
|
458
285
|
**Note:** Version bump only for package @merkur/tools
|
|
459
286
|
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
287
|
# [0.12.0](https://github.com/mjancarik/merkur/compare/v0.11.3...v0.12.0) (2020-06-28)
|
|
465
288
|
|
|
466
|
-
|
|
467
289
|
### Features
|
|
468
290
|
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
291
|
+
- ๐ธ added es5 version of lib files for older browsers ([5fbf920](https://github.com/mjancarik/merkur/commit/5fbf9205e60b735d2711f3f98c06ee7a734d26ba))
|
|
474
292
|
|
|
475
293
|
# [0.11.0](https://github.com/mjancarik/merkur/compare/v0.10.0...v0.11.0) (2020-06-19)
|
|
476
294
|
|
|
477
295
|
**Note:** Version bump only for package @merkur/tools
|
|
478
296
|
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
297
|
# [0.10.0](https://github.com/mjancarik/merkur/compare/v0.9.4...v0.10.0) (2020-06-17)
|
|
484
298
|
|
|
485
299
|
**Note:** Version bump only for package @merkur/tools
|
|
486
300
|
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
301
|
## [0.9.4](https://github.com/mjancarik/merkur/compare/v0.9.3...v0.9.4) (2020-06-08)
|
|
492
302
|
|
|
493
303
|
**Note:** Version bump only for package @merkur/tools
|
|
494
304
|
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
305
|
## [0.9.2](https://github.com/mjancarik/merkur/compare/v0.8.1...v0.9.2) (2020-06-04)
|
|
500
306
|
|
|
501
307
|
**Note:** Version bump only for package @merkur/tools
|
|
502
308
|
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
309
|
## [0.9.1](https://github.com/mjancarik/merkur/compare/v0.8.1...v0.9.1) (2020-06-04)
|
|
508
310
|
|
|
509
311
|
**Note:** Version bump only for package @merkur/tools
|
|
510
312
|
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
313
|
# [0.9.0](https://github.com/mjancarik/merkur/compare/v0.8.1...v0.9.0) (2020-06-04)
|
|
516
314
|
|
|
517
315
|
**Note:** Version bump only for package @merkur/tools
|
|
518
316
|
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
317
|
# [0.8.0](https://github.com/mjancarik/merkur/compare/v0.7.1...v0.8.0) (2020-05-15)
|
|
524
318
|
|
|
525
319
|
**Note:** Version bump only for package @merkur/tools
|
|
526
320
|
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
321
|
## [0.7.1](https://github.com/mjancarik/merkur/compare/v0.7.0...v0.7.1) (2020-05-14)
|
|
532
322
|
|
|
533
323
|
**Note:** Version bump only for package @merkur/tools
|
|
534
324
|
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
325
|
# [0.7.0](https://github.com/mjancarik/merkur/compare/v0.6.2...v0.7.0) (2020-05-14)
|
|
540
326
|
|
|
541
327
|
**Note:** Version bump only for package @merkur/tools
|
|
542
328
|
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
329
|
# [0.6.0](https://github.com/mjancarik/merkur/compare/v0.5.7...v0.6.0) (2020-05-04)
|
|
548
330
|
|
|
549
|
-
|
|
550
331
|
### Features
|
|
551
332
|
|
|
552
|
-
|
|
553
|
-
|
|
333
|
+
- ๐ธ liveroload without modifing app.js file ([5c51173](https://github.com/mjancarik/merkur/commit/5c511739efa3edab3981f0fdee17303a311df7db))
|
|
554
334
|
|
|
555
335
|
### BREAKING CHANGES
|
|
556
336
|
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
337
|
+
- ๐งจ yes
|
|
562
338
|
|
|
563
339
|
## [0.5.7](https://github.com/mjancarik/merkur/compare/v0.5.6...v0.5.7) (2020-05-04)
|
|
564
340
|
|
|
565
|
-
|
|
566
341
|
### Bug Fixes
|
|
567
342
|
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
343
|
+
- ๐ running integration tests ([50662d6](https://github.com/mjancarik/merkur/commit/50662d649fa1c301ecbdb29ba596cc04662ccbca))
|
|
573
344
|
|
|
574
345
|
## [0.5.4](https://github.com/mjancarik/merkur/compare/v0.5.3...v0.5.4) (2020-05-01)
|
|
575
346
|
|
|
576
347
|
**Note:** Version bump only for package @merkur/tools
|
|
577
348
|
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
349
|
## [0.5.3](https://github.com/mjancarik/merkur/compare/v0.5.2...v0.5.3) (2020-05-01)
|
|
583
350
|
|
|
584
|
-
|
|
585
351
|
### Features
|
|
586
352
|
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
353
|
+
- ๐ธ added livereloading for dev ([fde5d8c](https://github.com/mjancarik/merkur/commit/fde5d8c2cae2145a1d0af4efd5177c88b16d4f1d))
|
|
592
354
|
|
|
593
355
|
## [0.5.2](https://github.com/mjancarik/merkur/compare/v0.5.1...v0.5.2) (2020-04-25)
|
|
594
356
|
|
|
595
357
|
**Note:** Version bump only for package @merkur/tools
|
|
596
358
|
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
359
|
## [0.5.1](https://github.com/mjancarik/merkur/compare/v0.5.0...v0.5.1) (2020-04-25)
|
|
602
360
|
|
|
603
361
|
**Note:** Version bump only for package @merkur/tools
|
|
604
362
|
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
363
|
# [0.5.0](https://github.com/mjancarik/merkur/compare/v0.4.2...v0.5.0) (2020-04-25)
|
|
610
364
|
|
|
611
|
-
|
|
612
365
|
### Features
|
|
613
366
|
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
367
|
+
- ๐ธ added new @mekur/tools module ([e8ba8ba](https://github.com/mjancarik/merkur/commit/e8ba8baec41366c56456b958cb57afec1bafeb0e))
|
|
368
|
+
- ๐ธ change folders structure ([22425e0](https://github.com/mjancarik/merkur/commit/22425e0b4e61984d5d303186299ade4bba1cf5fb))
|
|
617
369
|
|
|
618
370
|
### BREAKING CHANGES
|
|
619
371
|
|
|
620
|
-
|
|
372
|
+
- ๐งจ yes
|
package/README.md
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|

|
|
12
12
|
[](https://github.com/prettier/prettier)
|
|
13
13
|
|
|
14
|
-
The [Merkur](https://merkur.js.org/) is tiny extensible javascript library for front-end microservices(micro frontends). It allows by default server side rendering for loading performance boost. You can connect it with other frameworks or languages because merkur defines easy API. You can use one of six predefined template's library [
|
|
14
|
+
The [Merkur](https://merkur.js.org/) is tiny extensible javascript library for front-end microservices(micro frontends). It allows by default server side rendering for loading performance boost. You can connect it with other frameworks or languages because merkur defines easy API. You can use one of six predefined template's library [Preact](https://preactjs.com/), [ยตhtml](https://github.com/WebReflection/uhtml#readme), [Svelte](https://svelte.dev/) and [vanilla](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals) but you can easily extend for others.
|
|
15
15
|
|
|
16
16
|
## Features
|
|
17
17
|
- Flexible templating engine
|
package/jest.config.js
CHANGED
|
@@ -23,4 +23,8 @@ module.exports = {
|
|
|
23
23
|
require.resolve('jest-watch-typeahead/filename'),
|
|
24
24
|
require.resolve('jest-watch-typeahead/testname'),
|
|
25
25
|
],
|
|
26
|
+
// https://github.com/preactjs/preact/pull/3634
|
|
27
|
+
testEnvironmentOptions: {
|
|
28
|
+
customExportConditions: ['node', 'node-addons'],
|
|
29
|
+
},
|
|
26
30
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@merkur/tools",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.32.0",
|
|
4
4
|
"description": "Merkur tools.",
|
|
5
5
|
"bin": {
|
|
6
6
|
"merkur-tools": "./bin/merkurTools.js"
|
|
@@ -30,30 +30,31 @@
|
|
|
30
30
|
},
|
|
31
31
|
"homepage": "https://merkur.js.org/",
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@babel/core": "7.
|
|
34
|
-
"@babel/eslint-parser": "7.
|
|
35
|
-
"@babel/preset-env": "7.
|
|
36
|
-
"babel-jest": "
|
|
37
|
-
"core-js": "3.
|
|
38
|
-
"eslint": "8.
|
|
33
|
+
"@babel/core": "7.21.8",
|
|
34
|
+
"@babel/eslint-parser": "7.21.8",
|
|
35
|
+
"@babel/preset-env": "7.21.5",
|
|
36
|
+
"babel-jest": "29.5.0",
|
|
37
|
+
"core-js": "3.30.2",
|
|
38
|
+
"eslint": "8.40.0",
|
|
39
39
|
"eslint-config-last": "0.0.5",
|
|
40
|
-
"eslint-config-prettier": "8.
|
|
41
|
-
"eslint-plugin-import": "^2.
|
|
40
|
+
"eslint-config-prettier": "8.8.0",
|
|
41
|
+
"eslint-plugin-import": "^2.27.5",
|
|
42
42
|
"eslint-plugin-jasmine": "4.1.3",
|
|
43
|
-
"eslint-plugin-jest": "
|
|
44
|
-
"eslint-plugin-prettier": "4.
|
|
45
|
-
"eslint-plugin-react": "7.
|
|
46
|
-
"eslint-plugin-react-hooks": "^4.
|
|
43
|
+
"eslint-plugin-jest": "27.2.1",
|
|
44
|
+
"eslint-plugin-prettier": "4.2.1",
|
|
45
|
+
"eslint-plugin-react": "7.32.2",
|
|
46
|
+
"eslint-plugin-react-hooks": "^4.6.0",
|
|
47
47
|
"find-free-port": "^2.0.0",
|
|
48
|
-
"jest": "
|
|
49
|
-
"jest-
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
53
|
-
"
|
|
48
|
+
"jest": "29.5.0",
|
|
49
|
+
"jest-environment-jsdom": "^29.5.0",
|
|
50
|
+
"jest-watch-typeahead": "^2.2.2",
|
|
51
|
+
"prettier": "2.8.8",
|
|
52
|
+
"supertest": "6.3.3",
|
|
53
|
+
"ws": "8.13.0",
|
|
54
|
+
"yargs": "17.7.2"
|
|
54
55
|
},
|
|
55
56
|
"peerDependencies": {
|
|
56
57
|
"express": "*"
|
|
57
58
|
},
|
|
58
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "c45ffe12725e3c4afcf7f13869a25a96f6807055"
|
|
59
60
|
}
|