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