Skip to content

Commit 21107d0

Browse files
committed
Update CHANGES.md
1 parent 7b122f9 commit 21107d0

1 file changed

Lines changed: 21 additions & 2 deletions

File tree

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
@@ -186,11 +197,19 @@ To be released.
186197
- This package is primarily used by generated vocabulary classes and
187198
provides the runtime infrastructure for ActivityPub object processing.
188199

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

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

196215

0 commit comments

Comments
 (0)