- Add support for
__slots__
(#44, #45) - Seperate
@staticmethod
with other descriptors(#38, #42) - Add
__post_init__
support
Special thanks to @liwt31 for his great contribution.
- Add support for various filters (#37)
- Add support for color customization. (#14)
- Add support for ipython, ptpython and bpython (#4)
- Added a
case_sensitive
parameter into thesearch
function (#5)
- Error calling pdir(pandas.DataFrame) (#1)
- Methods are now considered functions (#6)