Skip to content

3.3.1

Compare
Choose a tag to compare
@Scony Scony released this 15 Sep 19:54
· 350 commits to master since this release

Added

  • Added support for export onready var statement on class level
  • Added support for mastersync and puppetsync functions
  • Added support for standalone comments in expressions (except for few corner-cases)
  • Added --diff option to gdformat which acts the same as --check, but with additional difference printing
  • Added support for single line pattern formatting (forced for now)
  • Added --fast option to gdformat to skip safety checks (thus being faster)

Fixed

  • Fixed exception handling in gdparse, gdlint, and gdformat
  • Fixed adding newlines around non-standard functions like static func, master func etc.
  • Fixed if-stmt-related corner case where formatting shred a colon

Changed

  • Changed formatter to keep going despite failures