AssertionLib 2.1.0
- Made the recursion safeguard in
AbstractDataClass
thread-safe. - Added the
AbstractDataClass._str()
function for creating string-representations of key/value pairs. - Added the
AbstractDataClass._eq()
function for comparing two attribute values. - Minor Improvements to
Exception
handling.