Skip to content

v4.1.0

Compare
Choose a tag to compare
@inoas inoas released this 01 Jan 16:10
· 20 commits to main since this release
928ad1a

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 to given.ok_in(result:...)
  • given.error(in: result...) as an alternative to given.error_in(result:...)
  • given.some(in: option...) as an alternative to given.some_in(option:...)
  • given.none(in: option...) as an alternative to given.none_in(option:...)
  • Fixed readme to add the correct latest version.