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
All notable changes to this project will be documented in this file.
3
+
---
4
4
5
-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
5
+
## [4.3.5] 2023-01-10
6
+
7
+
### Fixes
7
8
8
-
### Unreleased
9
+
- Improve logging related to reading the static asset manifest
9
10
10
11
---
11
12
12
-
[4.3.4]Jan 5th 2023
13
+
## [4.3.4] 2023-01-05
13
14
14
15
### Fixes
15
16
16
-
Middleware respects a location response for early exit; h/t @clintjhill (https://github.com/enhance-dev/arc-plugin-enhance/pull/63)
17
+
-Middleware respects a location response for early exit; h/t @clintjhill (https://github.com/enhance-dev/arc-plugin-enhance/pull/63)
17
18
18
-
[4.3.3] Dec 22nd 2022
19
+
---
20
+
21
+
## [4.3.3] 2022-12-22
19
22
20
23
### Added
21
24
22
-
Support for "." in URL paths; this can mean file based routes look hidden on some operating systems! Blame the webfinger spec. =)
25
+
- Support for "." in URL paths; this can mean file based routes look hidden on some operating systems! Blame the webfinger spec. =)
26
+
27
+
---
23
28
24
-
[4.3.0]Dec 14th 2022
29
+
## [4.3.0] 2022-12-14
25
30
26
31
### Added
27
32
28
-
Adds `@enhance/arc-plugin-rollup`_officially_
29
-
exports router for using with alternate file trees
33
+
-Adds `@enhance/arc-plugin-rollup`_officially_ exports router for using with alternate file trees
34
+
30
35
31
36
### Fixes
32
37
33
-
Writing session to `_idx` cookie when using middleware array
38
+
- Writing session to `_idx` cookie when using middleware array
39
+
40
+
---
41
+
42
+
## [4.2.0] 2022-12-08
34
43
35
-
[4.2.0]
36
44
### changed
37
45
38
-
Updates `@enhance/arc-plugin-enhance` to latest which includes swapping `/tmp` to `.enhance` for generated output
46
+
- Updates `@enhance/arc-plugin-enhance` to latest which includes swapping `/tmp` to `.enhance` for generated output
47
+
48
+
---
49
+
50
+
All notable changes to this project will be documented in this file.
39
51
52
+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
0 commit comments