Releases: FichteFoll/resumeback
Releases · FichteFoll/resumeback
v1.0.0 (2020-04-10)
- 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)
- Initial release