0.1.17 (2026-09-26)
Features
- assert: add
notStartsWith()andnotEndsWith()to string assertions (6dbfb21) - assert: add allInstanceOf() to iterable assertions (54be32c)
- assert: add Assert::bool() and Assert::callable() heads (0e7ab60)
- assert: add comparison modifiers to the string assertions (2dab6fd)
- assert: add matchesPattern() and notMatchesPattern() to string assertions (f0b2633)
- assert: add startsWith() and endsWith() to string assertions (03f3ec4)
- assert: add static and return type checks to callable assertions (c9b0624)
- assert: compare whole strings with
same()andnotSame()(00bd1ba)
Bug Fixes
- assert: report an invalid withMessagePattern() pattern as an error (361ac45)
Code Refactoring
- assert: rename the regex checks to
matchesRegex()and deprecatewithMessagePattern()(fec5525)