Releases: jfhbrook/pyee
Releases · jfhbrook/pyee
Release v12.1.1
2024/11/16 Version 12.1.1
- Fixed ReadTheDocs build
build.os
is now a required parameterpython.version
is replaced bybuild.tools
Release v12.1.0
2024/11/16 Version 12.1.0
- New features in
pyee.asyncio.AsyncIOEventEmitter
:wait_for_complete
method to wait for all running handlers to complete
executioncancel
method to cancel execution of all running handlerscomplete
property that'sTrue
when no handlers are currently running
- Updated changelog for v12 release to describe where to find alternatives
to deprecated and removed imports - Add support for Python 3.13
- Upgrade GitHub Actions
- Upgrade
actions/setup-python
to v5 - Upgrade
actions/setup-node
to v4 - Upgrade
actions/upload-artifact
to v4 - Updated
CONTRIBUTORS.md
to include missing contributors
Release v12.0.0
2024/08/30 Version 12.0.0
- Remove deprecated imports:
pyee.BaseEventEmitter
pyee.AsyncIOEventEmitter
pyee.TwistedEventEmitter
pyee.ExecutorEventEmitter
pyee.TrioEventEmitter
- Add
PyeeError
which inherits fromPyeeException
, and use throughout - Deprecate direct use of
PyeeException
Release v11.1.1
2024/08/30 Version 11.1.1
- Add project URLs to pyproject.toml and PyPI
- Use ActionLint v2
- Fix GitHub release action
Release v11.1.0
Commits
- f25c052: Format code (Josh Holbrook)
- d36f0de: Build man pages (#141) (Josh Holbrook) #141
- 527a295: Automatically create GitHub Release (#138) (Josh Holbrook) #138
- a72ac39: Update just recipes in DEVELOPMENT.md (Josh Holbrook)
- e0e4c98: Release 11.1.0 (Josh Holbrook)
- b3a248f: Fix python version in release workflow (Josh Holbrook)