Skip to content

Releases: FichteFoll/resumeback

v1.0.0 (2020-04-10)

10 Apr 00:23
63c2f12
Compare
Choose a tag to compare
  • 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

v0.1.0 (2015-12-10)

09 Apr 23:45
Compare
Choose a tag to compare
  • Initial release