Releases: Fatal1ty/mashumaro
Releases · Fatal1ty/mashumaro
v1.9
v1.8
v1.7
v1.6.2
v1.6.1
v1.6
Features
- Add support for user defined classes using
SerializableType
andSerializationStrategy
interfaces located in the newmashumaro.types
module - Add new
RoundedDecimal
class for the decimals with specified precision
Other changes
- Change base class of
MissingField
fromException
toLookupError
- Change base class of
UnserializableDataError
fromException
toTypeError
- Raise
UnserializableDataError
exception for weird types of fields - Speed
to_dict
andfrom_dict
methods up to 40% in some cases