Skip to content

v2.54.0

Choose a tag to compare

@github-actions github-actions released this 04 Jun 09:22
· 118 commits to main since this release

What's Changed

  • feat(profiler): add JS/TS docs-generator profiling mode by @ubugeeei in #309
  • perf(docs): borrow instead of allocate in doc-text/link processing by @ubugeeei in #315
  • perf(docs): reuse the OXC arena allocator across files by @ubugeeei in #314
  • perf(docs): skip raw JSDoc text and param formatting on normalize paths by @ubugeeei in #316
  • perf(docs): reduce TypeDoc render allocations (symbol map + list rows) by @ubugeeei in #317
  • perf(docs): extract docs during the export-graph walk to avoid a second parse by @ubugeeei in #318
  • perf(docs): append Markdown table cells directly + make the docs driver table-faithful by @ubugeeei in #319

Full Changelog: v2.53.0...v2.54.0