Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 667 Bytes

CHANGELOG.md

File metadata and controls

24 lines (13 loc) · 667 Bytes

Changelog

0.3.0 (2025-03-12)

Changes

  • The help message (H) was replaced with context (C) in refinements.

0.2.0 (2025-03-10)

Changes

  • The entire crate has been rewritten; please refer to the documentation.

0.1.0 (2025-03-01)

Features

  • Added AsRef<T> for Refinement<T, P, C>.

  • Added check for Refinement<T, P, C> that calls P::check and returns Result<(), P::Error>.