ResultTypes.jl Versions Save

A Result type for Julia—it's like Nullables for Exceptions

v3.0.0

5 years ago

This release switches to use unions rather than Nullables.

This is probably API-compatible with v2, and has been verified to be in the cases which are tested.

v2.0.0

6 years ago

v1.3.0 but without iserror exported and without the deprecation

v1.3.0

6 years ago

v1.2.0

6 years ago

v1.1.0

6 years ago

v1.0.0

6 years ago

v0.2.0

6 years ago

No longer allocates heap memory! Is faster!

v0.1.1

6 years ago

Latest tagged release will now have correct CI information, and the minimum Julia version has been corrected from 0.5- to 0.5.0-rc1 which is slightly conservative but guaranteed to be correct.