Skip to content

v1.13.0

Choose a tag to compare

@github-actions github-actions released this 31 May 13:48
· 80 commits to main since this release

What's Changed

  • feat(lsp): textDocument/codeAction で lint auto-fix の quick fix を提供 (#311) by @keroway in #330
  • fix(lsp): Code Action の全文置換をバージョン付き documentChanges にする (#311) by @keroway in #336
  • fix(lsp): Code Action の documentChanges を capability ネゴシエーションで出し分け (#311) by @keroway in #338
  • chore(deps): bump actions/setup-node from 4 to 6 by @dependabot[bot] in #334
  • chore(deps): bump resvg from 0.45.1 to 0.47.0 by @dependabot[bot] in #335
  • chore(deps): bump serde_json from 1.0.149 to 1.0.150 by @dependabot[bot] in #337
  • feat(lsp): textDocument/documentSymbol で階層シンボルを提供 (#333) by @keroway in #339
  • chore(github): PR テンプレートと ISSUE_TEMPLATE config を追加 by @keroway in #340
  • feat(lsp): textDocument/references で lane ID の全参照位置を返す (#331) by @keroway in #341
  • feat(lsp): textDocument/rename と prepareRename で lane ID の一括リネームを実装 (#332) by @keroway in #342
  • refactor(core): tdsl-core/src/lib.rs を機能別テストモジュールに分割 (#319) by @keroway in #343
  • refactor(render): レイアウトエンジン抽出 — LaneBandModel・色・ツールチップを LayoutModel に集約 by @keroway in #344
  • feat(render): タイムライン方向オプション(垂直レイアウト) by @keroway in #345
  • chore: release v1.13.0 by @keroway in #346
  • feat(dsl+render): lane のグループ化(group ブロック)を実装 (#321) by @keroway in #347
  • fix(hooks): stop hook が worktree 内で npm lint を実行できない問題を修正 by @keroway in #348

Full Changelog: v1.12.0...v1.13.0