[1.1.1] Error out if PEAR is not enabled on the system, include the test-settings...
[htmlpurifier.git] / NEWS
blob0d777cfd799268628bb9d5995f7d31416111d5f9
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
11 1.1.0, released 2006-09-16
12 - Made URI validator more forgiving: will ignore leading and trailing
13   quotes, apostrophes and less than or greater than signs.
14 - Enforce alphanumeric namespace and directive names for configuration.
15 - Directive documentation generation using XSLT
16 - Table child definition made more flexible, will fix up poorly ordered elements
17 - XHTML generation can now be turned off, allowing things like <br>
18 - Renamed ConfigDef to ConfigSchema
20 1.0.1, released 2006-09-04
21 - Fixed slight bug in DOMLex attribute parsing
22 - Fixed rejection of case-insensitive configuration values when there is a
23   set of allowed values.  This manifested in %Core.Encoding.
24 - Fixed rejection of inline style declarations that had lots of extra
25   space in them.  This manifested in TinyMCE.
27 1.0.0, released 2006-09-01
28 - Fixed broken numeric entity conversion
29 - Malformed UTF-8 and non-SGML character detection and cleaning implemented
30 - API documentation completed
31 - Shorthand CSS properties implemented: font, border, background, list-style
32 - Basic color keywords translated into hexadecimal values
33 - Table CSS properties implemented
34 - (HTML|CSS)Definition de-singleton-ized
35 - Support for charsets other than UTF-8 (defined by iconv)
37 1.0.0beta, released 2006-08-16
38 - First public release, most functionality implemented. Notable omissions are:
39   . Shorthand CSS properties
40   . Table CSS properties
41   . Deprecated attribute transformations