Skip to content

0.5.0

Compare
Choose a tag to compare
@end2endzone end2endzone released this 12 Jul 13:24
· 418 commits to master since this release

Changes for 0.5.0:

  • New feature: Implemented ra::strings::trim() and ra::strings::reverse().
  • New feature: Implemented console text color support.
  • New feature: Implemented ra::filesystem::isAbsolutePath(), resolvePath(), getAbsolutePathFromExecutable() and getAbsolutePathFromCurrentDirectory().
  • New feature: Implemented ra::environment::setEnvironmentVariable().
  • New feature: Created generics namespace, a.k.a. popular templates.
  • New feature: Created console namespace.
  • New feature: Created process namespace.
  • New feature: Normalized floating point values conversion to string: toStringLossless(), toStringLossy() or toStringFormatted().
  • Fixed issue #5: String format function.
  • Fixed issue #6: Implement getCurrentProcessPath() function.
  • Fixed issue #7: Function for absolute path to relative path.
  • Fixed issue #11: joinString() fails if first element of list is an empty string.
  • Fixed issue #12: Rename strReplace() to replace().
  • Fixed issue #13: Rename parseValue() to parse().
  • Fixed issue #14: Rename splitString() to split() and joinString() to join().