Skip to content

Releases: gaogaotiantian/objprint

objprint 0.2.3 Release

04 Oct 18:07
Compare
Choose a tag to compare
Pre-release
  • Supported 3.12
  • Added custom formatter registry
  • Fixed a couple of issues

objprint 0.2.2 Release

07 May 17:04
Compare
Choose a tag to compare
Pre-release
  • Fix color on windows terminals
  • Use dir instead of __dict__ for attributes
  • Add attr_pattern
  • Fix line_number and arg_name order and occurrence number

objprint 0.2.1 Release

15 Mar 04:31
Compare
Choose a tag to compare
Pre-release
  • Added argname feature
  • Fixed dict print when key is not sortable
  • Added wrap for decorators

objprint 0.2.0 Release

06 Dec 00:55
Compare
Choose a tag to compare
Pre-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

24 Nov 05:04
Compare
Choose a tag to compare
Pre-release
  • support skip_recursion and made recursion the major constraint for printing
  • disable color by default on objstr
  • added 3.10 support

objprint 0.1.3 Release

28 Aug 21:31
Compare
Choose a tag to compare
Pre-release
  • support json format output

objprint 0.1.2 Release

25 Aug 01:37
Compare
Choose a tag to compare
Pre-release
  • rename objprint to op
  • allow multiple object print

objprint 0.1.1 Release

21 Jun 00:51
Compare
Choose a tag to compare
Pre-release
  • add honor_existing
  • add object id

objprint 0.1.0 Release

24 May 03:55
Compare
Choose a tag to compare
Pre-release

Fix a couple of bugs

objprint 0.0.4 Release

10 May 21:39
Compare
Choose a tag to compare
Pre-release
  • support some color in terminal
  • fixed a bug for exclude/include feature in nested objects