Skip to content

Tags: kfly8/Result-Simple

Tags

0.07

Toggle 0.07's commit message
Checking in changes prior to tagging of version 0.07. Changelog diff is: diff --git a/Changes b/Changes index 3c21f8d..bd633d9 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,9 @@ Revision history for Perl extension Result-Simple {{$NEXT}} +0.07 2025-11-01T03:46:56Z + - Test on perl v5.42 #7 + 0.06 2025-04-21T22:40:07Z - [ENHANCEMENTS] - feat: add flatten and match utility functions #6

0.06

Toggle 0.06's commit message
Checking in changes prior to tagging of version 0.06. Changelog diff is: diff --git a/Changes b/Changes index cf5463c..3c21f8d 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Revision history for Perl extension Result-Simple {{$NEXT}} + +0.06 2025-04-21T22:40:07Z - [ENHANCEMENTS] - feat: add flatten and match utility functions #6

0.05

Toggle 0.05's commit message
Checking in changes prior to tagging of version 0.05. Changelog diff is: diff --git a/Changes b/Changes index 72aa9ca..693bf60 100644 --- a/Changes +++ b/Changes @@ -1,6 +1,8 @@ Revision history for Perl extension Result-Simple {{$NEXT}} + +0.05 2025-04-19T23:07:50Z - Improve stactrace #4 - [ENHANCEMENTS] - Added `combine` and `combine_with_all_errors`` helpers #5

0.04

Toggle 0.04's commit message
Checking in changes prior to tagging of version 0.04. Changelog diff is: diff --git a/Changes b/Changes index 48f3529..aab3655 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,15 @@ Revision history for Perl extension Result-Simple {{$NEXT}} +0.04 2025-04-18T22:53:43Z + - [BREAKING CHANGES] + - Renamed `Ok` to `ok`, `Err` to `err` #2 + - Removed `:Result` attribute, instead added `result_for` function #2 + - Changed default value of `$ENV{RESULT_SIMPLE_CHECK_ENABLED}` to `1` #2 + - [ENHANCEMENTS] + - Added `unsafe_unwrap` and `unsafe_unwrap_err` functions #2 + - Added `chain` and `pipeline` helper functions #3 + 0.03 2024-11-27T01:18:40Z - Improve docs #1

0.03

Toggle 0.03's commit message
Checking in changes prior to tagging of version 0.03. Changelog diff is: diff --git a/Changes b/Changes index e959396..48f3529 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,9 @@ Revision history for Perl extension Result-Simple {{$NEXT}} +0.03 2024-11-27T01:18:40Z + - Improve docs #1 + 0.02 2024-11-23T12:18:24Z - Fix perl runtime version

0.02

Toggle 0.02's commit message
Checking in changes prior to tagging of version 0.02. Changelog diff is: diff --git a/Changes b/Changes index 3b31180..e959396 100644 --- a/Changes +++ b/Changes @@ -2,6 +2,9 @@ Revision history for Perl extension Result-Simple {{$NEXT}} +0.02 2024-11-23T12:18:24Z + - Fix perl runtime version + 0.01 2024-11-23T09:22:46Z - original version

0.01

Toggle 0.01's commit message
Checking in changes prior to tagging of version 0.01. Changelog diff is: diff --git a/Changes b/Changes index 81a853e..3b31180 100644 --- a/Changes +++ b/Changes @@ -2,5 +2,7 @@ Revision history for Perl extension Result-Simple {{$NEXT}} +0.01 2024-11-23T09:22:46Z + - original version