Skip to content
This repository was archived by the owner on Nov 20, 2025. It is now read-only.

Releases: intales/resultify

0.4.0

Choose a tag to compare

@filippomenchini filippomenchini released this 11 Dec 13:47

What's changed

  • Refactored Result to have a cleaner codebase.
  • Result is now a typedef to a tuple.
  • Removed the context feature, as it wasn't that helpful.

0.3.0

Choose a tag to compare

@filippomenchini filippomenchini released this 07 Dec 14:29

What's changed

  • Added wrapping function for Futures.

0.2.0

Choose a tag to compare

@filippomenchini filippomenchini released this 05 Dec 17:09

What's changed

  • Added withContext method, it is now possible to add context to results.

0.1.2

Choose a tag to compare

@filippomenchini filippomenchini released this 01 Dec 16:56

What's changed

  • Fixed match method, it is now possible to transform the result into another type.

0.1.1

Choose a tag to compare

@filippomenchini filippomenchini released this 01 Dec 15:01

What's changed

  • Fixed library documentation.