master
fetch tests
add `when` clause to `add` command
Added failing append test with `I` alias (#201)
isolated scoping for behaviors
increase line width
Fix typos (#450)
docs and release update
allow incrementing and decrementing by 0
Add .editorconfig and format everything (everything)
respect scoping modifiers for variables in the `make` command
complete single file migration
single file <partial>
expand acceptable pseudoCommands
process hyperscript content when added to the DOM via the `put` command
fix https://github.com/bigskysoftware/_hyperscript/issues/275
support `break` to compliment `continue`
introduce `sender` symbol when custom events are sent
regression tests for https://github.com/bigskysoftware/_hyperscript/issues/399
allow take to take multiple class literals, also make it null-indifferent to fix
support toggling visibility via style literals
fix `initial` symbol in transitions
merge