We are pleased to present the 0.8.4 release of hyperscript.
continue command can now be used in the repeat to skip to the nextsend and trigger commands were unified and are effectively the sameincludes comparison operator for testing if a string or array contains
another value (unified with the contains and is in comparisons)matches comparison operator for testing if a string matches a regular
expression stringis less thanfetch syntax, as suggested by @dz4k-- , which enables double dashes in class literals like so:
add .foo--barshow command now supports a where clause that allows you to apply if(expr) show else hide
logic directly inlineEnjoy!