File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments