Skip to content

0.7.0

Compare
Choose a tag to compare
@end2endzone end2endzone released this 17 Nov 14:13
· 271 commits to master since this release

Changes for 0.7.0:

This version of RapidAssist contains breaking changes!
Many library categories (including their associated namespaces) are renamed for clarity and better compatibility with other libraries.
Function names now follows Google C++ Style Guide naming rules: functions start with a capital letter and have a capital letter for each new word.

  • Fixed issue #35: Rename time namespace to timing.
  • Fixed issue #36: Rename gtesthelp namespace to testing.
  • Fixed issue #38: Rename cppencoder namespace to code::cpp.
  • Fixed issue #39: Rename logger namespace to logging.
  • Fixed issue #43: Consider using Google's C++ Style Guide.
  • Fixed issue #44: Remove usage of the word 'folder' for functions in ra::filesystem namespace.
  • Fixed issue #45: Deprecate functions from ra::testing namespace that are available in other namespaces.
  • Fixed issue #47: Move ra::environment::IsConfigurationDebug() implementation in header file.