Skip to content

v1.2

Latest

Choose a tag to compare

@github-actions github-actions released this 08 Aug 06:45
· 4 commits to master since this release
v1.2
1424f08

absence v1.2 (2026-08-08)

Enhancements

  • Add AbsenceCell[T] immutable container wrapping Absential[T] with a rich API for conditional extraction, evaluation, transformation, chaining, and Optional bridging.
  • Add adapt_dataclass() helper to bridge CLI dataclasses (which use None for not-provided) to functions with Absential[T] parameters by omitting fields that match a configurable skip value.
  • Add is_present() predicate as positive-form counterpart to is_absent(). Returns TypeIs[T] to enable type narrowing without negation.