tag:github.com,2008:https://github.com/ScottBoyce-Python/ResultContainer/releases Release notes from ResultContainer 2025-01-09T21:45:29Z tag:github.com,2008:Repository/905498349/v0.4 2025-01-09T21:56:15Z v0.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> ScottBoyce tag:github.com,2008:Repository/905498349/v0.3 2025-01-02T16:43:55Z v0.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> ScottBoyce tag:github.com,2008:Repository/905498349/v0.2 2024-12-27T16:52:09Z v0.2 <p>Initial release of ResultContainer.<br> Still under heavy development so method names and functionality are expected to change.</p> ScottBoyce