-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
CHANGELOG
79 lines (42 loc) · 1.7 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
iframe-worker-1.0.3 (2023-02-08)
* Improved implementation by extending EventTarget
* Removed more code unnecessary for shimming
iframe-worker-1.0.2 (2022-12-27)
* Reduced size of shim to 765b through code golfing
iframe-worker-1.0.1 (2022-12-26)
* Reduced size of shim to 783b through code golfing
iframe-worker-1.0.0 (2022-11-03)
* Renamed polyfill into shim
iframe-worker-0.2.4 (2022-02-13)
* Removed (seemingly) unnecessary check
* Reduced size of polyfill to 893b
iframe-worker-0.2.3 (2022-02-10)
* Switched to esbuild
iframe-worker-0.2.2 (2022-01-16)
* Updated dependencies and modernized project
iframe-worker-0.2.1 (2021-06-21)
* Switched to Webpack 5
iframe-worker-0.2.0 (2020-10-04)
* Added timestamp to import script URL for cache busting (Safari)
* Fixed race condition when loading multiple scripts via importScripts
iframe-worker-0.1.9 (2020-09-27)
* Fixed importScripts shim not resolving when script was loaded
iframe-worker-0.1.8 (2020-09-23)
* Disabled source maps for polyfill, as they don't work for file protocol
* Fixed invalid origin in Safari when messaging from worker
iframe-worker-0.1.7 (2020-09-22)
* Fixed postMessage from iframe in Safari
iframe-worker-0.1.6 (2020-08-30)
* Added support for awaitable importScripts
iframe-worker-0.1.5 (2020-03-24)
* Removed build files from package
iframe-worker-0.1.4 (2020-03-04)
* Fixed arrow function in polyfill runtime
iframe-worker-0.1.3 (2020-03-02)
* Fixed polyfill runtime initialization
iframe-worker-0.1.2 (2020-03-02)
* Fixed polyfill missing in package
iframe-worker-0.1.1 (2020-03-02)
* Added support for programmatic use
iframe-worker-0.1.0 (2020-03-02)
* Initial release