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