File: 4.0.5.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 (20 lines) | stat: -rw-r--r-- 627 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 4.0.5 Release Notes

February 8, 2012

This is a bug fix release with a new STRawGroupDir class. Download ST v4 here

New feature:

*	Added STRawGroupDir that expects pure templates in .st files not template defs
with headers as is usually the case. So use $name$ not 
*	
*	   foo(name) ::= "$name"
 
This makes it much easier to use raw HTML files, for example, with ST.
Bug fixes:
*	STLexer.tokens was missing from src build
*	synchronized object model adaptor
*	import is now considered illegal in group files embedded in STGroupDirs; they lead to trouble and make no sense.
*	Fixed Misc.newline issue in test code (Udo)