Skip to content

release 6.1.0

Compare
Choose a tag to compare
@raydac raydac released this 03 Jul 11:02
· 310 commits to master since this release
  • implemented request #9, added support of whitespace between directive and comment, in command line it is --es option and in MAVEN and ANT it is boolean parameter allowWhitespace, by default it is turned off
  • added function STR binfile(STR,STR) to load a bin file as encoded base64 or java byte array string
  • changes in Preprocessor API, removed usage of null instead of PreprocessorContext or PreprocessingState as argument for many methods, improved tests
  • fixed #8 issue, fixed work with absolute paths in //#include and evalfile(), added tests
  • refactoring