All Versions
3
Latest Version
Avg Release Cycle
1 days
Latest Release
1406 days ago

Changelog History

  • v1.0.1 Changes

    June 12, 2020

    ๐Ÿ›  Patch fixes:

    • ๐Ÿ“š Documentation improvements
    • Consistency improvements
    • Added cstdint dependency for stx::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 and FixedReport
    • ABI versioning to allow for different versions in the same executable
    • Improved TRY_OK and TRY_SOME error/null propagation macros
    • General API cleanup and restructuring
    • ๐ŸŽ Performance improvements and bug fixes
    • ๐Ÿ“š Documentation improvements
    • ๐Ÿ‘Œ Support for microcontroller platforms without std::thread and std::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