1 NEWS ( CHANGELOG and HISTORY ) HTMLPurifier
2 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 1.1.1, released 2006-09-24
5 - Various documentation updates
6 - Fixed parse error in configuration documentation script
7 - Fixed fatal error in benchmark scripts, slightly augmented
8 - As far as possible, whitespace is preserved in-between table children
9 - Configuration option to optionally Tidy up output for indentation to make up
10 for dropped whitespace by DOMLex (pretty-printing for the entire application
11 should be done by a page-wide Tidy)
12 - Sample test-settings.php file included
14 1.1.0, released 2006-09-16
15 - Made URI validator more forgiving: will ignore leading and trailing
16 quotes, apostrophes and less than or greater than signs.
17 - Enforce alphanumeric namespace and directive names for configuration.
18 - Directive documentation generation using XSLT
19 - Table child definition made more flexible, will fix up poorly ordered elements
20 - XHTML generation can now be turned off, allowing things like <br>
21 - Renamed ConfigDef to ConfigSchema
23 1.0.1, released 2006-09-04
24 - Fixed slight bug in DOMLex attribute parsing
25 - Fixed rejection of case-insensitive configuration values when there is a
26 set of allowed values. This manifested in %Core.Encoding.
27 - Fixed rejection of inline style declarations that had lots of extra
28 space in them. This manifested in TinyMCE.
30 1.0.0, released 2006-09-01
31 - Fixed broken numeric entity conversion
32 - Malformed UTF-8 and non-SGML character detection and cleaning implemented
33 - API documentation completed
34 - Shorthand CSS properties implemented: font, border, background, list-style
35 - Basic color keywords translated into hexadecimal values
36 - Table CSS properties implemented
37 - (HTML|CSS)Definition de-singleton-ized
38 - Support for charsets other than UTF-8 (defined by iconv)
40 1.0.0beta, released 2006-08-16
41 - First public release, most functionality implemented. Notable omissions are:
42 . Shorthand CSS properties
43 . Table CSS properties
44 . Deprecated attribute transformations