v4.1.0
Full Changelog: v4.0.1...v4.1.0
[4.1.0] - 2025-01-01
- Added alternatives function names and label names:
given.ok(in: result...)
as an alternative togiven.ok_in(result:...)
given.error(in: result...)
as an alternative togiven.error_in(result:...)
given.some(in: option...)
as an alternative togiven.some_in(option:...)
given.none(in: option...)
as an alternative togiven.none_in(option:...)
- Fixed readme to add the correct latest version.