v0.5.0
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
-beautifyflag 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 ONby @disq in #258
New Contributors
- @St0rmPetrel made their first contribution in #236
- @disq made their first contribution in #258
Full Changelog: v0.4.19...v0.5.0