Skip to content

Releases: riot/compiler

v6.0.1

14 Jul 18:51
Compare
Choose a tag to compare
  • Update: improve typescript support for type aliases like export type ComponentInterface = RiotComponent<MyComponentProps, MyComponentState>

v6.0.0

11 Jul 12:15
Compare
Choose a tag to compare
  • Add strict typescrpit support if Riot.js 6 types are detected #150
  • Use typescript parser by default #149
  • Rename the scope variable _scope for a better typescript support

v5.4.2

11 May 06:34
Compare
Choose a tag to compare
  • Add the babel parser to the project dependencies

v5.4.1

04 May 19:55
Compare
Choose a tag to compare
  • Update dev dependencies and remove babylon from the project dependencies

v5.4.0

04 May 19:19
Compare
Choose a tag to compare
  • 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

28 Feb 14:01
Compare
Choose a tag to compare
  • Fix typo in the typescript definitions

v5.3.0

28 Feb 13:59
Compare
Choose a tag to compare
  • Add typescript support
  • Improve legacy Riot.js syntax compatibility

v5.2.1

13 Feb 13:34
Compare
Choose a tag to compare
  • Update improve legacy Riot.js syntax support fixing some edge cases

v5.2.0

31 Jan 18:40
Compare
Choose a tag to compare
  • Add support for root this statements (bringing slowly the old Riot.js syntax into v5)

v5.1.3

06 Dec 18:15
Compare
Choose a tag to compare