[1.1.2] Fix typo in NEWS file.
[htmlpurifier.git] / NEWS
blob2365d4e81699126f1150dcd10fb33c3203b8bf0e
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, released 2006-09-30
15 ! Add HTMLPurifier.auto.php stub file that configures include_path
16 - Documentation updated
17   + INSTALL document rewritten
18   + TODO added semi-lossy conversion
19   + API Doxygen docs' file exclusions updated
20   + Added notes on HTML versus XML attribute whitespace handling
21   + Noted that HTMLPurifier_ChildDef_Custom isn't being used
22   + Noted that config object's definitions are cached versions
23 - Fixed lack of attribute parsing in HTMLPurifier_Lexer_PEARSax3
24 - ftp:// URIs now have their typecodes checked
25 - Hooked up HTMLPurifier_ChildDef_Custom's unit tests (they weren't being run)
26 . Line endings standardized throughout project (svn:eol-style standardized)
27 . Refactored parseData() to general Lexer class
28 . Tester named "HTML Purifier" not "HTMLPurifier"
30 1.1.1, released 2006-09-24
31 ! Configuration option to optionally Tidy up output for indentation to make up
32   for dropped whitespace by DOMLex (pretty-printing for the entire application
33   should be done by a page-wide Tidy)
34 - Various documentation updates
35 - Fixed parse error in configuration documentation script
36 - Fixed fatal error in benchmark scripts, slightly augmented
37 - As far as possible, whitespace is preserved in-between table children
38 - Sample test-settings.php file included
40 1.1.0, released 2006-09-16
41 ! Directive documentation generation using XSLT
42 ! XHTML can now be turned off, output becomes <br>
43 - Made URI validator more forgiving: will ignore leading and trailing
44   quotes, apostrophes and less than or greater than signs.
45 - Enforce alphanumeric namespace and directive names for configuration.
46 - Table child definition made more flexible, will fix up poorly ordered elements
47 . Renamed ConfigDef to ConfigSchema
49 1.0.1, released 2006-09-04
50 - Fixed slight bug in DOMLex attribute parsing
51 - Fixed rejection of case-insensitive configuration values when there is a
52   set of allowed values.  This manifested in %Core.Encoding.
53 - Fixed rejection of inline style declarations that had lots of extra
54   space in them.  This manifested in TinyMCE.
56 1.0.0, released 2006-09-01
57 ! Shorthand CSS properties implemented: font, border, background, list-style
58 ! Basic color keywords translated into hexadecimal values
59 ! Table CSS properties implemented
60 ! Support for charsets other than UTF-8 (defined by iconv)
61 ! Malformed UTF-8 and non-SGML character detection and cleaning implemented
62 - Fixed broken numeric entity conversion
63 - API documentation completed
64 . (HTML|CSS)Definition de-singleton-ized
66 1.0.0beta, released 2006-08-16
67 ! First public release, most functionality implemented. Notable omissions are:
68   + Shorthand CSS properties
69   + Table CSS properties
70   + Deprecated attribute transformations