Skip to content

Latest commit

 

History

History
52 lines (31 loc) · 928 Bytes

CHANGELOG.md

File metadata and controls

52 lines (31 loc) · 928 Bytes

0.5.0 (2025-02-20)

Feat

  • formatter for schema (#58)
  • formatter for owner (#57)
  • add formatter for function/procedure (#54)

0.4.0 (2025-01-31)

Feat

  • add rule for checking inline sql function body with wrong language (GN035) (#51)

Fix

  • enable all custom formatters (#52)

0.3.1 (2025-01-11)

Fix

  • fix release pipelines (#45)

0.3.0 (2025-01-11)

Feat

  • enable SM001 for DMLs except subqueries (#41)
  • add docker images (#39)
  • respect gitignore (#37)
  • Parallelism (#36)

Fix

  • printing of empty lines from format diff (#40)

0.2.0 (2025-01-08)

Feat

  • add rule for typed table (#32)
  • add rule for insert without target columns (#31)
  • add rules to check for duplicate index, primary key, unique key columns (#29)
  • add rule to check for stringified null (#27)

Fix

  • documentation, cleanup leftover backlog.md (#30)
  • logo resolution (#28)

0.1.0 (2024-12-21)