Add optional on_change argument which allows you to pass a function which runs when the value changes. Respects the debounce argument, so it only runs after the debounce time has elapsed (if there is a debounce value).
0.1.7
0.1.6
0.1.5
Renamed source directory to src in 0.1.4 release and broke build
0.1.4
Add optional debounce argument that limits how often the value gets updated