Skip to content

Commit b9823bd

Browse files
committed
docs(changelog): update Unreleased entries 📥
- Add benchmark(rendering) and docs(editor) entries - Add chore(publish) and test(benchmark) entries
1 parent 8f261f6 commit b9823bd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,11 @@ Format inspired by [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
1414
- **feat(rendering):** DVE view engine with `.dve` templates, includes, `if` and `each` blocks, escaping by default, and JS-like expressions for lookups
1515
- **docs(worker):** Worker Pool docs (en + id) under Core Concepts, marked Unreleased; VitePress sidebar updated
1616
- **benchmark(worker):** `main-worker.ts`, `/test-worker` and `/test-cpu` routes, benchmark README in English
17+
- **benchmark(rendering):** DVE view rendering benchmark routes (`/test-view*`) and `.dve` templates under `benchmark/views`
18+
- **docs(editor):** Editor tooling docs plus DVE syntax reference and snippet shortcuts for `.dve` templates
1719
- **test(worker):** Worker pool tests and fixtures (`echo_worker.ts`, `error_worker.ts`)
1820
- **test(config):** Add unit tests for misconfiguration covering invalid worker `scriptURL`, poolSize clamping, and negative body limit
21+
- **test(benchmark):** Add smoke test for benchmark routes scanning and `/test` response
1922

2023
### Changed
2124

@@ -24,6 +27,7 @@ Format inspired by [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
2427
- **test(tests):** Reorganize tests into `tests/core`, `tests/middleware`, `tests/rendering`, and `tests/routing` with new DVE fixtures
2528
- **refactor(rendering):** Shorten template engine API names and reorder methods for clearer grouping
2629
- **docs(benchmark):** Benchmark README — one Indonesian sentence translated to English
30+
- **chore(publish):** Switch `deno.json` publish config to an explicit include list
2731

2832
---
2933

0 commit comments

Comments
 (0)