Skip to content

Commit d91943a

Browse files
committed
Update CHANGES.md
1 parent c7017eb commit d91943a

File tree

1 file changed

+21
-2
lines changed

1 file changed

+21
-2
lines changed

CHANGES.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,17 +91,19 @@ To be released.
9191
- Removed `@fedify/fedify/x/fresh` (Fresh integration). [[#466]]
9292

9393
[#280]: https://github.com/fedify-dev/fedify/issues/280
94+
[#297]: https://github.com/fedify-dev/fedify/issues/297
9495
[#366]: https://github.com/fedify-dev/fedify/issues/366
9596
[#376]: https://github.com/fedify-dev/fedify/issues/376
97+
[#391]: https://github.com/fedify-dev/fedify/pull/391
9698
[#392]: https://github.com/fedify-dev/fedify/pull/392
9799
[#393]: https://github.com/fedify-dev/fedify/pulls/393
98100
[#433]: https://github.com/fedify-dev/fedify/pull/433
99101
[#434]: https://github.com/fedify-dev/fedify/pull/434
100102
[#444]: https://github.com/fedify-dev/fedify/issues/444
101103
[#445]: https://github.com/fedify-dev/fedify/pull/445
102104
[#451]: https://github.com/fedify-dev/fedify/pull/451
103-
[#391]: https://github.com/fedify-dev/fedify/pull/391
104105
[#466]: https://github.com/fedify-dev/fedify/issues/466
106+
[#494]: https://github.com/fedify-dev/fedify/pull/494
105107

106108
### @fedify/cli
107109

@@ -126,6 +128,15 @@ To be released.
126128
`-t`/`--traverse` option, allowing users to traverse multiple collections
127129
in a single command. [[#408], [#449] by Jiwon Kwon]
128130

131+
- The `fedify init` command now supports [Elysia] as a web framework option,
132+
with runtime-specific templates for Deno, Bun, and Node.js environments.
133+
[[#460], [#496] by Hyeonseo Kim]
134+
135+
- Fixed a bug in the `fedify init` command where Deno import map generation
136+
incorrectly handled dependencies with registry prefixes (e.g., `npm:`),
137+
creating invalid specifiers in *deno.json*. [[#460], [#496] by Hyeonseo Kim]
138+
139+
[Elysia]: https://elysiajs.com/
129140
[#374]: https://github.com/fedify-dev/fedify/issues/374
130141
[#397]: https://github.com/fedify-dev/fedify/issues/397
131142
[#408]: https://github.com/fedify-dev/fedify/issues/408
@@ -189,11 +200,19 @@ To be released.
189200
- This package is primarily used by generated vocabulary classes and
190201
provides the runtime infrastructure for ActivityPub object processing.
191202

203+
### @fedify/elysia
204+
205+
- Added *deno.json* configuration file to enable proper Deno tooling support
206+
in the package. [[#460], [#496]]
207+
208+
[#460]: https://github.com/fedify-dev/fedify/issues/460
209+
[#496]: https://github.com/fedify-dev/fedify/pull/496
210+
192211
### @fedify/lint
193212

194213
- Created Fedify linting tools as the *@fedify/lint* package.
195214
This package provides shared Deno Lint and ESLint configurations for
196-
consistent code style across Fedify packages and user projects.
215+
consistent code style across Fedify packages and user projects.
197216
[[#297], [#494] by ChanHaeng Lee]
198217

199218
### @fedify/fresh

0 commit comments

Comments
 (0)