We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 105ba5d commit 8696740Copy full SHA for 8696740
1 file changed
CHANGELOG.md
@@ -2,6 +2,20 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [Unreleased]
6
+
7
+### Added
8
+- Justfile for build and release commands (`just build-dev`, `just release`, etc.)
9
+- CDN detection test suite (27 test cases)
10
+- Akamai detection via `server` header (supports AkamaiGHost, AkamaiNetStorage)
11
12
+### Changed
13
+- Refactored CDN detection into shared `constants.js` with declarative rules
14
+- CDN info notes now only appear when relevant (Fastly note requires x-cache header, CloudFront note only on MISS)
15
16
+### Fixed
17
+- URL display after redirects (now shows final URL instead of intermediate redirect URLs)
18
19
## [v0.0.3] - 2026-01-04
20
21
### Fixed
0 commit comments