Skip to content

v0.11.0

Choose a tag to compare

@winebarrel winebarrel released this 21 Apr 12:54
Immutable release. Only release title and notes can be modified.
v0.11.0
0b7d0d9

Changelog

  • 0b7d0d9 Merge pull request #48 from winebarrel/move-filter-options
  • 82a77aa Add FilterOptions.AfterApply tests for full coverage
  • 257f3b7 Add FilterOptions.AfterApply for pattern validation via kong
  • 8e72f31 Fix gofumpt formatting
  • 3e7b19a Move --include/--exclude from global options to subcommand options
  • ced9ff5 Merge pull request #47 from winebarrel/support-fmt
  • 357f927 Unexport formatSchemaSQL (internal helper only)
  • 7739f65 Make --check and -w mutually exclusive via kong xor
  • c37dba3 Fix gofumpt trailing blank line
  • 7232719 Cover ErrNotFormatted.Error() in check test
  • 305f47f Document dump vs fmt formatting difference in README
  • 2defd8e Fix --check comparison, deterministic write order, nil-safe FormatSchemaSQL
  • 0a16c4b Add --check option to fmt command
  • c4f8574 Extract shared FormatSchemaSQL helper and preserve file permissions on -w
  • ed6c187 Update README to document fmt command
  • 83d2118 Remove Windows skip (not a supported platform)
  • 01039b2 Validate empty schemas, include file path in errors, skip chmod test on Windows
  • d8b5414 Simplify fmt to use single Format method returning per-file results
  • 32a3349 Refactor fmt to use client.Format/FormatFile with FmtOptions
  • 505a3ec Add fmt command error path tests for full coverage
  • fec7732 Add fmt command to format SQL files into canonical form