Releases: pLeminoq/widget_state
Releases · pLeminoq/widget_state
v0.0.6
- Deprecate
computed_state
method in favor of the more generalcompute
method (works for all states, not just base states) - Implement
round
to create anIntState
from aFloatState
which shows its rounded value - Implement
_validate_computed_states
forHigherOrderState
that can be used after__init__
to validate that all computed states have been correctly initialized. It prints a meaningful error message. - Deserializing of HigherOrderState re-enabled notification when setting BasicState
v0.0.5
v0.0.4
v0.0.3
Version 0.0.2
v0.0.2 increase version number