Skip to content

v2.0.1

Choose a tag to compare

@RobertoPrevato RobertoPrevato released this 14 Mar 19:36
· 24 commits to main since this release
ee55453
  • Removes the strict requirement for resolved classes to have __init__
    methods defined, to add support for Protocols that do not define an
    __init__ method (thus using *args, **kwargs,
    akhundMurad's contribution.
  • Corrects a code smell, replacing an i counter with enumerate,
    GLEF1X's contribution.