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