[1.1.0] Enforce alphanumeric namespace and directive names for configuration.
[htmlpurifier.git] / NEWS
blob59b021148be735dd96b762164f721d72359760ff
1 NEWS ( CHANGELOG and HISTORY )                                     HTMLPurifier
2 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 1.1.0, unknown release date
5 - Made URI validator more forgiving: will ignore leading and trailing
6   quotes, apostrophes and less than or greater than signs.
7 - Enforce alphanumeric namespace and directive names for configuration.
9 1.0.1, unknown release date
10 - Fixed slight bug in DOMLex attribute parsing
11 - Fixed rejection of case-insensitive configuration values when there is a
12   set of allowed values.  This manifested in %Core.Encoding.
13 - Fixed rejection of inline style declarations that had lots of extra
14   space in them.  This manifested in TinyMCE.
16 1.0.0, released 2006-09-01
17 - Fixed broken numeric entity conversion
18 - Malformed UTF-8 and non-SGML character detection and cleaning implemented
19 - API documentation completed
20 - Shorthand CSS properties implemented: font, border, background, list-style
21 - Basic color keywords translated into hexadecimal values
22 - Table CSS properties implemented
23 - (HTML|CSS)Definition de-singleton-ized
24 - Support for charsets other than UTF-8 (defined by iconv)
26 1.0.0beta, released 2006-08-16
27 - First public release, most functionality implemented. Notable omissions are:
28   . Shorthand CSS properties
29   . Table CSS properties
30   . Deprecated attribute transformations