Releases: riot/compiler
Releases · riot/compiler
v3.2.3
v3.2.1
- Fix: template strings issue riot/riot#2167
- Add: support for shortcut generator functions
* foo()
v3.2.0
- Add
async
shortcut support riot/riot#2195 - Fix import issue riot/riot#2263
v3.1.4
- Fix avoid the
filename
option for the babel-standalone parser
v3.1.3
- Fix babel in browser runtime parser riot/examples#51
v3.1.2
v2.5.7
- closes #91 thanks to @imagentleman
v3.0.0-alpha.4
- use scoped css by default
- closes riot/riot#1957
v2.5.6
v2.5.5
- Fix to erroneous version number in the package.json, v2.5.4 was released before.
- Removed unuseful files from the npm package.
- Updated credits in package.json
- Updated devDependencies, skip ESLint in CI test for node v0.12
- BuGless-hack for riot#1966 - You can use
<-/>
to signal the end of the html if your html is ending with an expression.