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