0.4.3
[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
orInstance.new
). - Fixed parenthese conditions mixed with non-parenthese conditions (such as
(condition) and condition
) tripping theparenthese_conditions
lint.