Skip to content

v0.5.1

Compare
Choose a tag to compare
released this 05 Apr 10:07
· 315 commits to master since this release
6ca59c7

Enhancements

  • Added a check allowing to verify that @trusted is not applied to a whole scope. Making this can be dangerous because one can forget to check manually if new functions added to the scope are trustworthy. (#545, #425)
  • Under Windows, the --defaultConfig now generates the ini file in the user local appdata directory. The location is also used to detect the default configuration used when the no config file is passed as argument, which didn't work previously. (#268)

Bug fixed

  • False negative for missing parameter in Params. (#586)
  • Gags the unhelpful stack trace that was output when the arguments are not recognized. (#195)
  • Files with an unsupported encoding were read as UTF-8. Now unsupported encodings (everything but UTF-8 with or without BOM) triggers an error. (#278)
  • Allow opCmp with no toHash. (#575)