Skip to content

v0.5.0

Choose a tag to compare

@Lance726 Lance726 released this 18 Mar 02:34
· 5 commits to master since this release
4a3c96e

What's Changed

  • Add support for nested named/unnamed tuple types by @rhino1998 in #233
  • Add support for CREATE NAMED COLLECTION statements (#235) by @St0rmPetrel in #236
  • Add line break and indentation to FROM clause formatting by @Copilot in #244
  • Add line break before column list in INSERT INTO formatting by @Copilot in #246
  • Add line break and indentation for SETTINGS clause in beautify mode by @Copilot in #245
  • Add beautify format support for CREATE USER statements by @Copilot in #247
  • Add chaining methods to formatter for customizable indentation by @Copilot in #248
  • Document -beautify flag with example by @Copilot in #249
  • Add line breaks for ON CLUSTER and ALTER clauses in beautify mode by @Copilot in #251
  • Add beautify format support for CREATE DICTIONARY statements by @Copilot in #253
  • fix: support expressions (dotted column refs) in DISTINCT ON by @disq in #258

New Contributors

Full Changelog: v0.4.19...v0.5.0