Skip to content

v0.16.0

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Jul 16:33

What's Changed

🚀 Features

  • feat: add --completions flag for shell completion generation (#175) (#189) @vmvarela
  • feat: add HTML table output format (-O html) (#188) @vmvarela
  • feat: add SQL INSERT output format (-O sql) (#187) @vmvarela
  • feat: add --schema flag to print inferred CREATE TABLE DDL (#186) @vmvarela
  • feat: add --explain flag for query plan introspection (#185) @vmvarela
  • feat: add --null-value flag for custom NULL representation (#184) @vmvarela

🐛 Bug Fixes

  • fix: BLOB hex encoding + full Unicode width tables (#190) @vmvarela

🧰 Maintenance

  • refactor: deduplicate visual/source helpers, simplify fmtThousands (#182) @vmvarela

⬆️ Dependency Updates

Full Changelog: v0.15.0...v0.16.0