Changes in this version:
[0.15.0] - 2024-12-17
New Functions 🚀
signal_throttled
andsignal_debounced
now have..._local
variants (thanks to @bicarlsen)
Breaking Changes 🛠
use_storage
now accepts a Signal as it'skey
parameter (thanks to LeftClick)use_websocket
now supports sending heartbeats (thanks to LeftClick)
Fix 🍕
- Fixed
use_storage
to actually remove the key whenremove
is called (thanks to @flaviopezzini)