Skip to content

Releases: makinzm/mille

v0.0.14

24 Mar 12:40
2c4d6b9

Choose a tag to compare

What's Changed

  • feat: ParsedNames 構造体によるコンパイルタイムガード by @makinzm in #68
  • feat: C language support by @makinzm in #70
  • feat: name_deny で文字列リテラルをチェック (StringLiteral) by @makinzm in #72
  • feat: name_deny で属性アクセスの識別子をチェック (Identifier) by @makinzm in #73
  • fix: publish-pypi でルート Cargo.toml もバージョンパッチする by @makinzm in #74

Full Changelog: v0.0.13...v0.0.14

v0.0.13

23 Mar 12:21

Choose a tag to compare

What's Changed

  • fix: mille init adds src to package_names for Python src/ layout namespace packages by @makinzm in #62
  • feat: Starlight ドキュメントサイト(Pagefind 検索・日英 i18n・GitHub Pages) by @makinzm in #64
  • feat: Naming convention check with DI refactoring by @makinzm in #66
  • feat: PHP language support by @makinzm in #67

Full Changelog: v0.0.12...v0.0.13

v0.0.12

15 Mar 01:08
57eff95

Choose a tag to compare

What's Changed

  • feat: Java language support + mille init Java/Kotlin layer detection by @makinzm in #59
  • feat: Kotlin language support (tree-sitter-kotlin, flat/Gradle layouts, mille init) by @makinzm in #60
  • feat: cargo-audit による定期脆弱性スキャン CI を追加 by @makinzm in #61

Full Changelog: v0.0.11...v0.0.12

v0.0.11

09 Mar 02:02

Choose a tag to compare

What's Changed

  • [refactor] packages/pypi: remove unused Python API, keep CLI entry point only by @makinzm in #50
  • feat: mille analyze — dependency graph visualization (terminal/json/dot/svg) by @makinzm in #51
  • feat: [severity] config — per-violation severity and --fail-on option by @makinzm in #52
  • feat: mille report external — external dependency report by layer (#53) by @makinzm in #53
  • fix: mille init が external_mode を生成しない問題を修正 by @makinzm in #54
  • fix: mille init accuracy — same-name dir separation, .venv exclusion, Python internal imports by @makinzm in #55
  • fix: mille init Go+TypeScript accuracy — module_name, full paths, TS subpath matching by @makinzm in #56

Full Changelog: v0.0.10...v0.0.11

v0.0.10

08 Mar 07:27
9b64101

Choose a tag to compare

What's Changed

  • fix: --version が常に 0.0.1 を表示する問題を修正 by @makinzm in #37
  • docs: README をミルクレープメタファーで刷新し、未実装機能の誤記を修正 by @makinzm in #38
  • feat: --format github-actions / json 出力対応 (PR 10) by @makinzm in #39
  • feat: [ignore] セクションを実際に適用する (PR 12) by @makinzm in #40
  • [refactor] spec.md から実装依存・時限的セクションを削除 by @makinzm in #41
  • refactor: DispatchingResolver::from_config() で Resolver 構築を一元化 by @makinzm in #42
  • [skip ci] helpに関するテスト by @makinzm in #43
  • feat: mille init with import-based layer inference (PR 11) by @makinzm in #44
  • fix: Python entry point が sys.argv を使うよう修正 by @makinzm in #46
  • fix: リリース後にバージョンを main へ自動コミット by @makinzm in #45
  • skip ci [fix] macOS BSD sed の -i 非互換を修正 by @makinzm in #49

Full Changelog: v0.0.9...v0.0.10

v0.0.9

07 Mar 01:48
4449010

Choose a tag to compare

What's Changed

  • fix: release 時に packages/go/vX.Y.Z タグを自動作成 by @makinzm in #34
  • [skip ci] fix: release job に checkout を追加 by @makinzm in #36

Full Changelog: v0.0.8...v0.0.9

v0.0.8

06 Mar 10:06
41c81fb

Choose a tag to compare

What's Changed

  • fix: go install 修正 — replace ディレクティブを削除し mille.wasm を直接 embed by @makinzm in #33

Full Changelog: v0.0.7...v0.0.8

What's Changed

  • fix: go install 修正 — replace ディレクティブを削除し mille.wasm を直接 embed by @makinzm in #33

Full Changelog: v0.0.7...v0.0.8

v0.0.7

06 Mar 09:19
49e1661

Choose a tag to compare

What's Changed

  • [skip ci] fix: PyPI project description が空になる問題を修正 by @makinzm in #30
  • feat: TypeScript/JavaScript サポートと全言語 allow_call_patterns + @/ alias 対応 by @makinzm in #31
  • fix: npm パッケージを Node.js WASI ランナーで実装 by @makinzm in #32

Full Changelog: v0.0.6...v0.0.7

What's Changed

  • [skip ci] fix: PyPI project description が空になる問題を修正 by @makinzm in #30
  • feat: TypeScript/JavaScript サポートと全言語 allow_call_patterns + @/ alias 対応 by @makinzm in #31
  • fix: npm パッケージを Node.js WASI ランナーで実装 by @makinzm in #32

Full Changelog: v0.0.6...v0.0.7

v0.0.6

06 Mar 03:12
25b5e74

Choose a tag to compare

What's Changed

  • [skip ci] fix: release workflow の二重起動と PyPI manylinux wheel 対応 by @makinzm in #28

Full Changelog: v0.0.5...v0.0.6

What's Changed

  • [skip ci] fix: release workflow の二重起動と PyPI manylinux wheel 対応 by @makinzm in #28

Full Changelog: v0.0.5...v0.0.6

v0.0.5

06 Mar 02:59
8f7191b

Choose a tag to compare

What's Changed

  • feat: Python language support (mille core + PyPI maturin) by @makinzm in #25
  • [skip ci] chore: actionlint を lefthook と CI に追加 by @makinzm in #26
  • [skip ci] fix: release workflow を GitHub UI からのリリースでも起動するよう修正 by @makinzm in #27

Full Changelog: v0.0.4...v0.0.5

What's Changed

  • feat: Python language support (mille core + PyPI maturin) by @makinzm in #25
  • [skip ci] chore: actionlint を lefthook と CI に追加 by @makinzm in #26
  • [skip ci] fix: release workflow を GitHub UI からのリリースでも起動するよう修正 by @makinzm in #27

Full Changelog: v0.0.4...v0.0.5

What's Changed

  • feat: Python language support (mille core + PyPI maturin) by @makinzm in #25
  • [skip ci] chore: actionlint を lefthook と CI に追加 by @makinzm in #26
  • [skip ci] fix: release workflow を GitHub UI からのリリースでも起動するよう修正 by @makinzm in #27

Full Changelog: v0.0.4...v0.0.5