Skip to content

Tags: phelmkamp/valor

Tags

v0.11.1

Toggle v0.11.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update to Go 1.19 (#30)

v0.11.0

Toggle v0.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
result: add Unpack (#22)

v0.10.0

Toggle v0.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
tuple: add TupleMap functions (#20)

* tuple: add TupleMap functions

* add copyright to funcs.go

v0.9.0

Toggle v0.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
optional: add Unpack method (#19)

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
optional: implement JSON marshaling (#17)

* optional: implement JSON marshaling

* test umarshal error

v0.7.2

Toggle v0.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
optional: add examples (#14)

v0.7.1

Toggle v0.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
optional.OfAssert: improve type inference (#13)

* optional.OfAssert: improve type inference

* add test for concrete type failure

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #11 from phelmkamp/10-optional-add-helpers-for-map…

…-index-channel-receive-type-assertion

optional: OfPointer, OfAssert, OfIndex, OfReceive

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #9 from phelmkamp/8-remove-unused-tuple-file

remove unused tuple file

v0.6.0

Toggle v0.6.0's commit message
tuple: add Values methods