Skip to content

Releases: Koihik/LuaFormatter

Release v1.3.6

18 May 14:58
417d457
Compare
Choose a tag to compare

What’s Changed

Release v1.3.5

30 Jan 02:05
Compare
Choose a tag to compare

What’s Changed

Release v1.3.4

13 Jun 04:39
7aa6b8a
Compare
Choose a tag to compare
  • Fix some indent bug
  • Support specify config in command line

Release v1.3.3

11 Jan 15:28
a9aa804
Compare
Choose a tag to compare
  • Fixes an issue that doubles comment after formatting in some case.

Release v1.3.1

10 Jan 02:29
310cecb
Compare
Choose a tag to compare
  • replace keep_simple_funciton_one_line to keep_simple_control_block_one_line and keep_simple_block_one_line
  • support style config spaces_before_call

Release v1.3.0

19 Nov 05:26
658e48c
Compare
Choose a tag to compare
  • support transform quote of string literal
  • build on C++ 17 now

Release v1.2.2

13 Jun 15:07
54adfa1
Compare
Choose a tag to compare
  • fix some indent bug

Release v1.2.1

04 Jun 13:41
fdd616d
Compare
Choose a tag to compare
  • fix some line break bug on unary operator

Release v1.2.0

19 Apr 16:07
9b37bc9
Compare
Choose a tag to compare

BREAKING CHANGE
Style config options has been completely refactored.
see Wiki

Release v1.1.0

14 Jan 13:35
548fa62
Compare
Choose a tag to compare
  • chop down parameter and table when they are too long.

Breaking Change

  • remove 'keep_simple_function_one_line' in config file
    replace 'keep_simple_function_one_line' to 'keep_simple_block_one_line'.

  • remove 'keep_simple_table_one_line' in config file
    Now the default will format table to one line.