Releases: gaogaotiantian/objprint
Releases · gaogaotiantian/objprint
objprint 0.3.0 Release
- Updated vendored executing to support 3.13
- Fixed the type hint of
@add_objprint
- Fixed a crash when source code does not exist
objprint 0.2.3 Release
- Supported 3.12
- Added custom formatter registry
- Fixed a couple of issues
objprint 0.2.2 Release
- Fix color on windows terminals
- Use
dir
instead of__dict__
for attributes - Add
attr_pattern
- Fix
line_number
andarg_name
order and occurrence number
objprint 0.2.1 Release
- Added argname feature
- Fixed dict print when key is not sortable
- Added wrap for decorators
objprint 0.2.0 Release
- add
print_methods
feature - return the object with
op
- add
line_number
feature - add global enable/disable
- fix
id
bug
objprint 0.1.4 Release
- support
skip_recursion
and made recursion the major constraint for printing - disable
color
by default onobjstr
- added 3.10 support
objprint 0.1.3 Release
- support json format output
objprint 0.1.2 Release
- rename
objprint
toop
- allow multiple object print
objprint 0.1.1 Release
- add honor_existing
- add object id
objprint 0.1.0 Release
Fix a couple of bugs