Skip to content

Releases: tordrt/LLMSchema

v1.0.1

18 Nov 07:48

Choose a tag to compare

Changelog

v0.1.0

18 Nov 06:19

Choose a tag to compare

Changelog

  • 49d5231 Add --exclude-tables flag to filter out specific tables
  • 0d50e39 Add CHECK constraint support for SQLite databases
  • 170809b Add CLAUDE.md and complete public API refactoring
  • 324ab74 Add CLAUDE.md documentation for Claude Code
  • 88522ba Add MySQL database auto-detection and testing infrastructure
  • 5fdf214 Add MySQL database auto-detection and testing infrastructure
  • c3c6458 Add MySQL database support with go-sql-driver
  • 39a80a4 Add PostgreSQL enum type value extraction
  • 8819f2b Add PostgreSQL schema extraction CLI tool
  • c5a1b4c Add SQLite database support with go-sqlite3 driver
  • e6cba34 Add SQLite testing infrastructure and integration tests
  • fad991b Add automated releases and install script
  • 1785069 Add comprehensive package documentation for publication
  • 7f377f3 Add golangci-lint configuration and fix linting issues
  • 51ddae5 Add markdown output format support to CLI
  • 06e994f Add multi-file output support for large schemas
  • 42b742a Change default output format from text to markdown
  • a338369 Fix .gitignore and add missing CLI main.go entrypoint
  • 42865c7 Fix Go version to improve package compatibility
  • 93c6c34 Fix all golangci-lint issues and update PostgreSQL tests
  • 89a7a7a Fix install script to match actual release asset names
  • ea59e2a Fix markdown table formatting and PostgreSQL type display
  • 3e91375 Improve README organization and clarity
  • 4b2eb68 Include output directory location when showing where a tables markdown doc file can be found. Minor changes to CLAUDE.md
  • 299eb63 Initial commit
  • 773a493 Make text format the default output
  • f0a395a Merge remote-tracking branch 'origin/main'
  • 5e228ad README.md update
  • f86968d Refactor CLI to use unified --db-url flag for all database types
  • 97366a0 Refactor markdown formatting to eliminate code duplication
  • b8a1b37 Refactor tests and extractors to reduce cyclomatic complexity
  • f609cee Refactor to minimize public API surface
  • b38200d Remove --split-threshold flag and simplify output mode selection
  • 7a52a30 Remove text format and optimize markdown output for LLM efficiency
  • a5609d4 Reorganize README sections for better flow
  • c50d55f Simplify CLAUDE.md by removing redundant usage examples
  • 2de1e82 Simplify multi-file output format for better LLM efficiency
  • 7a71e6b Small README.md improvements
  • 5131635 Update README with improved documentation and project context
  • 70c7b98 Update README.md