File: 4.0.6.md

package info (click to toggle)
stringtemplate4 4.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,772 kB
  • sloc: java: 15,537; xml: 305; python: 39; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 401 bytes parent folder | download
1
2
3
4
5
6
7
8
9
# 4.0.6 Release Notes

September 26, 2012

This is a bug fix release. (Download ST v4 here)

* STRawGroupDir problem and ST("template") issue. When there are no formal args for template t and you map t across some values, t implicitly gets arg "it". E.g., `$names:bold()$` and bold as `<b>$it$</b>`.
* Fixed https://github.com/antlr/stringtemplate4/issues/5
* Made fields in the error messages public