Skip to content

Commit f9ecb65

Browse files
committed
chore: fix parser render changelog entries
1 parent d9812d4 commit f9ecb65

2 files changed

Lines changed: 11 additions & 4 deletions

File tree

packages/parser/CHANGELOG.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# 4.0.0 (2026-06-27)
22

3-
### 🩹 Fixes
3+
### 🚀 Features
4+
5+
- **parser:** `[[include]]`の参照抽出・依存トレースAPIを追加 ([#52](https://github.com/r74tech/wdpr/pull/52))
6+
- **parser:** async include resolverで同一iteration内のincludeを並列fetchし、in-flight fetchを共有 ([#52](https://github.com/r74tech/wdpr/pull/52))
7+
8+
### ♻️ Refactors
49

5-
- **parser/render:** [[image]] が含まれる paragraph の <p> wrap を Wikidot 本家挙動に合わせる ([#51](https://github.com/r74tech/wdpr/pull/51))
10+
- **parser/render:** parser/renderを機能単位のfolder layoutに整理 ([#52](https://github.com/r74tech/wdpr/pull/52))
11+
- **parser:** lexer、preprocess/postprocess、block/inline rule、module/ListPages/ListUsersまわりを責務ごとに分割 ([#52](https://github.com/r74tech/wdpr/pull/52))
612

713
### ❤️ Thank You
814

packages/render/CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ This was a version bump only for @wdprlib/render to align it with other projects
44

55
# 3.0.0 (2026-06-27)
66

7-
### 🩹 Fixes
7+
### ♻️ Refactors
88

9-
- **parser/render:** [[image]] が含まれる paragraph の <p> wrap を Wikidot 本家挙動に合わせる ([#51](https://github.com/r74tech/wdpr/pull/51))
9+
- **parser/render:** parser/renderを機能単位のfolder layoutに整理 ([#52](https://github.com/r74tech/wdpr/pull/52))
10+
- **render:** context、escape、elements、module renderer、highlighter engineを責務ごとのfolderに分割 ([#52](https://github.com/r74tech/wdpr/pull/52))
1011

1112
### ❤️ Thank You
1213

0 commit comments

Comments
 (0)