-
Notifications
You must be signed in to change notification settings - Fork 2
/
CHANGELOG
71 lines (58 loc) · 1.74 KB
/
CHANGELOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Version 0.9.2
2015-05-21
Fixed bug in READ-UNTIL (thanks to Michael Malis)
Fixed typo in documentation (thanks to Atif Haider)
Version 0.9.1
2007-11-16
Fixed bug in SKIP-LEADING-WHITESPACE (thanks to Chaitanya Gupta)
Version 0.9.0
2007-03-09
Hand down external format to included files (suggested by Igor Plekhov)
Version 0.8.0
2006-12-12
Added TMPL_CALL (thanks to Marijn Haverbeke)
Version 0.7.0
2006-09-30
Added TMPL_REPEAT
Version 0.6.0
2006-09-14
Changed default for *VALUE-ACCESS-FUNCTION*
Added *STRING-MODIFIER*
Added ESCAPE-xxx functions (from CL-WHO)
Fixed docs for hyperdoc support
General documentation enhancements
Fixed test.lisp w.r.t. *FORMAT-NON-STRINGS*
Version 0.5.0
2006-09-08
Added *FORMAT-NON-STRINGS*
Version 0.4.0
2006-04-03
Added TMPL_UNLESS (requested by Igor Plekhov)
Version 0.3.1
2005-08-05
Introduced *FORCE-DEFAULT*
Version 0.3.0
2005-07-03
Introduced *TEMPLATE-OUTPUT* so template printers don't interfer with *STANDARD-OUTPUT* (proposed by Norman Werner)
Small enhancements to docs
Version 0.2.0
2005-06-09
Added :DO-NOT-CACHE option to CREATE-TEMPLATE-PRINTER
Added clever DEFMETHOD trick by Peter Seibel
Fixed bug in READ-UNTIL which doesn't affect HTML-TEMPLATE
Better example in docs inspired by Bruce R. Lewis' critique on lisp-web
Mention asdf-install in docs
Added hyperdoc support
Added :HTML-TEMPLATE to *FEATURES*
Version 0.1.2
2003-07-15
Argh, typo in index.html... :(
Version 0.1.1
2003-07-15
Cleaner use of restarts thanks to James Anderson and Kent M. Pitman
Updated docs accordingly (removed stuff about OTHER-VALUE)
Removed ECL specific stuff (no longer necessary due to recent ECL fixes by Juan Jose Garcia Ripoll)
Corrected date of 0.1.0 release in CHANGELOG (don't laugh!)
Version 0.1.0
2003-07-15
Initial release