@@ -19,28 +19,6 @@ To be released.
1919[ #473 ] : https://github.com/fedify-dev/fedify/issues/473
2020[ #589 ] : https://github.com/fedify-dev/fedify/pull/589
2121
22- ### @fedify/astro
23-
24- - Added ` @fedify/astro ` package for integrating Fedify with [ Astro] .
25- It provides ` fedifyIntegration() ` for Vite SSR configuration and
26- ` fedifyMiddleware() ` for request handling. [[ #50 ] by Chanhaeng Lee]
27-
28- [ Astro ] : https://astro.build/
29- [ #50 ] : https://github.com/fedify-dev/fedify/issues/50
30-
31- ### @fedify/init
32-
33- - Changed ` fedify init ` to add ` "temporal" ` to ` deno.json ` 's ` "unstable" `
34- field only when the installed Deno version is earlier than 2.7.0.
35- On Deno 2.7.0 or later, it is no longer added.
36-
37- - ` fedify init ` now omits the ` "unstable" ` field entirely when no unstable
38- feature is required for the generated Deno project.
39-
40- - Supported [ Astro] as a web framework option in ` fedify init ` , with
41- runtime-specific templates for Deno, Bun, and Node.js environments.
42- [[ #50 ] by ChanHaeng Lee]
43-
4422### @fedify/vocab
4523
4624 - Fixed ` Endpoints.toJsonLd() ` to no longer emit invalid
@@ -63,6 +41,40 @@ To be released.
6341 compact form) in the serialized JSON-LD. This is useful for types
6442 that are not real vocabulary types but rather anonymous object structures.
6543
44+ ### @fedify/init
45+
46+ - Changed ` fedify init ` to add ` "temporal" ` to ` deno.json ` 's ` "unstable" `
47+ field only when the installed Deno version is earlier than 2.7.0.
48+ On Deno 2.7.0 or later, it is no longer added.
49+
50+ - ` fedify init ` now omits the ` "unstable" ` field entirely when no unstable
51+ feature is required for the generated Deno project.
52+
53+ - Supported [ Astro] as a web framework option in ` fedify init ` , with
54+ runtime-specific templates for Deno, Bun, and Node.js environments.
55+ [[ #50 ] by ChanHaeng Lee]
56+
57+ [ Astro ] : https://astro.build/
58+ [ #50 ] : https://github.com/fedify-dev/fedify/issues/50
59+
60+ ### @fedify/astro
61+
62+ - Added ` @fedify/astro ` package for integrating Fedify with [ Astro] .
63+ It provides ` fedifyIntegration() ` for Vite SSR configuration and
64+ ` fedifyMiddleware() ` for request handling. [[ #50 ] by Chanhaeng Lee]
65+
66+ ### @fedify/mysql
67+
68+ - Added ` @fedify/mysql ` package, a MySQL/MariaDB-backed ` KvStore `
69+ implementation. It provides ` MysqlKvStore ` , which stores key–value
70+ pairs in a MySQL table using the [ ` mysql2 ` ] driver. Supports TTL,
71+ prefix listing, and compare-and-swap (` cas() ` ) operations.
72+ [[ #585 ] , [ #597 ]]
73+
74+ [ `mysql2` ] : https://www.npmjs.com/package/mysql2
75+ [ #585 ] : https://github.com/fedify-dev/fedify/issues/585
76+ [ #597 ] : https://github.com/fedify-dev/fedify/pull/597
77+
6678
6779Version 2.0.3
6880-------------
0 commit comments