All Versions
3
Latest Version
Avg Release Cycle
1 days
Latest Release
1707 days ago
Changelog History
Changelog History
-
v1.0.1 Changes
June 12, 2020๐ Patch fixes:
- ๐ Documentation improvements
- Consistency improvements
- Added
cstdint
dependency forstx::SourceLocation
(uint_least32_t
) - ๐จ Panic print macro cleanups
-
v1.0.0 Changes
June 12, 2020๐ This release features:
- ๐ Support for MSVC and X86-64 GCC, ARM GCC, and AARCH64 GCC
- ๐ C++ 17 Support
- Rewrite of the C++ 20
source_location
Library for C++ 17 - C++ 20 Concepts removal
- ๐ New optimized report types;
SpanReport
andFixedReport
- ABI versioning to allow for different versions in the same executable
- Improved
TRY_OK
andTRY_SOME
error/null propagation macros - General API cleanup and restructuring
- ๐ Performance improvements and bug fixes
- ๐ Documentation improvements
- ๐ Support for microcontroller platforms without
std::thread
andstd::mutex
- 0๏ธโฃ Implemented copy and default constructor for
Option
- ๐ Improved and panic-safe
stderr
logging - ๐ Improved tests
- More helper functions
-
v0.0.1
June 10, 2020