Skip to content

Releases: riot/tmpl

v3.0.8

04 Jun 08:58
Compare
Choose a tag to compare
  • Using shared regex parser for browser and server versions.
  • Fix to incorrect regex that matches literal regexes.

v3.0.7

03 Jun 17:06
Compare
Choose a tag to compare
  • Fix issues with serving to the compiler in the browser.
  • Fix riot#2361 with a new method.
  • Refactorization of the spliter (brackets.split).

v3.0.6

03 Jun 16:10
Compare
Choose a tag to compare
  • Fix riot#2361 with a new method.
  • Refactorization of the spliter (brackets.split).

v3.0.2

28 Jan 13:29
Compare
Choose a tag to compare
  • Change the way of detecting the tag names in case of errors

v2.4.2

13 Oct 18:02
Compare
Choose a tag to compare
  • Fix riot#2002 : getting Unexpected token '('. Expected a property name. inside riot.js code (bug present in iOS 9.3.0)
  • Fix riot#1588 : Syntax Error: Invalid character \0129 (riot+compiler.min)

Bower support was dropped.

v2.4.1

20 Aug 17:07
Compare
Choose a tag to compare

v2.4.0

07 May 17:35
Compare
Choose a tag to compare

v2.3.22

10 Mar 07:58
Compare
Choose a tag to compare
  • It has changed the character used to hide quoted strings and regexes, maybe this fix riot#1588 : Syntax Error: Invalid character \0129 (riot+compiler.min).
  • Removed support for raw expressions. It is unlikely this feature will be implemented in v2.3.x
  • Update devDependencies

v2.3.21 - performance gain

29 Jan 00:33
Compare
Choose a tag to compare
  • Refactorization, now tmpl and brackets are ~5% faster.
  • Removed unused tmpl.isRaw function (internal).
  • Changes to comments.
  • Files to preprocess are moved from the "lib" to the "src" directory, "lib" was removed.

Riot-tmpl v2.3.20

09 Jan 00:35
Compare
Choose a tag to compare