CHANGELOG
  1 Version 1.1.4
2 2014-11-28
3 update support info (Hans Huebner)
4
5 Version 1.1.3
6 2013-11-16
7 Add type check to guard against invalid stream argument (Stas Boukarev)
8
9 Version 1.1.2
10 2013-11-16
11 Missing comma in macro expansion (Jeff Cunningham)
12 Fix style-warning
13
14 Version 1.1.1
15 2012-09-04
16 Bug fixes for broken declaration processing (Stas Boukarev)
17
18 Version 1.1.0
19 2012-09-01
20 Make declarations work as advertised (Ala'a Mohammad Alawi)
21 Add :description to .asd file
22 Fix and improve tests
23 Add *HTML-NO-INDENT-TAGS* (Nikodemus Siivola)
24 Documentation fixes
25
26 Version 1.0.0
27 2010-0x-xx
28 Refactored internals and made STR etc. local macros
29 Added test suite
30 todo: replace s-h-texp with walk in docs
31 Removed deprecated ESCAPE-STRING-ISO-8859 function
32 Removed SHOW-HTML-EXPANSION
33 Bugfixes (thanks to Slawek Zak)
34 Added support for HTML5 (Chaitanya Gupta)
35 Test portability fixes and improvements (Nikodemus Siivola)
36 New *HTML-NO-INDENT-TAGS* variable to selectively suppress indentation (Nikodemus Siivola)
37 Lock package on SBCL (Nikodemus Siivola)
38
39 Version 0.11.1
40 2008-03-28
41 Replaced T with t to be friendly to AllegroCL's "modern" mode (thanks to John Maraist)
42
43 Version 0.11.0
44 2007-08-24
45 Replaces *DOWNCASE-TAGS-P* with *DOWNCASE-TOKENS-P* (thanks to Osei Poku)
46
47 Version 0.10.0
48 2007-07-25
49 Added ESCAPE-CHAR-... functions (based on a patch by Volkan Yazici)
50
51 Version 0.9.1
52 2007-05-28
53 Fixed bug in CONVERT-TAG-TO-STRING-LIST (thanks to Simon Cusack)
54
55 Version 0.9.0
56 2007-05-08
57 Changed behaviour of STR and ESC when "argument" is NIL (patch by Mac Chan)
58
59 Version 0.8.1
60 2007-04-27
61 Removed antiquated installation instructions and files (thanks to a hint by Mac Chan)
62
63 Version 0.8.0
64 2007-04-27
65 Added *HTML-EMPTY-TAG-AWARE-P* (patch by Mac Chan)
66 A bit of refactoring
67
68 Version 0.7.1
69 2007-04-05
70 Made *HTML-MODE* a compile-time flag (patch by Mac Chan)
71
72 Version 0.7.0
73 2007-03-23
74 Added *DOWNCASE-TAGS-P* (patch by Mac Chan)
75
76 Version 0.6.3
77 2006-12-22
78 Fixed example for CONVERT-TAG-TO-STRING-LIST (thanks to Daniel Gackle)
79
80 Version 0.6.2
81 2006-10-10
82 Reintroduced ESCAPE-STRING-ISO-8859-1 for backwards compatibility
83
84 Version 0.6.1
85 2006-07-27
86 EVAL CONSTANTP forms in attribute position (caught by Erik Enge)
87 Added WHO nickname to CL-WHO package
88
89 Version 0.6.0
90 2005-08-02
91 Introduced *ATTRIBUTE-QUOTE-CHAR* and HTML-MODE and adapted code accordingly (patch by Stefan Scholl)
92
93 Version 0.5.0
94 2005-03-01
95 Enable customization via CONVERT-TAG-TO-STRING-LIST
96
97 Version 0.4.4
98 2005-01-22
99 Explicitely provide elementy type for +SPACES+ to prevent problems with LW (thanks to Bob Hutchinson)
100
101 Version 0.4.3
102 2004-09-13
103 ESCAPE-STRING-ISO-8859 wasn't exported
104
105 Version 0.4.2
106 2004-09-08
107 Fixed bug in docs (caught by Peter Seibel)
108 Added hyperdoc support
109
110 Version 0.4.1
111 2004-04-15
112 Added :CL-WHO to *FEATURES* (for TBNL)
113
114 Version 0.4.0
115 2003-12-03
116 Allow for optional LHTML syntax (patch by Kevin Rosenberg)
117
118 Version 0.3.0
119 2003-08-02
120 Changed behaviour of attributes (incompatible with 0.2.0 syntax!) due to a question by Jorg-Cyril Hohle
121 Changed ' back to ' because of IE
122
123 Version 0.2.0
124 2003-07-27
125 Changed default for :PROLOGUE (I was convinced by Rob Warnock and Eduardo Munoz)
126
127 Version 0.1.1
128 2003-07-20
129 Typo in WITH-OUTPUT-TO-STRING
130
131 Version 0.1.0
132 2003-07-17
133 Initial release