Skip to content

Release 1.5.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 May 10:16
· 448 commits to master since this release
3449ea9

Changed

All functions are now no-throw and return Return<T> for better error handling and error aggregation. Checkout the example on how to use this: Link.