Version numbers comply with the Sementic Versioning Specification (SemVer).
v0.2.3 (2021-10-15)
- Macro
RX_DISABLE_TEST_DISCOVERY
to disable the automatic discovery of tests. - Support for MinGW.
- Disable address sanitizer for custom data sections.
- Disable test discovery for unsupported compilers.
- Bump Contributor Covenant's code of conduct to version 2.1.
- Compilation with MSVC in C++ mode failing.
v0.2.2 (2021-08-04)
- Append a slash character as required by ‘vcpkg’.
v0.2.1 (2021-07-22)
- Checks for some printf-style functions.
v0.2.0 (2021-07-13)
- Support for automatic registration of tests.
- Test suites to group test cases.
- Configuration of test suites, test cases, and test fixtures.
- Designated initializer-like syntax.
- GitHub documentation and test workflows.
- Tests covering most code paths and the supported language standards.
- Version constant.
- Comprehensive documentation.
- Code of conduct file.
- Readme file.
- Code style to snake case.
- Strip the intermediate ‘rexo’ include folder.
- Switch the license from MIT to Unlicense.
- Initial release.