0.6.0 (2025-12-21)
Features
- assert: Add
CompositeRecord; (498b50b) - assert: implement
AssertArraymethods (#57) (c33d236) - assert: implement
AssertIterablemethods (aeb4a1d) - assert: implement additional methods for iterable assertions; (c2df3d8)
Code Refactoring
- assert: Add
Assertioninterface; (b49ab89) - assert: Add
Expectationinterface; (c1abbb7) - assert: Normalize interfaces signature and messages (d213627)
- assert: Replace
AssertTypeSuccesswithAssertionCompositein assertion classes (7d939f6) - assert: Replace AssertException with Fail in failure handling (bd37519)
- assert: Update namespace for Assertion and Expectation classes; (f8859b5)