Skip to content

0.4.3

Compare
Choose a tag to compare
@Kampfkarren Kampfkarren released this 21 Nov 08:01
a87daeb

[0.4.3] - 2019-11-20

Added

  • Added display-style flag to use either rich (default), quiet (equivalent to -q), or JSON.

Fixed

  • Fixed a concatenated result always triggering an error when the standard library function expected a constant string (such as collectgarbage or Instance.new).
  • Fixed parenthese conditions mixed with non-parenthese conditions (such as (condition) and condition) tripping the parenthese_conditions lint.