dollar 0.4.0
dollar: ^0.4.0 copied to clipboard
Use $tateful functions everywhere.
0.0.1 #
- Core functions:
$handle,$effect,$cursorand$if.
0.0.2 #
- Add TravisCI support.
- Add multiple extensions.
0.0.3 #
- Rename
$handleto$bind. - Make
$previousa listener. - Add utils to help handling effects.
0.1.0 #
- Add support to
Stream. - Add bind support to functions with multiple parameters.
- Add some extensions & utils.
- Create new context iff a effect handler is provided.
0.1.1 #
- Make handler interface composable
0.2.0 #
- Separate
$bindinto$bindand$unbind - Add several operators.
0.3.0 #
- multiple update
0.4.0 #
- support original control structures such as
ifswitchandfor - change
$bindto$ $no longer creates a variable by default