Releases: riot/compiler
Releases · riot/compiler
v6.0.1
- Update: improve typescript support for type aliases like
export type ComponentInterface = RiotComponent<MyComponentProps, MyComponentState>
v6.0.0
v5.4.2
- Add the babel parser to the project dependencies
v5.4.1
- Update dev dependencies and remove
babylon
from the project dependencies
v5.4.0
- Update: replace the
acorn
javascript parser with the (bigger but more modern)@babel/parser
- Add: typescript syntax support in Riot.js
<script>
tags
v5.3.1
- Fix typo in the typescript definitions
v5.3.0
- Add typescript support
- Improve legacy Riot.js syntax compatibility
v5.2.1
- Update improve legacy Riot.js syntax support fixing some edge cases
v5.2.0
- Add support for root
this
statements (bringing slowly the old Riot.js syntax into v5)
v5.1.3
- Fix riot/riot#2889