| CARVIEW |
Select Language
HTTP/2 200
date: Sat, 27 Dec 2025 01:14:55 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
etag: W/"3541f3a151a6304e1d678a5513b3fbeb"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com github.githubassets.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com wss://alive-staging.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com marketplace-screenshots.githubusercontent.com/ copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com github.githubassets.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=uVbT9tT7oQABSLQGyNwdCfJu%2BEDR0jMGuXA5b3Lics322OqSgIElp5Wl2OwRPoRVCiMSfrdr04qwPOfeAvi3GsuXUD0PlE6C8IDeUtkZtVhVoqX6eaIAAuogS4XlGhihDJR7NUdCSHw%2FQSkblI1AicgYW3yun6U1Lurm5Y79h6Zfb2dV41mSi4w6ObBzB2MDZEgo7K%2BZwrgA7VW%2BWcmrCtGvjCnzWrC5mYB4KeASx0%2FWCH%2BqYoPx1DxpzE6HEoRCt3prAd5x6NGhzhgre6O8dw%3D%3D--t88h1eUNqLp4qnJJ--ik5Ojki%2FHLpIqZz0aEqFFg%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.588724483.1766798094; Path=/; Domain=github.com; Expires=Sun, 27 Dec 2026 01:14:54 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Sun, 27 Dec 2026 01:14:54 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: D7A6:291923:3E07110:4A85B96:694F330E
Releases · samber/mo · GitHub
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Loading
Skip to content
Navigation Menu
{{ message }}
-
-
Notifications
You must be signed in to change notification settings - Fork 108
Releases: samber/mo
Releases · samber/mo
v1.16.0
This release introduces 5 new sub-packages (option/, result/, either/, either3/, either4/, and either5/). It brings pipelining to the mo library, and a few helpers have been implemented for chaining operations on monads.
What's Changed
- Support
IsSomeandIsNonemethods. by @vkaverin in #79 - Fix test to use IsSome() instead of IsPresent() by @ss49919201 in #83
- feat: add Equal method to Option[T] for value comparison by @taman9333 in #84
- make a test and comment for using omitzero by @akaswenwilk in #87
- fix(tests): json marshalling by @samber in #88
- feat: adding option/result/either/eitherX packages, with basic operations and pipelining by @samber in #78
Other
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #80
- Bump github.com/stretchr/testify from 1.10.0 to 1.11.0 by @dependabot[bot] in #85
- Bump github.com/stretchr/testify from 1.11.0 to 1.11.1 by @dependabot[bot] in #86
New Contributors
- @vkaverin made their first contribution in #79
- @ss49919201 made their first contribution in #83
- @akaswenwilk made their first contribution in #87
Full Changelog: v1.15.0...v1.16.0
Assets 2
v1.15.0
Assets 2
v1.14.1
What's Changed
- fix(future): fix potential race condition when a future has multiple results by @samber in #75
- fix(future): fix potential race condition by @samber in #76
- revert #65 in a48e63d
- bump go.uber.org/goleak from 1.2.1 to 1.3.0 by @dependabot[bot] in #60
Full Changelog: v1.14.0...v1.14.1
Assets 2
v1.14.0
What's Changed
- Add MapValue method to Option by @yonesko in #70
- feat(option): fixed sematic issue in option type and adapted
omitzerotag by @Kiyo5hi in #65
Other
- [Snyk] Security upgrade golang from 1.22.5-bullseye to 1.23.0-bullseye by @samber in #52
- bump codecov/codecov-action from 2 to 4 by @dependabot in #59
- bump actions/setup-go from 2 to 5 by @dependabot in #57
- bump actions/checkout from 2 to 4 by @dependabot in #58
- bump softprops/action-gh-release from 1 to 2 by @dependabot in #56
- Bump codecov/codecov-action from 4 to 5 by @dependabot in #62
- Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #63
- Bump golangci/golangci-lint-action from 6 to 7 by @dependabot in #68
- Bump golangci/golangci-lint-action from 7 to 8 by @dependabot in #69
New Contributors
- @dependabot made their first contribution in #59
- @yonesko made their first contribution in #70
- @Kiyo5hi made their first contribution in #65
Full Changelog: v1.13.0...v1.14.0
Assets 2
1 person reacted
v1.13.0
What's Changed
Features
Tools
- Downgrade the goleak version to one that is compatible with the go version by @taman9333 in #44
- Add Fold testable example by @taman9333 in #45
New Contributors
Full Changelog: v1.12.0...v1.13.0
Assets 2
1 person reacted
v1.12.0
What's Changed
- Add Fold function to Result monad by @taman9333 in #42
- Do notation by @taman9333 in #43
Full Changelog: v1.11.0...v1.12.0
Assets 2
v1.11.0
- Adding Result[T] Marshaling
Assets 2
v1.10.0
- refactor: rename PointerOrNil to ToPointer in order to match other helper names (no breaking change since it was released 15min before)
- feat: adding option.Errf
Assets 2
v1.9.0
- Adding option.PointerOrNil()
- Result[T] implements driver.Scanner
- Fix some doc typo
Assets 2
v1.8.0
Adding support for mo.PointerToOption
Assets 2
Previous Next
You can’t perform that action at this time.