Releases: offa/scope-guard
Releases · offa/scope-guard
v0.3.2
Changes
- Update to latest R0052R9
- Clang 7 Support
- Catch updated
- Trompeloeil updated
v0.3.0
Changes
- Update to latest P0052R8
- GCC 8 Support
- Catch updated to latest release
- C++14 Support removed
v0.2.4
Changes
- Clang 6 support added
- Catch updated
- Both changes backported to the C++14 Branch (still deprecated)
v0.2.3
Changes
- Catch updated
- CMake updated to v3.10.1
- Some minor improvements
- Backports to C++14 Branch
Note:
This is the last release with C++14 support.
v0.2.2
Changes
- Adoption of the latest P0052R6
- C++14 Backport
- Catch Updated
- Dockerized CI builds
Note:
Deprecation of C++14 Backport
C++17 has become the official C++ Standard.
This is presumably the last release with C++14 Backport. The C++14 Branch (cpp14
) is deprecated from now on and may get dropped in a future release.
v0.2.1
Changes
- Deprecated factory functions removed
- Clang CI build added
v0.2.0
Changes
- Updated to C++17
- C++14 Maintance Branch added
- Updated to CMake v3.8.2
- Updated CI Configuration
- Changes and improvements through C++17
- Specified Deduction Guides added for all classes
- Deprecation of all (no longer specified) factory functions
v0.1.3
Changes
- Refactoring and Code improvements
Note:
v0.2.x will move to C++17
The mainline implementation will move to C++17 from v0.2.x onwards. A C++14 will be still maintained.
v0.1.2
Changes
- Many improvements and Fixes
- P0052R5 fully implemented