Skip to content

v1.0a0

Latest

Choose a tag to compare

@github-actions github-actions released this 12 Dec 01:35
· 22 commits to master since this release
v1.0a0
28b9dd1

ictr v1.0a0 (2025-12-12)

Enhancements

  • Add comprehensive examples documentation covering basic usage, trace levels, exception handling, and library integration.
  • Add errorx and abortx flavors for automatic exception capture and formatting with full stack traces.
  • Add standard message flavors with semantic labels and optional emoji/color styling: note, monition, error, abort, future, success, and advice.
  • Clarify library integration workflow with clear separation of concerns between libraries and applications.
  • Implement ten hierarchical trace levels (0-9) with automatic indentation for visualizing call depth and execution flow.
  • Provide global dispatcher available in Python builtins after initial setup for zero-import access throughout applications.