tag:github.com,2008:https://github.com/ScottBoyce-Python/ResultContainer/releasesRelease notes from ResultContainer2025-01-09T21:45:29Ztag:github.com,2008:Repository/905498349/v0.42025-01-09T21:56:15Zv0.4<p>Third release of ResultContainer.</p>
<p>Added more tests and <code>inspect</code>, <code>Ok_and</code>, and <code>Ok_or</code> methods. Added an attribute and method check for accidental use of lower case methods. For example, the correct use is <code>Ok(5).add_Err_msg("error")</code>, but <code>Ok(5).add_err_msg("error")</code> will redirect to the case correct version.</p>
<p>Lots of other changes, see commit history for more details.</p>ScottBoycetag:github.com,2008:Repository/905498349/v0.32025-01-02T16:43:55Zv0.3<p>Second release of ResultContainer.<br>
Still under heavy development so method names and functionality are expected to change.<br>
Major chains are simplifying the structure by merging the _Ok and _Err attributes to _val.<br>
if _val is an Err then it must be a ResultErr type.</p>
<p>ResultErr removed error codes to improve speed.<br>
Lots of other changes, see commit history for more details.</p>ScottBoycetag:github.com,2008:Repository/905498349/v0.22024-12-27T16:52:09Zv0.2<p>Initial release of ResultContainer.<br>
Still under heavy development so method names and functionality are expected to change.</p>ScottBoyce