Skip to content

Latest commit

 

History

History
161 lines (98 loc) · 5.1 KB

CHANGELOG.md

File metadata and controls

161 lines (98 loc) · 5.1 KB

😎 更迭日志 Release Notes

0.3.22 (2023/08/26)

  • 修正了一些BUG
  • FIx some bugs

0.3.20 (2023/07/25)

0.3.17 (2023/03/14)

0.3.16 (2022/11/21)

  • 合并了@fourgold的Pull,优化了强制转换关键词为小写的体验
  • Merge Fourgold's Pull @fourgold

0.3.13 (2022/06/15)

0.3.9 (2022/05/27)

  • 调整了引号内的格式化逻辑,修正以前的错误问题(看起来很难遇到的“大优化”)
  • Adjusted logic for formatting "string" inside quotes

0.3.6 (2022/05/17)

  • 修复了一些错误,感谢@BryceQin, @timegambler和@thx-god
  • Fixed some bugs,Thanks for @BryceQin, @timegambler and @thx-god

0.3.5 (2022/02/23)

  • 感谢@fourgold新增了两个功能,在小写模式开启下:where后面and和on的对齐,以及注释的对齐
  • Thanks for @fourgold to add new functions and let SQL Beuatify can order the comment and insert indents before 'and' and 'on'
  • 再次修复了小写关键词设置下对某些字段名的错误小写
  • Fixed some bugs when using lowercase keywords.

0.3.0 (2023/01/29)

  • 修复了小写关键词设置下对某些字段名的错误小写
  • Fixed some bugs when using lowercase keywords.@ljfre
  • 感谢@italodamato 修复了"Extension 'SQL Beautify' is configured as formatter but it cannot format 'SQL'-files" 的问题
  • Thanks for @italodamato to fixed the bug "Extension 'SQL Beautify' is configured as formatter but it cannot format 'SQL'-files"
  • 祝大家2022年新年快乐!

0.2.8 (2021/11/01)

  • 修复了一些带有注释的问题,包括注释后面重新逗号和括号以及复原的问题
  • Fixed some bugs with "Comments".
  • 修复了一个ddl美化的bug
  • Fixed a ddl bug @xubuild
  • 修复了一些其他的bug
  • Fixed some bugs @rongsheng @zhangzhe @wuhuanzi

0.2.4 (2021/07/14)

0.1.39 (2021/07/14)

  • 支持了"With...as..."的格式化
  • Support sql with "With...as..."
  • fix some bugs @sakura

0.1.36 (2021/06/24)

  • 修复了一些带有注释的问题
  • Fixed some bugs with "Comments".
  • 如果你的代码中有很多非常规的注释,请小心使用本插件,可能会有些未知的错误
  • If you have many irregular comments in your code, please be careful when use sql-beautify, which may cause some unknown bugs.

0.1.32

  • Fixed some bugs with "Comments".

0.1.32

  • Add "Use whitespace to replace Tab in the indentation of subquery" setting.

tablevswhitespace

  • 端午节快乐!

0.1.30

  • Add comma location setting.

comma

0.1.28

0.1.28

0.1.24

  • add hive-sql format support

0.1.22

  • fix some bugs

0.1.21

  • Add Uppercase setting. You can choose convert key words to uppercase or lowercase.(Default is Uppercase)

0.1.15

  • Add ddl extract.

0.1.13

  • Fix some bugs of ddl beautify.

0.1.8

  • Fix order by auto-wrap when order by in special hql syntax like row number() over(partition by order by)

0.1.7

  • Align words after as left

as

0.0.12

  • Fix some bugs of auto-wrap

0.0.9

  • Support CASE WHEN auto-wrap

0.0.7

  • Add beautify ddl

0.0.4

  • Fix some bugs

0.0.1

  • Initial release