Skip to content

Releases: jfhbrook/pyee

Release v12.1.1

16 Nov 21:26
Compare
Choose a tag to compare

2024/11/16 Version 12.1.1

Release v12.1.0

16 Nov 21:14
Compare
Choose a tag to compare

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
      execution
    • cancel method to cancel execution of all running handlers
    • complete property that's True 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

30 Aug 19:40
Compare
Choose a tag to compare

2024/08/30 Version 12.0.0

  • Remove deprecated imports:
    • pyee.BaseEventEmitter
    • pyee.AsyncIOEventEmitter
    • pyee.TwistedEventEmitter
    • pyee.ExecutorEventEmitter
    • pyee.TrioEventEmitter
  • Add PyeeError which inherits from PyeeException, and use throughout
  • Deprecate direct use of PyeeException

Release v11.1.1

30 Aug 19:27
Compare
Choose a tag to compare

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

23 Nov 17:13
Compare
Choose a tag to compare

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)