Skip to content

Releases: Koihik/LuaFormatter

Release v1.3.6

Choose a tag to compare

@github-actions github-actions released this 18 May 14:58
417d457

What’s Changed

Release v1.3.5

Choose a tag to compare

@github-actions github-actions released this 30 Jan 02:05

What’s Changed

Release v1.3.4

Choose a tag to compare

@Koihik Koihik released this 13 Jun 04:39
7aa6b8a
  • Fix some indent bug
  • Support specify config in command line

Release v1.3.3

Choose a tag to compare

@Koihik Koihik released this 11 Jan 15:28
a9aa804
  • Fixes an issue that doubles comment after formatting in some case.

Release v1.3.1

Choose a tag to compare

@Koihik Koihik released this 10 Jan 02:29
310cecb
  • 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

Choose a tag to compare

@Koihik Koihik released this 19 Nov 05:26
658e48c
  • support transform quote of string literal
  • build on C++ 17 now

Release v1.2.2

Choose a tag to compare

@Koihik Koihik released this 13 Jun 15:07
54adfa1
  • fix some indent bug

Release v1.2.1

Choose a tag to compare

@Koihik Koihik released this 04 Jun 13:41
fdd616d
  • fix some line break bug on unary operator

Release v1.2.0

Choose a tag to compare

@Koihik Koihik released this 19 Apr 16:07
9b37bc9

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

Release v1.1.0

Choose a tag to compare

@Koihik Koihik released this 14 Jan 13:35
548fa62
  • 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.