master
increase line width
Add .editorconfig and format everything (everything)
Isolate local variables into `context.locals` (#300)
support values for short syntax attribute references
final cut of release
Added support for classes with leading hyphens (#387)
fix `closest` to work w/ arrays
support more comparison ops such as `is equal to`, `is really equal to`, etc.
support better cookie API, fixes https://github.com/bigskysoftware/_hyperscript/issues/128
clean up
support `Values:JSON` and `Values:Form` conversions
support `mod` operator since `%` got hijacked as a postfix expression
add `length` property to ElementCollection
Resolves #333 by implementing support for scientific notation (#374)
next/previous improvements
Add `some` expression
support postfix strings (e.g. `1px` -> `1px`)
regression tests for https://github.com/bigskysoftware/_hyperscript/issues/399
Fix typos (#450)