Skip to content

v1.0.0 (2020-04-10)

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 10 Apr 00:23
· 6 commits to master since this release
63c2f12
  • Support usage in methods, including @classmethod and @staticmethod
  • Provide generator instance as the first parameter instead of through the first pause
  • Expose wrapped generator function as .func attribute
  • Remove send_self_return decorator
  • Drop Python 2 support

Internal

  • Use poetry for dependency management and building
  • Use Github Actions for CI and CD (docs and pypi)
  • Add more and restructure documentation