All Versions
11
Latest Version
Avg Release Cycle
59 days
Latest Release
1981 days ago

Changelog History
Page 1

  • v0.3.1 Changes

    October 25, 2018
    • 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.

  • v0.3.0 Changes

    February 10, 2018

    โž• Added filters: properties, methods, public, own(#37)

  • v0.2.2 Changes

    October 14, 2017

    ๐Ÿ›  Fixed #34, now supports Python 2.6.

  • v0.2.1 Changes

    July 03, 2017

    ๐Ÿ›  Fixed #30, #31

  • v0.2.0 Changes

    April 04, 2017
    • โž• Add support for color customization. (#14)
  • v0.1.4 Changes

    March 30, 2017
    • โž• Added a "descriptor" category (#13)
    • ๐Ÿ›  Fixed not treating list.append as function bug (#28)
    • ๐Ÿ”จ Some refactoring to make code more clear.
  • v0.1.3 Changes

    March 24, 2017
    • ๐Ÿ›  Fixed RST rendering bug (#22, #24)
    • ๐Ÿ Only import colorama on Windows (#25)
    • โž• Added Jupyter Notebook support (#26)
  • v0.1.2 Changes

    March 21, 2017

    ๐Ÿ›  Fixed #19 , #20 , #21

  • v0.1.1 Changes

    March 19, 2017
    • ๐Ÿ›  Fixed some bugs (#16)
    • โž• Added a new "exception" category (#10)
  • v0.1.0 Changes

    March 16, 2017
    • โž• Add support for ipython, ptpython and bpython (#4)