Skip to content

release 6.1.2

Compare
Choose a tag to compare
@raydac raydac released this 02 Apr 10:56
· 262 commits to master since this release
  • CORE: added STR TRIMLINES(STR) function to trim lines represented as string and removing empty lines
  • CORE: added /A command line option (copyFileAttributes in Maven and ANT) to copy file attributes
  • CORE: added /ED: command line option to exclude sub-folders from preprocessing (excludedFolders in Maven and ANT) with ANT pattern support.
  • CORE: added /PI command line option (preserveIndent in Maven and ANT), turn on mode to preserve indent when removing //$ and //$$, thanks to jamuir
  • CORE: comma in split lines in BINFILE function moved from the start of line to the end of the previous line (to increase compatibility with Go)