es-module-shims 1.4.4 → 1.4.5
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 +277 -277
- package/README.md +741 -704
- package/dist/es-module-shims.js +789 -776
- package/dist/es-module-shims.min.js +2 -0
- package/dist/es-module-shims.min.js.map +1 -0
- package/dist/es-module-shims.wasm.js +788 -775
- package/index.d.ts +157 -157
- package/package.json +67 -65
package/CHANGELOG.md
CHANGED
|
@@ -1,277 +1,277 @@
|
|
|
1
|
-
ES Module Shims 1.4.4
|
|
2
|
-
* Fix: import.meta.resolve support for inline scripts (https://github.com/guybedford/es-module-shims/pull/251)
|
|
3
|
-
* Fix: CSS imports unquoted URL normalization (https://github.com/guybedford/es-module-shims/pull/252)
|
|
4
|
-
* Fix: Reword polyfill info message (https://github.com/guybedford/es-module-shims/pull/253)
|
|
5
|
-
|
|
6
|
-
ES Module Shims 1.4.3 (2022/01/25)
|
|
7
|
-
* Feature: Support import map overrides when existing resolution matches new resolution (https://github.com/guybedford/es-module-shims/pull/249, @vovacodes)
|
|
8
|
-
* Fix: Import assertions support with dynamic imports (https://github.com/guybedford/es-module-shims/pull/248)
|
|
9
|
-
|
|
10
|
-
ES Module Shims 1.4.2 (2022/01/24)
|
|
11
|
-
* Fix: optional catch binding in `isUrl` function (@thepassle, https://github.com/guybedford/es-module-shims/pull/246)
|
|
12
|
-
|
|
13
|
-
ES Module Shims 1.4.1 (2021/12/15)
|
|
14
|
-
* Fix: Firefox parse error stacks (https://github.com/guybedford/es-module-shims/pull/239)
|
|
15
|
-
|
|
16
|
-
ES Module Shims 1.4.0 (2021/12/14)
|
|
17
|
-
* Feature: "enforceIntegrity" option and "modulepreload-shim" support for secure shim mode with integrity (https://github.com/guybedford/es-module-shims/pull/236)
|
|
18
|
-
* Fix: Safari parse error stacks (https://github.com/guybedford/es-module-shims/pull/238)
|
|
19
|
-
* Note: Polyfill mode console note when expected native errors are present (https://github.com/guybedford/es-module-shims/pull/237)
|
|
20
|
-
|
|
21
|
-
ES Module Shims 1.3.6 (2021/12/07)
|
|
22
|
-
* Fix resolve hook via esms options (#233, @ffortier)
|
|
23
|
-
|
|
24
|
-
ES Module Shims 1.3.5 (2021/12/02)
|
|
25
|
-
* Fix trailing comment regex for source mapping normalization with trailling comments (https://github.com/guybedford/es-module-shims/pull/231)
|
|
26
|
-
|
|
27
|
-
ES Module Shims 1.3.4 (2021/12/02)
|
|
28
|
-
* Support source mapping normalization with trailing comments (https://github.com/guybedford/es-module-shims/pull/229)
|
|
29
|
-
|
|
30
|
-
ES Module Shims 1.3.3 (2021/11/30))
|
|
31
|
-
* Remove use of document.write (https://github.com/guybedford/es-module-shims/pull/227, @lewisl9029)
|
|
32
|
-
|
|
33
|
-
ES Module Shims 1.3.2 (2021/11/16)
|
|
34
|
-
* Fix CSP nonce detection (https://github.com/guybedford/es-module-shims/pull/223, @MathiasWP)
|
|
35
|
-
|
|
36
|
-
ES Module Shims 1.3.1 (2021/11/04)
|
|
37
|
-
* Feature: Support "async" attribute ordering on polyfill and shim scripts (https://github.com/guybedford/es-module-shims/pull/221)
|
|
38
|
-
* Fix: Sourcemap regex fix (https://github.com/guybedford/es-module-shims/pull/218)
|
|
39
|
-
* Fix: Polyfill duplicate instance bug (https://github.com/guybedford/es-module-shims/pull/220)
|
|
40
|
-
|
|
41
|
-
ES Module Shims 1.3.0 (2021/10/14)
|
|
42
|
-
* Feature: Shim mode function to get import map, dynamic map overrides now throw (https://github.com/guybedford/es-module-shims/pull/213, @lewisl9029)
|
|
43
|
-
* Feature: Upgrade to es-module-lexer@0.9.3 with import / export strings support (https://github.com/guybedford/es-module-shims/pull/210)
|
|
44
|
-
* Performance: Disable subgraph passthrough (https://github.com/guybedford/es-module-shims/pull/208)
|
|
45
|
-
* Fix: Undefined error callbacks for Safari (https://github.com/guybedford/es-module-shims/pull/209)
|
|
46
|
-
|
|
47
|
-
ES Module Shims 1.2.0 (2021/10/04)
|
|
48
|
-
* Fix: Bug where fetch hook was renamed to "fetchHook" instead of "fetch" (https://github.com/guybedford/es-module-shims/pull/205)
|
|
49
|
-
|
|
50
|
-
ES Modules Shims 1.1.0 (2021/09/28)
|
|
51
|
-
* Feature: Enable polyfill when loading a module before the import map. This resolves browser extension issues (https://github.com/WICG/import-maps/issues/248) (https://github.com/guybedford/es-module-shims/pull/203)
|
|
52
|
-
* Fix: Upgrade to es-module-lexer@0.9.1 supporting large source analysis (https://github.com/guybedford/es-module-shims/pull/203)
|
|
53
|
-
|
|
54
|
-
ES Module Shims 1.0.4 (2021/09/22)
|
|
55
|
-
* Fix typo bug in import maps call (https://github.com/guybedford/es-module-shims/pull/198)
|
|
56
|
-
|
|
57
|
-
ES Module Shims 1.0.3 (2021/09/22)
|
|
58
|
-
* Lifecycle event polishing and fixes (https://github.com/guybedford/es-module-shims/pull/197)
|
|
59
|
-
|
|
60
|
-
ES Module Shims 1.0.2 (2021/09/22)
|
|
61
|
-
* Fix native passthrough for contextual `importShim` dynamic import to still full reconstruct top-level resolution by parsing import maps (https://github.com/guybedford/es-module-shims/pull/196)
|
|
62
|
-
* Remove skip option default (https://github.com/guybedford/es-module-shims/pull/195)
|
|
63
|
-
|
|
64
|
-
ES Module Shims 1.0.1 (2021/09/22)
|
|
65
|
-
* Improved native passthrough performance, with some load event restrictions on unstable new features within release cutoff (https://github.com/guybedford/es-module-shims/pull/194)
|
|
66
|
-
|
|
67
|
-
ES Module Shims 1.0.0 (2021/09/20)
|
|
68
|
-
* CSP support build by default (https://github.com/guybedford/es-module-shims/pull/193)
|
|
69
|
-
|
|
70
|
-
ES Module Shims 0.15.1 (2021/09/18)
|
|
71
|
-
* Significant performance improvements to CSP build via asm.js (https://github.com/guybedford/es-module-shims/pull/190) and direct dynamic import (https://github.com/guybedford/es-module-shims/pull/191)
|
|
72
|
-
|
|
73
|
-
ES Module Shims 0.15.0 (2021/09/17)
|
|
74
|
-
* Various perf and behaviour polishing (https://github.com/guybedford/es-module-shims/pull/188)
|
|
75
|
-
* Revert DOM mutator nested queryString checks (https://github.com/guybedford/es-module-shims/pull/189)
|
|
76
|
-
* Fetch pooling (https://github.com/guybedford/es-module-shims/pull/184)
|
|
77
|
-
|
|
78
|
-
ES Module Shims 0.14.0 (2021/09/13)
|
|
79
|
-
* CSP compatible ES Module Shims build (https://github.com/guybedford/es-module-shims/pull/183)
|
|
80
|
-
|
|
81
|
-
ES Module Shims 0.13.1 (2021/09/10)
|
|
82
|
-
* Fix to ensure global script errors always propagate to the console (https://github.com/guybedford/es-module-shims/pull/182)
|
|
83
|
-
|
|
84
|
-
ES Module Shims 0.13.0 (2021/09/07)
|
|
85
|
-
* Breaking Change: Polyfill mode restricts behaviours to native baseline support (https://github.com/guybedford/es-module-shims/pull/173)
|
|
86
|
-
* Breaking Change: JSON and CSS modules require explicit enabling (https://github.com/guybedford/es-module-shims/pull/172)
|
|
87
|
-
* Breaking Change: Adds the "exports" field to encapsulate the package entry point (https://github.com/guybedford/es-module-shims/pull/177)
|
|
88
|
-
* Feature: Support script DOM "load" events (https://github.com/guybedford/es-module-shims/pull/170)
|
|
89
|
-
* Improve browser compatibility for Weixin browser (https://github.com/guybedford/es-module-shims/pull/165, @xxgjzftd)
|
|
90
|
-
* Fix dynamic import polyfill recursion in Firefox 60 (https://github.com/guybedford/es-module-shims/pull/176)
|
|
91
|
-
* Change compat to Edge 17+ (https://github.com/guybedford/es-module-shims/pull/178)
|
|
92
|
-
|
|
93
|
-
ES Module Shims 0.12.8 (2021/08/24)
|
|
94
|
-
* Fix preload deduping for re-injection of preloads (https://github.com/guybedford/es-module-shims/pull/164)
|
|
95
|
-
|
|
96
|
-
ES Module Shims 0.12.7 (2021/08/23)
|
|
97
|
-
* Support re-triggering DOM load events for static script executions (https://github.com/guybedford/es-module-shims/pull/162)
|
|
98
|
-
|
|
99
|
-
ES Module Shims 0.12.6 (2021/08/20)
|
|
100
|
-
* Fix regression where inline scripts in polyfill mode on supported browsers would throw an unnecessary error (https://github.com/guybedford/es-module-shims/pull/159)
|
|
101
|
-
|
|
102
|
-
ES Module Shims 0.12.5 (2021/08/19)
|
|
103
|
-
* Support CSS module scripts (https://github.com/guybedford/es-module-shims/pull/154)
|
|
104
|
-
|
|
105
|
-
ES Module Shims 0.12.4 (2021/08/18)
|
|
106
|
-
* Fix eager modulepreload preloading bug from 0.12.3 (https://github.com/guybedford/es-module-shims/pull/152)
|
|
107
|
-
|
|
108
|
-
ES Module Shims 0.12.3 (2021/08/17)
|
|
109
|
-
* Support resolve hook (https://github.com/guybedford/es-module-shims/pull/146, @zhoukekestar)
|
|
110
|
-
* Internal preload cache to avoid double network requests (https://github.com/guybedford/es-module-shims/pull/149)
|
|
111
|
-
|
|
112
|
-
ES Module Shims 0.12.2 (2021/07/23)
|
|
113
|
-
* Support processing nested tags in mutaton observer (https://github.com/guybedford/es-module-shims/pull/144, @dbackeus)
|
|
114
|
-
|
|
115
|
-
ES Module SHims 0.12.1 (2021/06/29)
|
|
116
|
-
* Fixup dynamic injection of modulepreload (f231485)
|
|
117
|
-
|
|
118
|
-
ES Module Shims 0.12.0 (2021/06/29)
|
|
119
|
-
* Support modulepreload polyfilling (https://github.com/guybedford/es-module-shims/pull/141)
|
|
120
|
-
|
|
121
|
-
ES Module Shims 0.11.1 (2021/06/17)
|
|
122
|
-
* Fixup replacement offset regression (https://github.com/guybedford/es-module-shims/pull/140)
|
|
123
|
-
|
|
124
|
-
ES Module Shims 0.11.0 (2021/06/15)
|
|
125
|
-
* Support for JSON modules and import assertions (https://github.com/guybedford/es-module-shims/commit/2d7eb193986d51733fa6394ad699ee70e5060a13)
|
|
126
|
-
* Fix dynamic import bug in Firefox <67 (https://github.com/guybedford/es-module-shims/commit/3f3d71fc3dd76ba1a965ae00285823672f34c138)
|
|
127
|
-
|
|
128
|
-
ES Module Shims 0.10.7 (2021/06/10)
|
|
129
|
-
* Fix import map feature detection in Safari (https://github.com/guybedford/es-module-shims/pull/131, @heypiotr)
|
|
130
|
-
|
|
131
|
-
ES Module Shims 0.10.6 (2021/06/05)
|
|
132
|
-
* Support for revoking blob URLs (https://github.com/guybedford/es-module-shims/pull/124, @vovacodes)
|
|
133
|
-
* Include typescript types in published package (https://github.com/guybedford/es-module-shims/pull/125, @vovacodes)
|
|
134
|
-
* Fix support for dynamic import in inline scripts (https://github.com/guybedford/es-module-shims/pull/128)
|
|
135
|
-
* Polyfill bug fixes (https://github.com/guybedford/es-module-shims/pull/130)
|
|
136
|
-
|
|
137
|
-
ES Module Shims 0.10.5 (2021/05/14)
|
|
138
|
-
* Fix immediately added dynamic import maps (https://github.com/guybedford/es-module-shims/pull/123, @vovacodes)
|
|
139
|
-
* Handle relative sourceURL and sourceMappingURL (https://github.com/guybedford/es-module-shims/pull/122, @vovacodes)
|
|
140
|
-
|
|
141
|
-
ES Module Shims 0.10.4 (2021/04/11)
|
|
142
|
-
* Fix cycle handling regression (https://github.com/guybedford/es-module-shims/issues/119)
|
|
143
|
-
|
|
144
|
-
ES Module Shims 0.10.3 (2021/03/22)
|
|
145
|
-
* Fix shim mode execution bug (https://github.com/guybedford/es-module-shims/issues/117)
|
|
146
|
-
|
|
147
|
-
ES Module Shims 0.10.2 (2021/03/18)
|
|
148
|
-
* Fix inline module-shim execution in non-polyfill mode (https://github.com/guybedford/es-module-shims/issues/115)
|
|
149
|
-
* Bug fix for scope key resolution to be relative to baseURL not scopeURL (https://github.com/guybedford/es-module-shims/pull/116)
|
|
150
|
-
|
|
151
|
-
ES Module Shims 0.10.1 (2021/02/27)
|
|
152
|
-
* Various bug fixes for polyfill mode
|
|
153
|
-
|
|
154
|
-
ES Module Shims 0.10.0 (2021/02/27)
|
|
155
|
-
* Feature: Comprehensive polyfill mode (https://github.com/guybedford/es-module-shims/pull/113)
|
|
156
|
-
|
|
157
|
-
ES Module Shims 0.9.0 (2021/01/23)
|
|
158
|
-
* Breaking: New initialOptions global API instead of hooking importShims properties (https://github.com/guybedford/es-module-shims/pull/109, @lewisl9029)
|
|
159
|
-
* Fix inline script double execution issue (https://github.com/guybedford/es-module-shims/pull/111)
|
|
160
|
-
|
|
161
|
-
ES Module Shims 0.8.0 (2020/12/23)
|
|
162
|
-
* Fix URL to URL import map mappings (https://github.com/guybedford/es-module-shims/pull/107, @vovacodes)
|
|
163
|
-
* Include TypeScript types (https://github.com/guybedford/es-module-shims/pull/104, @ifiokjr)
|
|
164
|
-
* Fix processScripts to permit dynamic additions (https://github.com/guybedford/es-module-shims/pull/102, @ifiokjr)
|
|
165
|
-
* Remove unnecessary sourceMappingURL rebase (https://github.com/guybedford/es-module-shims/pull/98)
|
|
166
|
-
|
|
167
|
-
ES Module Shims 0.7.1 (2020/10/30)
|
|
168
|
-
* Update to es-module-shims@0.3.26
|
|
169
|
-
* Fixup onerror hook to throw by default (#96)
|
|
170
|
-
|
|
171
|
-
ES Module Shims 0.7.0 (2020/10/06)
|
|
172
|
-
* Process scripts in order, global importShims.onerror hook (a3e3f639e835d6)
|
|
173
|
-
|
|
174
|
-
ES Module Shims 0.6.0 (2020/09/17)
|
|
175
|
-
* Resolve scopes to the baseURL not the scopeURL (d2893159e4b66c43)
|
|
176
|
-
|
|
177
|
-
ES Module Shims 0.5.2 (2020/08/07)
|
|
178
|
-
* import.meta.resolve (https://github.com/guybedford/es-module-shims/pull/89)
|
|
179
|
-
|
|
180
|
-
ES Module Shims 0.5.0 (2020/07/24)
|
|
181
|
-
* Dynamic import map support (https://github.com/guybedford/es-module-shims/pull/85)
|
|
182
|
-
* Remove support for array fallbacks, builtin modules, workers, CSS modules, JSON modules, Wasm modules (https://github.com/guybedford/es-module-shims/pull/84)
|
|
183
|
-
* Depcache implementation (https://github.com/guybedford/es-module-shims/pull/78)
|
|
184
|
-
|
|
185
|
-
ES Module Shims 0.4.6 (2019/10/21)
|
|
186
|
-
* Implement fetch hook (https://github.com/guybedford/es-module-shims/pull/73)
|
|
187
|
-
|
|
188
|
-
ES Module Shims 0.4.5 (2019/09/18)
|
|
189
|
-
* Fixup incorrect pageBaseUrl reference (7391880e836712)
|
|
190
|
-
* Fixup hasDocument check for Firefox (https://github.com/guybedford/es-module-shims/issues/62)
|
|
191
|
-
|
|
192
|
-
ES Module Shims 0.4.4 (2019/09/09)
|
|
193
|
-
* Fix to ensure build against latest es-module-lexer
|
|
194
|
-
|
|
195
|
-
ES Module Shims 0.4.3 (2019/09/08)
|
|
196
|
-
* Remove unnecessary Object.assign polyfill (https://github.com/guybedford/es-module-shims/commit/6bc90c059377e254e71b6695368215ce6ebff7d7)
|
|
197
|
-
* Rework standard module detection (https://github.com/guybedford/es-module-shims/pull/62)
|
|
198
|
-
|
|
199
|
-
ES Module Shims 0.4.2 (2019/08/31)
|
|
200
|
-
* Fixes a critical Edge bug with parallel execution using a graph inlining to ensure execution order (https://github.com/guybedford/es-module-shims/pull/57, https://github.com/microsoft/ChakraCore/issues/6261)
|
|
201
|
-
* `x-javascript` MIME type support (https://github.com/guybedford/es-module-shims/pull/56)
|
|
202
|
-
|
|
203
|
-
ES Module Shims 0.4.1 (2019/08/30)
|
|
204
|
-
* Support text/javascript MIME type (https://github.com/guybedford/es-module-shims/pull/53)
|
|
205
|
-
|
|
206
|
-
ES Module Shims 0.4.0 (2019/08/29)
|
|
207
|
-
* Support for cascading import maps (https://github.com/guybedford/es-module-shims/pull/49)
|
|
208
|
-
* Use strict Content-Type checks for modules (https://github.com/guybedford/es-module-shims/pull/47)
|
|
209
|
-
|
|
210
|
-
ES Module Shims 0.3.2 (2019/08/29)
|
|
211
|
-
* Update to ES module lexer 0.3.12
|
|
212
|
-
|
|
213
|
-
ES Module Shims 0.3.1 (2019/08/28)
|
|
214
|
-
* Updates to ES module lexer 0.3.11 including better errors and invalid syntax handling (https://github.com/guybedford/es-module-shims/pull/46)
|
|
215
|
-
|
|
216
|
-
ES Module Shims 0.3.0 (2019/08/25)
|
|
217
|
-
* Implement CSS modules (https://github.com/guybedford/es-module-shims/pull/41)
|
|
218
|
-
* Upgrade to Wasm-based ES module lexer for performance (https://github.com/guybedford/es-module-shims/38)
|
|
219
|
-
* Fix sourceMappingURL support in Firefox (https://github.com/guybedford/es-module-shims/pull/37, @MicahZoltu)
|
|
220
|
-
* Separate ES module lexer into its own project (https://github.com/guybedford/es-module-shims/pull/36, @LarsDenBakker)
|
|
221
|
-
|
|
222
|
-
ES Module Shims 0.2.15 (2019/07/28)
|
|
223
|
-
* Early import map resolution (https://github.com/guybedford/es-module-shims/pull/32)
|
|
224
|
-
|
|
225
|
-
ES Module Shims 0.2.14 (2019/07/17)
|
|
226
|
-
* Support import map fallbacks by ignoring std modules (https://github.com/guybedford/es-module-shims/pull/28, @thepassle)
|
|
227
|
-
* Support path separators in module URLs containing hashes and query strings (https://github.com/guybedford/es-module-shims/pull/30, @LarsDenBakker)
|
|
228
|
-
|
|
229
|
-
ES Module Shims 0.2.13 (2019/06/29)
|
|
230
|
-
* Support JSON module imports (https://github.com/guybedford/es-module-shims/pull/27)
|
|
231
|
-
|
|
232
|
-
ES Module Shims 0.2.12 (2019/06/29)
|
|
233
|
-
* Support `<base>` tag for baseURL (https://github.com/guybedford/es-module-shims/pull/26, @LarsDenBakker)
|
|
234
|
-
|
|
235
|
-
ES Module Shims 0.2.11 (2019/06/26)
|
|
236
|
-
* Fix use of object spread in Edge (https://github.com/guybedford/es-module-shims/pull/25, @LarsDenBakker)
|
|
237
|
-
|
|
238
|
-
ES Module Shims 0.2.10 (2019/06/25)
|
|
239
|
-
* Fix Worker constructor options bug (https://github.com/guybedford/es-module-shims/pull/23)
|
|
240
|
-
|
|
241
|
-
ES Module Shims 0.2.9 (2019/06/24)
|
|
242
|
-
* Fixup WorkerShim worker output
|
|
243
|
-
|
|
244
|
-
ES Module Shims 0.2.8 (2019/06/24)
|
|
245
|
-
* Support WorkerShim module workers (https://github.com/guybedford/es-module-shims/pull/17 by @costingeana)
|
|
246
|
-
|
|
247
|
-
ES Module Shims 0.2.7 (2019/05/04)
|
|
248
|
-
* Fix imports minification case (https://github.com/guybedford/es-module-shims/issues/11)
|
|
249
|
-
|
|
250
|
-
ES Module Shims 0.2.6 (2019/04/30)
|
|
251
|
-
* Fixup dynamic import regression
|
|
252
|
-
|
|
253
|
-
ES Module Shims 0.2.5 (2019/04/30)
|
|
254
|
-
* Fix various lexing edge cases around dynamic import
|
|
255
|
-
|
|
256
|
-
ES Module Shims 0.2.4
|
|
257
|
-
* Add "type": "module" to package.json
|
|
258
|
-
|
|
259
|
-
ES Module Shims 0.2.3 (2019/03/29)
|
|
260
|
-
* Fixup minification build
|
|
261
|
-
* Further lexer adjustments (2ca2589b1)
|
|
262
|
-
|
|
263
|
-
ES Module Shims 0.2.2 (2019/03/28)
|
|
264
|
-
* Fixup export syntax parser bug (51396799)
|
|
265
|
-
|
|
266
|
-
ES Module Shims 0.2.1 (2019/02/25)
|
|
267
|
-
* Fix support for URL imports
|
|
268
|
-
|
|
269
|
-
ES Module Shims 0.2.0 (2019/01/12)
|
|
270
|
-
* Update to latest import maps spec (e6e64748)
|
|
271
|
-
|
|
272
|
-
ES Module Shims 0.1.15 (2018/10/09)
|
|
273
|
-
* Use responseURL for resolution for spec compliant redirects (689aed0)
|
|
274
|
-
|
|
275
|
-
ES Module Shims 0.1.14 (2018/10/06)
|
|
276
|
-
* Fix Safari WASM support (7cf31ac4)
|
|
277
|
-
* add sourceURL to cycle shells for debugging (80438731)
|
|
1
|
+
ES Module Shims 1.4.4
|
|
2
|
+
* Fix: import.meta.resolve support for inline scripts (https://github.com/guybedford/es-module-shims/pull/251)
|
|
3
|
+
* Fix: CSS imports unquoted URL normalization (https://github.com/guybedford/es-module-shims/pull/252)
|
|
4
|
+
* Fix: Reword polyfill info message (https://github.com/guybedford/es-module-shims/pull/253)
|
|
5
|
+
|
|
6
|
+
ES Module Shims 1.4.3 (2022/01/25)
|
|
7
|
+
* Feature: Support import map overrides when existing resolution matches new resolution (https://github.com/guybedford/es-module-shims/pull/249, @vovacodes)
|
|
8
|
+
* Fix: Import assertions support with dynamic imports (https://github.com/guybedford/es-module-shims/pull/248)
|
|
9
|
+
|
|
10
|
+
ES Module Shims 1.4.2 (2022/01/24)
|
|
11
|
+
* Fix: optional catch binding in `isUrl` function (@thepassle, https://github.com/guybedford/es-module-shims/pull/246)
|
|
12
|
+
|
|
13
|
+
ES Module Shims 1.4.1 (2021/12/15)
|
|
14
|
+
* Fix: Firefox parse error stacks (https://github.com/guybedford/es-module-shims/pull/239)
|
|
15
|
+
|
|
16
|
+
ES Module Shims 1.4.0 (2021/12/14)
|
|
17
|
+
* Feature: "enforceIntegrity" option and "modulepreload-shim" support for secure shim mode with integrity (https://github.com/guybedford/es-module-shims/pull/236)
|
|
18
|
+
* Fix: Safari parse error stacks (https://github.com/guybedford/es-module-shims/pull/238)
|
|
19
|
+
* Note: Polyfill mode console note when expected native errors are present (https://github.com/guybedford/es-module-shims/pull/237)
|
|
20
|
+
|
|
21
|
+
ES Module Shims 1.3.6 (2021/12/07)
|
|
22
|
+
* Fix resolve hook via esms options (#233, @ffortier)
|
|
23
|
+
|
|
24
|
+
ES Module Shims 1.3.5 (2021/12/02)
|
|
25
|
+
* Fix trailing comment regex for source mapping normalization with trailling comments (https://github.com/guybedford/es-module-shims/pull/231)
|
|
26
|
+
|
|
27
|
+
ES Module Shims 1.3.4 (2021/12/02)
|
|
28
|
+
* Support source mapping normalization with trailing comments (https://github.com/guybedford/es-module-shims/pull/229)
|
|
29
|
+
|
|
30
|
+
ES Module Shims 1.3.3 (2021/11/30))
|
|
31
|
+
* Remove use of document.write (https://github.com/guybedford/es-module-shims/pull/227, @lewisl9029)
|
|
32
|
+
|
|
33
|
+
ES Module Shims 1.3.2 (2021/11/16)
|
|
34
|
+
* Fix CSP nonce detection (https://github.com/guybedford/es-module-shims/pull/223, @MathiasWP)
|
|
35
|
+
|
|
36
|
+
ES Module Shims 1.3.1 (2021/11/04)
|
|
37
|
+
* Feature: Support "async" attribute ordering on polyfill and shim scripts (https://github.com/guybedford/es-module-shims/pull/221)
|
|
38
|
+
* Fix: Sourcemap regex fix (https://github.com/guybedford/es-module-shims/pull/218)
|
|
39
|
+
* Fix: Polyfill duplicate instance bug (https://github.com/guybedford/es-module-shims/pull/220)
|
|
40
|
+
|
|
41
|
+
ES Module Shims 1.3.0 (2021/10/14)
|
|
42
|
+
* Feature: Shim mode function to get import map, dynamic map overrides now throw (https://github.com/guybedford/es-module-shims/pull/213, @lewisl9029)
|
|
43
|
+
* Feature: Upgrade to es-module-lexer@0.9.3 with import / export strings support (https://github.com/guybedford/es-module-shims/pull/210)
|
|
44
|
+
* Performance: Disable subgraph passthrough (https://github.com/guybedford/es-module-shims/pull/208)
|
|
45
|
+
* Fix: Undefined error callbacks for Safari (https://github.com/guybedford/es-module-shims/pull/209)
|
|
46
|
+
|
|
47
|
+
ES Module Shims 1.2.0 (2021/10/04)
|
|
48
|
+
* Fix: Bug where fetch hook was renamed to "fetchHook" instead of "fetch" (https://github.com/guybedford/es-module-shims/pull/205)
|
|
49
|
+
|
|
50
|
+
ES Modules Shims 1.1.0 (2021/09/28)
|
|
51
|
+
* Feature: Enable polyfill when loading a module before the import map. This resolves browser extension issues (https://github.com/WICG/import-maps/issues/248) (https://github.com/guybedford/es-module-shims/pull/203)
|
|
52
|
+
* Fix: Upgrade to es-module-lexer@0.9.1 supporting large source analysis (https://github.com/guybedford/es-module-shims/pull/203)
|
|
53
|
+
|
|
54
|
+
ES Module Shims 1.0.4 (2021/09/22)
|
|
55
|
+
* Fix typo bug in import maps call (https://github.com/guybedford/es-module-shims/pull/198)
|
|
56
|
+
|
|
57
|
+
ES Module Shims 1.0.3 (2021/09/22)
|
|
58
|
+
* Lifecycle event polishing and fixes (https://github.com/guybedford/es-module-shims/pull/197)
|
|
59
|
+
|
|
60
|
+
ES Module Shims 1.0.2 (2021/09/22)
|
|
61
|
+
* Fix native passthrough for contextual `importShim` dynamic import to still full reconstruct top-level resolution by parsing import maps (https://github.com/guybedford/es-module-shims/pull/196)
|
|
62
|
+
* Remove skip option default (https://github.com/guybedford/es-module-shims/pull/195)
|
|
63
|
+
|
|
64
|
+
ES Module Shims 1.0.1 (2021/09/22)
|
|
65
|
+
* Improved native passthrough performance, with some load event restrictions on unstable new features within release cutoff (https://github.com/guybedford/es-module-shims/pull/194)
|
|
66
|
+
|
|
67
|
+
ES Module Shims 1.0.0 (2021/09/20)
|
|
68
|
+
* CSP support build by default (https://github.com/guybedford/es-module-shims/pull/193)
|
|
69
|
+
|
|
70
|
+
ES Module Shims 0.15.1 (2021/09/18)
|
|
71
|
+
* Significant performance improvements to CSP build via asm.js (https://github.com/guybedford/es-module-shims/pull/190) and direct dynamic import (https://github.com/guybedford/es-module-shims/pull/191)
|
|
72
|
+
|
|
73
|
+
ES Module Shims 0.15.0 (2021/09/17)
|
|
74
|
+
* Various perf and behaviour polishing (https://github.com/guybedford/es-module-shims/pull/188)
|
|
75
|
+
* Revert DOM mutator nested queryString checks (https://github.com/guybedford/es-module-shims/pull/189)
|
|
76
|
+
* Fetch pooling (https://github.com/guybedford/es-module-shims/pull/184)
|
|
77
|
+
|
|
78
|
+
ES Module Shims 0.14.0 (2021/09/13)
|
|
79
|
+
* CSP compatible ES Module Shims build (https://github.com/guybedford/es-module-shims/pull/183)
|
|
80
|
+
|
|
81
|
+
ES Module Shims 0.13.1 (2021/09/10)
|
|
82
|
+
* Fix to ensure global script errors always propagate to the console (https://github.com/guybedford/es-module-shims/pull/182)
|
|
83
|
+
|
|
84
|
+
ES Module Shims 0.13.0 (2021/09/07)
|
|
85
|
+
* Breaking Change: Polyfill mode restricts behaviours to native baseline support (https://github.com/guybedford/es-module-shims/pull/173)
|
|
86
|
+
* Breaking Change: JSON and CSS modules require explicit enabling (https://github.com/guybedford/es-module-shims/pull/172)
|
|
87
|
+
* Breaking Change: Adds the "exports" field to encapsulate the package entry point (https://github.com/guybedford/es-module-shims/pull/177)
|
|
88
|
+
* Feature: Support script DOM "load" events (https://github.com/guybedford/es-module-shims/pull/170)
|
|
89
|
+
* Improve browser compatibility for Weixin browser (https://github.com/guybedford/es-module-shims/pull/165, @xxgjzftd)
|
|
90
|
+
* Fix dynamic import polyfill recursion in Firefox 60 (https://github.com/guybedford/es-module-shims/pull/176)
|
|
91
|
+
* Change compat to Edge 17+ (https://github.com/guybedford/es-module-shims/pull/178)
|
|
92
|
+
|
|
93
|
+
ES Module Shims 0.12.8 (2021/08/24)
|
|
94
|
+
* Fix preload deduping for re-injection of preloads (https://github.com/guybedford/es-module-shims/pull/164)
|
|
95
|
+
|
|
96
|
+
ES Module Shims 0.12.7 (2021/08/23)
|
|
97
|
+
* Support re-triggering DOM load events for static script executions (https://github.com/guybedford/es-module-shims/pull/162)
|
|
98
|
+
|
|
99
|
+
ES Module Shims 0.12.6 (2021/08/20)
|
|
100
|
+
* Fix regression where inline scripts in polyfill mode on supported browsers would throw an unnecessary error (https://github.com/guybedford/es-module-shims/pull/159)
|
|
101
|
+
|
|
102
|
+
ES Module Shims 0.12.5 (2021/08/19)
|
|
103
|
+
* Support CSS module scripts (https://github.com/guybedford/es-module-shims/pull/154)
|
|
104
|
+
|
|
105
|
+
ES Module Shims 0.12.4 (2021/08/18)
|
|
106
|
+
* Fix eager modulepreload preloading bug from 0.12.3 (https://github.com/guybedford/es-module-shims/pull/152)
|
|
107
|
+
|
|
108
|
+
ES Module Shims 0.12.3 (2021/08/17)
|
|
109
|
+
* Support resolve hook (https://github.com/guybedford/es-module-shims/pull/146, @zhoukekestar)
|
|
110
|
+
* Internal preload cache to avoid double network requests (https://github.com/guybedford/es-module-shims/pull/149)
|
|
111
|
+
|
|
112
|
+
ES Module Shims 0.12.2 (2021/07/23)
|
|
113
|
+
* Support processing nested tags in mutaton observer (https://github.com/guybedford/es-module-shims/pull/144, @dbackeus)
|
|
114
|
+
|
|
115
|
+
ES Module SHims 0.12.1 (2021/06/29)
|
|
116
|
+
* Fixup dynamic injection of modulepreload (f231485)
|
|
117
|
+
|
|
118
|
+
ES Module Shims 0.12.0 (2021/06/29)
|
|
119
|
+
* Support modulepreload polyfilling (https://github.com/guybedford/es-module-shims/pull/141)
|
|
120
|
+
|
|
121
|
+
ES Module Shims 0.11.1 (2021/06/17)
|
|
122
|
+
* Fixup replacement offset regression (https://github.com/guybedford/es-module-shims/pull/140)
|
|
123
|
+
|
|
124
|
+
ES Module Shims 0.11.0 (2021/06/15)
|
|
125
|
+
* Support for JSON modules and import assertions (https://github.com/guybedford/es-module-shims/commit/2d7eb193986d51733fa6394ad699ee70e5060a13)
|
|
126
|
+
* Fix dynamic import bug in Firefox <67 (https://github.com/guybedford/es-module-shims/commit/3f3d71fc3dd76ba1a965ae00285823672f34c138)
|
|
127
|
+
|
|
128
|
+
ES Module Shims 0.10.7 (2021/06/10)
|
|
129
|
+
* Fix import map feature detection in Safari (https://github.com/guybedford/es-module-shims/pull/131, @heypiotr)
|
|
130
|
+
|
|
131
|
+
ES Module Shims 0.10.6 (2021/06/05)
|
|
132
|
+
* Support for revoking blob URLs (https://github.com/guybedford/es-module-shims/pull/124, @vovacodes)
|
|
133
|
+
* Include typescript types in published package (https://github.com/guybedford/es-module-shims/pull/125, @vovacodes)
|
|
134
|
+
* Fix support for dynamic import in inline scripts (https://github.com/guybedford/es-module-shims/pull/128)
|
|
135
|
+
* Polyfill bug fixes (https://github.com/guybedford/es-module-shims/pull/130)
|
|
136
|
+
|
|
137
|
+
ES Module Shims 0.10.5 (2021/05/14)
|
|
138
|
+
* Fix immediately added dynamic import maps (https://github.com/guybedford/es-module-shims/pull/123, @vovacodes)
|
|
139
|
+
* Handle relative sourceURL and sourceMappingURL (https://github.com/guybedford/es-module-shims/pull/122, @vovacodes)
|
|
140
|
+
|
|
141
|
+
ES Module Shims 0.10.4 (2021/04/11)
|
|
142
|
+
* Fix cycle handling regression (https://github.com/guybedford/es-module-shims/issues/119)
|
|
143
|
+
|
|
144
|
+
ES Module Shims 0.10.3 (2021/03/22)
|
|
145
|
+
* Fix shim mode execution bug (https://github.com/guybedford/es-module-shims/issues/117)
|
|
146
|
+
|
|
147
|
+
ES Module Shims 0.10.2 (2021/03/18)
|
|
148
|
+
* Fix inline module-shim execution in non-polyfill mode (https://github.com/guybedford/es-module-shims/issues/115)
|
|
149
|
+
* Bug fix for scope key resolution to be relative to baseURL not scopeURL (https://github.com/guybedford/es-module-shims/pull/116)
|
|
150
|
+
|
|
151
|
+
ES Module Shims 0.10.1 (2021/02/27)
|
|
152
|
+
* Various bug fixes for polyfill mode
|
|
153
|
+
|
|
154
|
+
ES Module Shims 0.10.0 (2021/02/27)
|
|
155
|
+
* Feature: Comprehensive polyfill mode (https://github.com/guybedford/es-module-shims/pull/113)
|
|
156
|
+
|
|
157
|
+
ES Module Shims 0.9.0 (2021/01/23)
|
|
158
|
+
* Breaking: New initialOptions global API instead of hooking importShims properties (https://github.com/guybedford/es-module-shims/pull/109, @lewisl9029)
|
|
159
|
+
* Fix inline script double execution issue (https://github.com/guybedford/es-module-shims/pull/111)
|
|
160
|
+
|
|
161
|
+
ES Module Shims 0.8.0 (2020/12/23)
|
|
162
|
+
* Fix URL to URL import map mappings (https://github.com/guybedford/es-module-shims/pull/107, @vovacodes)
|
|
163
|
+
* Include TypeScript types (https://github.com/guybedford/es-module-shims/pull/104, @ifiokjr)
|
|
164
|
+
* Fix processScripts to permit dynamic additions (https://github.com/guybedford/es-module-shims/pull/102, @ifiokjr)
|
|
165
|
+
* Remove unnecessary sourceMappingURL rebase (https://github.com/guybedford/es-module-shims/pull/98)
|
|
166
|
+
|
|
167
|
+
ES Module Shims 0.7.1 (2020/10/30)
|
|
168
|
+
* Update to es-module-shims@0.3.26
|
|
169
|
+
* Fixup onerror hook to throw by default (#96)
|
|
170
|
+
|
|
171
|
+
ES Module Shims 0.7.0 (2020/10/06)
|
|
172
|
+
* Process scripts in order, global importShims.onerror hook (a3e3f639e835d6)
|
|
173
|
+
|
|
174
|
+
ES Module Shims 0.6.0 (2020/09/17)
|
|
175
|
+
* Resolve scopes to the baseURL not the scopeURL (d2893159e4b66c43)
|
|
176
|
+
|
|
177
|
+
ES Module Shims 0.5.2 (2020/08/07)
|
|
178
|
+
* import.meta.resolve (https://github.com/guybedford/es-module-shims/pull/89)
|
|
179
|
+
|
|
180
|
+
ES Module Shims 0.5.0 (2020/07/24)
|
|
181
|
+
* Dynamic import map support (https://github.com/guybedford/es-module-shims/pull/85)
|
|
182
|
+
* Remove support for array fallbacks, builtin modules, workers, CSS modules, JSON modules, Wasm modules (https://github.com/guybedford/es-module-shims/pull/84)
|
|
183
|
+
* Depcache implementation (https://github.com/guybedford/es-module-shims/pull/78)
|
|
184
|
+
|
|
185
|
+
ES Module Shims 0.4.6 (2019/10/21)
|
|
186
|
+
* Implement fetch hook (https://github.com/guybedford/es-module-shims/pull/73)
|
|
187
|
+
|
|
188
|
+
ES Module Shims 0.4.5 (2019/09/18)
|
|
189
|
+
* Fixup incorrect pageBaseUrl reference (7391880e836712)
|
|
190
|
+
* Fixup hasDocument check for Firefox (https://github.com/guybedford/es-module-shims/issues/62)
|
|
191
|
+
|
|
192
|
+
ES Module Shims 0.4.4 (2019/09/09)
|
|
193
|
+
* Fix to ensure build against latest es-module-lexer
|
|
194
|
+
|
|
195
|
+
ES Module Shims 0.4.3 (2019/09/08)
|
|
196
|
+
* Remove unnecessary Object.assign polyfill (https://github.com/guybedford/es-module-shims/commit/6bc90c059377e254e71b6695368215ce6ebff7d7)
|
|
197
|
+
* Rework standard module detection (https://github.com/guybedford/es-module-shims/pull/62)
|
|
198
|
+
|
|
199
|
+
ES Module Shims 0.4.2 (2019/08/31)
|
|
200
|
+
* Fixes a critical Edge bug with parallel execution using a graph inlining to ensure execution order (https://github.com/guybedford/es-module-shims/pull/57, https://github.com/microsoft/ChakraCore/issues/6261)
|
|
201
|
+
* `x-javascript` MIME type support (https://github.com/guybedford/es-module-shims/pull/56)
|
|
202
|
+
|
|
203
|
+
ES Module Shims 0.4.1 (2019/08/30)
|
|
204
|
+
* Support text/javascript MIME type (https://github.com/guybedford/es-module-shims/pull/53)
|
|
205
|
+
|
|
206
|
+
ES Module Shims 0.4.0 (2019/08/29)
|
|
207
|
+
* Support for cascading import maps (https://github.com/guybedford/es-module-shims/pull/49)
|
|
208
|
+
* Use strict Content-Type checks for modules (https://github.com/guybedford/es-module-shims/pull/47)
|
|
209
|
+
|
|
210
|
+
ES Module Shims 0.3.2 (2019/08/29)
|
|
211
|
+
* Update to ES module lexer 0.3.12
|
|
212
|
+
|
|
213
|
+
ES Module Shims 0.3.1 (2019/08/28)
|
|
214
|
+
* Updates to ES module lexer 0.3.11 including better errors and invalid syntax handling (https://github.com/guybedford/es-module-shims/pull/46)
|
|
215
|
+
|
|
216
|
+
ES Module Shims 0.3.0 (2019/08/25)
|
|
217
|
+
* Implement CSS modules (https://github.com/guybedford/es-module-shims/pull/41)
|
|
218
|
+
* Upgrade to Wasm-based ES module lexer for performance (https://github.com/guybedford/es-module-shims/38)
|
|
219
|
+
* Fix sourceMappingURL support in Firefox (https://github.com/guybedford/es-module-shims/pull/37, @MicahZoltu)
|
|
220
|
+
* Separate ES module lexer into its own project (https://github.com/guybedford/es-module-shims/pull/36, @LarsDenBakker)
|
|
221
|
+
|
|
222
|
+
ES Module Shims 0.2.15 (2019/07/28)
|
|
223
|
+
* Early import map resolution (https://github.com/guybedford/es-module-shims/pull/32)
|
|
224
|
+
|
|
225
|
+
ES Module Shims 0.2.14 (2019/07/17)
|
|
226
|
+
* Support import map fallbacks by ignoring std modules (https://github.com/guybedford/es-module-shims/pull/28, @thepassle)
|
|
227
|
+
* Support path separators in module URLs containing hashes and query strings (https://github.com/guybedford/es-module-shims/pull/30, @LarsDenBakker)
|
|
228
|
+
|
|
229
|
+
ES Module Shims 0.2.13 (2019/06/29)
|
|
230
|
+
* Support JSON module imports (https://github.com/guybedford/es-module-shims/pull/27)
|
|
231
|
+
|
|
232
|
+
ES Module Shims 0.2.12 (2019/06/29)
|
|
233
|
+
* Support `<base>` tag for baseURL (https://github.com/guybedford/es-module-shims/pull/26, @LarsDenBakker)
|
|
234
|
+
|
|
235
|
+
ES Module Shims 0.2.11 (2019/06/26)
|
|
236
|
+
* Fix use of object spread in Edge (https://github.com/guybedford/es-module-shims/pull/25, @LarsDenBakker)
|
|
237
|
+
|
|
238
|
+
ES Module Shims 0.2.10 (2019/06/25)
|
|
239
|
+
* Fix Worker constructor options bug (https://github.com/guybedford/es-module-shims/pull/23)
|
|
240
|
+
|
|
241
|
+
ES Module Shims 0.2.9 (2019/06/24)
|
|
242
|
+
* Fixup WorkerShim worker output
|
|
243
|
+
|
|
244
|
+
ES Module Shims 0.2.8 (2019/06/24)
|
|
245
|
+
* Support WorkerShim module workers (https://github.com/guybedford/es-module-shims/pull/17 by @costingeana)
|
|
246
|
+
|
|
247
|
+
ES Module Shims 0.2.7 (2019/05/04)
|
|
248
|
+
* Fix imports minification case (https://github.com/guybedford/es-module-shims/issues/11)
|
|
249
|
+
|
|
250
|
+
ES Module Shims 0.2.6 (2019/04/30)
|
|
251
|
+
* Fixup dynamic import regression
|
|
252
|
+
|
|
253
|
+
ES Module Shims 0.2.5 (2019/04/30)
|
|
254
|
+
* Fix various lexing edge cases around dynamic import
|
|
255
|
+
|
|
256
|
+
ES Module Shims 0.2.4
|
|
257
|
+
* Add "type": "module" to package.json
|
|
258
|
+
|
|
259
|
+
ES Module Shims 0.2.3 (2019/03/29)
|
|
260
|
+
* Fixup minification build
|
|
261
|
+
* Further lexer adjustments (2ca2589b1)
|
|
262
|
+
|
|
263
|
+
ES Module Shims 0.2.2 (2019/03/28)
|
|
264
|
+
* Fixup export syntax parser bug (51396799)
|
|
265
|
+
|
|
266
|
+
ES Module Shims 0.2.1 (2019/02/25)
|
|
267
|
+
* Fix support for URL imports
|
|
268
|
+
|
|
269
|
+
ES Module Shims 0.2.0 (2019/01/12)
|
|
270
|
+
* Update to latest import maps spec (e6e64748)
|
|
271
|
+
|
|
272
|
+
ES Module Shims 0.1.15 (2018/10/09)
|
|
273
|
+
* Use responseURL for resolution for spec compliant redirects (689aed0)
|
|
274
|
+
|
|
275
|
+
ES Module Shims 0.1.14 (2018/10/06)
|
|
276
|
+
* Fix Safari WASM support (7cf31ac4)
|
|
277
|
+
* add sourceURL to cycle shells for debugging (80438731)
|