Skip to content

Releases: riot/compiler

v6.1.2

11 Dec 20:48
Compare
Choose a tag to compare
  • Fix rollup browser bundle due to breaking changes introduced in @rollup/plugin-commonjs

v6.1.1

11 Dec 20:12
Compare
Choose a tag to compare
  • Remove unecessary custom parser in the printer options

v6.1.0

11 Dec 19:57
Compare
Choose a tag to compare
  • Update components syntax using modern javascript syntax. This update reduces the size of the components javascript output
    • Prefer arrow functions to function expressions
    • Simplify the expressions and bindings return statements
    • Prefer simpler object attributes avoiding unecessary quotes

v6.0.4

19 Sep 18:56
Compare
Choose a tag to compare

v6.0.3

05 Aug 19:38
Compare
Choose a tag to compare
  • Fix named export statements will be properly generated also without export default

v6.0.2

30 Jul 19:25
Compare
Choose a tag to compare
  • Update npm dependencies

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