Skip to content

Releases: riot/compiler

v3.2.3

04 Jun 09:17
Compare
Choose a tag to compare

Fixes various issues with literal regexes.

v3.2.1

19 Feb 15:15
Compare
Choose a tag to compare
  • Fix: template strings issue riot/riot#2167
  • Add: support for shortcut generator functions * foo()

v3.2.0

18 Feb 17:15
Compare
Choose a tag to compare

v3.1.4

04 Feb 16:36
Compare
Choose a tag to compare
  • Fix avoid the filename option for the babel-standalone parser

v3.1.3

04 Feb 16:25
Compare
Choose a tag to compare

v3.1.2

22 Jan 20:28
Compare
Choose a tag to compare
  • Fix riot#2210 : Style tag get stripped from riot tag even if it's in a javascript string.
  • Updated devDependencies.

v2.5.7

16 Nov 07:09
Compare
Choose a tag to compare

v3.0.0-alpha.4

15 Nov 21:23
Compare
Choose a tag to compare

v2.5.6

15 Nov 19:58
Compare
Choose a tag to compare

v2.5.5

06 Sep 08:04
Compare
Choose a tag to compare
  • 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.