You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,52 +1,52 @@
1
-
# 3.2.7
1
+
# v3.2.7
2
2
3
3
- This version of Ultraviolet updates the XOR and Base64 codecs to be more efficient and fast by removing unneccesary code.
4
4
- This version of Ultraviolet upgrades [bare-mux](https://www.npmjs.com/package/@mercuryworkshop/bare-mux). This update allows remote transports to be set (transports that run in the window).
5
5
6
-
# 3.2.6
6
+
# v3.2.6
7
7
8
8
- This version of Ultraviolet fixes an issue with the `Content-Type` header not being rewritten properly.
9
9
- This version of Ultraviolet injects HTML at the top of the head/body to avoid race conditions.
10
10
11
-
# 3.2.5
11
+
# v3.2.5
12
12
13
13
- This version of Ultraviolet adds HTML injection through the config.
14
14
- This version of Ultraviolet upgrades [bare-mux](https://www.npmjs.com/package/@mercuryworkshop/bare-mux). This update allows transferrables to be sent while setting the transport.
15
15
16
-
# 3.2.4
16
+
# v3.2.4
17
17
18
18
- This version of Ultraviolet fixes an issue with headers not being rewritten properly.
19
19
20
-
# 3.2.3
20
+
# v3.2.3
21
21
22
22
- This version of Ultraviolet improves performance and reduced bundle size by removing `css-tree`, `esotope-hammerhead`, and `mime-db`.
23
23
- This version of Ultraviolet upgrades [bare-mux](https://www.npmjs.com/package/@mercuryworkshop/bare-mux). This fixes issues with support in safari.
24
24
25
-
# 3.2.2
25
+
# v3.2.2
26
26
27
27
- This version of Ultraviolet fixes a bug where scripts were not being rewritten properly.
28
28
29
-
# 3.2.1
29
+
# v3.2.1
30
30
31
31
- This version of Ultraviolet fixes a bug where network requests were not being correctly processed in worker contexts.
32
32
33
-
# 3.2.0
33
+
# v3.2.0
34
34
35
35
- This version of Ultraviolet upgrades [bare-mux](https://www.npmjs.com/package/@mercuryworkshop/bare-mux). This moves all of the bare client logic to a shared worker.
36
36
37
-
# 3.1.5
37
+
# v3.1.5
38
38
39
39
- This version of Ultraviolet upgrades [bare-mux](https://www.npmjs.com/package/@mercuryworkshop/bare-mux). This allows the websocket to be properly closed by windows.
40
40
41
-
# 3.1.4
41
+
# v3.1.4
42
42
43
43
- This version of Ultraviolet fixes an NPM versioning error.
44
44
45
-
# 3.1.3
45
+
# v3.1.3
46
46
47
47
- This version of Ultraviolet upgrades [bare-mux](https://www.npmjs.com/package/@mercuryworkshop/bare-mux). This solves an issue with the types and exports being incorrect.
48
48
49
-
# 3.1.2
49
+
# v3.1.2
50
50
51
51
- This version of Ultraviolet cleans up some service worker code to make it faster, and also simplifies the service worker by adding `uv.route()` which allows the service worker to easily detect if the worker should route this request.
0 commit comments