GitHub Releases

Changelog

keroway/timeline-dsl のリリース情報を表示しています。

最終取得: 2026年5月5日

Releases

v1.0.0

v1.0.0

## What's Changed
* feat: template/apply構文の実装 by @keroway in https://github.com/keroway/timeline-dsl/pull/42
* test: テストカバレッジ向上(パーサ・lowering・renderエッジケース) by @keroway in https://github.com/keroway/timeline-dsl/pull/43
* fix: エラー診断の改善(lane候補提示・DSL仕様更新) by @keroway in https://github.com/keroway/timeline-dsl/pull/44
* docs: Getting Started チュートリアルの追加 by @keroway in https://github.com/keroway/timeline-dsl/pull/70
* docs: サンプルファイルの拡充(日本史・戦国Wikidata・世界大戦・科学技術) by @keroway in https://github.com/keroway/timeline-dsl/pull/71
* feat: SVGファイルの直接出力(tdsl render --format svg) by @keroway in https://github.com/keroway/timeline-dsl/pull/72
* feat: Wikidata APIエラーハンドリング改善(タイムアウト・リトライ・スロットリング対応) by @keroway in https://github.com/keroway/timeline-dsl/pull/73
* test: E2Eテスト拡充(全CLIサブコマンド・正常系・異常系カバレッジ) by @keroway in https://github.com/keroway/timeline-dsl/pull/74
* feat: VS Code 構文ハイライト拡張の追加(TextMate grammar) by @keroway in https://github.com/keroway/timeline-dsl/pull/75
* feat: Homebrew formula 作成とリリースワークフロー自動更新 by @keroway in https://github.com/keroway/timeline-dsl/pull/76
* chore: v1.0 リリース準備(CHANGELOG更新・マイグレーションガイド) by @keroway in https://github.com/keroway/timeline-dsl/pull/77


**Full Changelog**: https://github.com/keroway/timeline-dsl/compare/v0.1.0...v1.0.0
GitHubで見る

v0.1.0

v0.1.0

## What's Changed
* feat: MVP - DSLパーサ・IR変換・Wikidata連携・CLI by @keroway in https://github.com/keroway/timeline-dsl/pull/1
* docs: README, CLAUDE.md, DSL言語仕様を追加 by @keroway in https://github.com/keroway/timeline-dsl/pull/2
* Add standalone HTML timeline rendering with floating tooltip by @keroway in https://github.com/keroway/timeline-dsl/pull/3
* Add Wikidata search and inspect commands by @keroway in https://github.com/keroway/timeline-dsl/pull/11
* Add tdsl scaffold wikidata command by @keroway in https://github.com/keroway/timeline-dsl/pull/12
* chore: apply cargo fmt across workspace by @keroway in https://github.com/keroway/timeline-dsl/pull/14
* Implement import query support in parser and lowering by @keroway in https://github.com/keroway/timeline-dsl/pull/13
* Add tdsl init and tdsl import-csv for manual timeline authoring by @keroway in https://github.com/keroway/timeline-dsl/pull/15
* Add tdsl lint with --fix and JSON output by @keroway in https://github.com/keroway/timeline-dsl/pull/16
* Docs and CI smoke flow for authoring workflows by @keroway in https://github.com/keroway/timeline-dsl/pull/17
* Implement import policy behavior in lowering by @keroway in https://github.com/keroway/timeline-dsl/pull/18
* Add resolve command for Wikipedia URL to QID by @keroway in https://github.com/keroway/timeline-dsl/pull/19
* fix: eval_map_expr の未対応アクセサが None を返すよう修正 by @keroway in https://github.com/keroway/timeline-dsl/pull/24
* docs: CLAUDE.md の実装状況を現状に合わせて更新 by @keroway in https://github.com/keroway/timeline-dsl/pull/25
* docs: dsl-spec.md の実装乖離を修正 by @keroway in https://github.com/keroway/timeline-dsl/pull/26
* refactor: render_init_tdsl の alias 登録処理を整理 by @keroway in https://github.com/keroway/timeline-dsl/pull/27
* fix: write_temp_csv をスレッドID+ナノ秒で衝突回避 by @keroway in https://github.com/keroway/timeline-dsl/pull/32
* fix: validate に start>end チェック追加 & SPARQL QID 抽出改善 by @keroway in https://github.com/keroway/timeline-dsl/pull/33
* feat: Wikidata取得結果のキャッシュ機能を追加する (closes #28) by @keroway in https://github.com/keroway/timeline-dsl/pull/37
* feat: Wikidataキャッシュ機能追加 & README整備 (closes #28) by @keroway in https://github.com/keroway/timeline-dsl/pull/38

## New Contributors
* @keroway made their first contribution in https://github.com/keroway/timeline-dsl/pull/1

**Full Changelog**: https://github.com/keroway/timeline-dsl/commits/v0.1.0
GitHubで見る