* Supported 3.12 * Added custom formatter registry * Fixed a couple of issues
0.2.2
* 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
0.2.1
* Added argname feature * Fixed dict print when key is not sortable * Added wrap for decorators
0.2.0
* add ``print_methods`` feature * return the object with ``op`` * add ``line_number`` feature * add global enable/disable * fix ``id`` bug
0.1.4
* support ``skip_recursion`` and made recursion the major constraint for printing * disable ``color`` by default on ``objstr`` * added 3.10 support