Releases: mutating/printo
Releases · mutating/printo
0.0.22
0.0.21
A minor upgrade, just added some type annotations.
0.0.20
A little update.
- Now using the
@repreddecorator you can set some parameters as positional ones.
0.0.19
The functionality of the package has not changed, just added 1 test.
0.0.18
A small but important update:
- You can now pass dictionaries containing filters and lists of ignored parameters to the
@repreddecorator. - You can now also configure the
@repreddecorator to use the class's__qualname__attribute instead of__name__. - The test suite slightly improved.
0.0.17
An important update.
- Added the
@repreddecorator, which automatically generates the code for the__repr__method for classes.
0.0.16
Small but nice changes.
- Lambda functions are now typically written as code.
- The documentation slightly improved.
0.0.15
A small but important update, with API changes.
- The library's main function renamed from
descript_data_objecttodescribe_data_object. - The
serializatorparameter renamed toserializer. - The documentation significantly improved.
- Added support for
Python 3.15.
0.0.14
Fixed an error in the documentation.
0.0.13
A small but important update.
- Added beautiful class printing.