cat-framework-core 0.2.2 โ 0.2.4
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 +15 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,21 @@ All notable changes to this project will be documented in this file.
|
|
|
4
4
|
|
|
5
5
|
Format based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
|
|
6
6
|
|
|
7
|
+
## [0.2.4] โ 2026-03-14
|
|
8
|
+
|
|
9
|
+
### ๐ Fixed
|
|
10
|
+
- Fixed Vercel SPA rewrite destination from `/index.html` to `/`
|
|
11
|
+
|
|
12
|
+
## [0.2.3] โ 2026-03-14
|
|
13
|
+
|
|
14
|
+
### ๐ Fixed
|
|
15
|
+
- Vercel SPA routing fix now included in release
|
|
16
|
+
|
|
17
|
+
## [0.2.2] โ 2026-03-14
|
|
18
|
+
|
|
19
|
+
### ๐ Fixed
|
|
20
|
+
- Added `vercel.json` with SPA rewrite rule โ fixes 404 on direct navigation to `/docs`, `/blog` and other client-side routes
|
|
21
|
+
|
|
7
22
|
## [0.2.1] โ 2026-03-14
|
|
8
23
|
|
|
9
24
|
### ๐งน Changed
|