Gets rid of the zero-indentation restriction for custom tags, now you can indent these tags, but the opening and closing tag must have exactly the same indentation (length and type). All the tag will be unindented by this amount.
Support for src and charset attributes in tags for reading JavaScript sources from the file system - riot#507
The compile function can return separate parts by setting the new entities option. These parts have unescaped newlines.
New attribute options for script and style tags will append/overwrite attributes in the default configuration object of the parser at tag level.
Fix riot#1261: tag does not preserve neither \n nor \t.Now whitespace within tags is always preserved.
Fix riot#1358: Empty style in tag (scoped) breaks.
Fix riot#1306: Compiler preserves newlines in>
Fix riot#1314: settings.brackets no longer works.
riot
Fix support for riot.render on the old node versions
Fix loop small issues using
Fix riot.route will not block not registered links with event.preventDefault
Add error event on all the riot.observable instances to catch all the possible errors thrown in the callbacks
riot-cli
Add better error messages if a parser is not locally installed
Add the export option to extract singularly just portions of your tags like css, js or html
Add the style option to chose the default preprocessor for your tags style
Add built-in css preprocessor support for sass, scss and less