forked from kremso/serenity
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChangelog
More file actions
20 lines (16 loc) · 664 Bytes
/
Changelog
File metadata and controls
20 lines (16 loc) · 664 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
2010-02-17 Tomas Kramar, version 0.1.0
* initial release
2010-02-20 Tomas Kramar, version 0.1.1
* XML special characters are properly escaped. If your template data
contained '<', '>' or '&', the document generated by previous version would be
invalid. The characters are now escaped to '<', '>' and '''
* minor test refactoring
2010-03-30 Thomas Ritz
* Support changes in the header
* new matcher "contain_in"
2010-09-22 Tomas Kramar, version 0.2.0
* ruby 1.9 support
* use instance variables in templates
2010-11-3 Ed Hirgelt, version 0.2.1
* do not remove whitespace when processing the template - this was causing
problems