Releases: Sp3EdeR/testable_singleton
Releases · Sp3EdeR/testable_singleton
Release v2.1.1
- fix: fixed build error on GCC 14+ and Clang 19+ (missing
#include <new>) - fix: incorrect include path in test build
- updated: the documentation and example code snippets are improved
- updated: more informative build error message when missing submodules
Full Changelog: v2.1...v2.1.1
Release v1.0.2
- fix: Fixed build error on GCC 14+ and Clang 19+ (missing
#include <new>)
Full Changelog: v1.0.1...v1.0.2
Release v2.1
What's Changed
- added: better documentation and test build control interfaces in CMake
- added: installation for the library headers and optionally, the documentation
Full Changelog: v2.0...v2.1
Release v2.0
Warning
This version breaks compatibility with version v1.x. When using access_private to access the Reset function, && must be appended to the parameter types.
What's Changed
- added: new testing interface that does not require
access_private - added: several documentation improvements and a Doxygen build
- fix: potential corruption when the singleton constructor throws
- fix: perfect forwarding by @BenjaminCrow in #4
- removed: the
access_privatesubmodule
New Contributors
- @BenjaminCrow made their first contribution in #4
Full Changelog: v1.0.1...v2.0
Release v1.0.1
What's Changed
- Fixed nullinject not forcing a reconstruction on next Get by @Sp3EdeR in #1
- Bugfix/old cmake compatibility by @Sp3EdeR in #2
Full Changelog: v1.0...v1.0.1
Release v1.0
The initial version of the testable singleton