Skip to content

0.6.0

Compare
Choose a tag to compare
@end2endzone end2endzone released this 09 Sep 01:13
· 328 commits to master since this release

Changes for 0.6.0:

  • Fixed issue #15: ra::filesystem::readFile() and writeFile().
  • Fixed issue #16: SAFE_WARNING_DISABLE macro.
  • Fixed issue #17: SAFE_DELETE macro.
  • Fixed issue #18: Create errors namespace.
  • Fixed issue #19: where() or which() function.
  • Fixed issue #21: New vector manipulation generic functions.
  • Fixed issue #22: ra::filesystem::getFilenameWithoutExtension().
  • Fixed issue #23: ra::environment::getEnvironmentVariables().
  • Fixed issue #24: ra::user::getUsername().
  • Fixed issue #25: Get current user system directories.
  • Fixed issue #26: parseBoolean() and toString(bool).
  • Fixed issue #27: createFolder() fails with absolute path.
  • Fixed issue #28: ra::filesystem::makeRelativePath().
  • Fixed issue #29: ra::filesystem::copyFile().
  • Fixed issue #31: ra::environment::expand().
  • Fixed issue #32: Implement a key-value store for storing basic configuration values.
  • Fixed issue #33: ra::process::startProcess().
  • Fixed issue #34: ra::filesystem::writeTextFile().
  • Fixed issue #37: Move ra:gtesthelp::getTextFileContent() to ra::filesystem::readTextFileContent().
  • Fixed issue #40: parseBoolean() and parse(bool) should properly parse 'Y' or 'N' values.
  • Fixed issue #41: ra::process::getExitCode(pid) and ra::process::waitExit(pid).
  • Fixed issue #42: ra::console::waitKeyPress().