Features
-
Added decorator functionality to
Signal
as a convenient way to add a callback -- by@Vizonex
.
#699 <https://github.com/aio-libs/aiosignal/pulls/699>
_ -
Improved type safety by allowing callback parameters to be type checked (typing-extensions is now required for Python <3.13).
Parameters for aSignal
callback should now be defined likeSignal[int, str]
-- by @Vizonex and @Dreamsorcerer.
#699 <https://github.com/aio-libs/aiosignal/pulls/699>
,#710 <https://github.com/aio-libs/aiosignal/pulls/710>
Misc
- Removed the sphinxcontrib-asyncio documentation dependency.
#528 <https://github.com/aio-libs/aiosignal/pull/528>
_