Merged revisions 380:382 from trunk/ to branches/1.0/:
[htmlpurifier.git] / NEWS
blobf17565fab2660efe202d17ef579d986d3262ce5d
1 NEWS ( CHANGELOG and HISTORY )                                     HTMLPurifier
2 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
4 1.0.1, unknown release date
5 - Fixed slight bug in DOMLex attribute parsing
6 - Fixed rejection of case-insensitive configuration values when there is a
7   set of allowed values.  This manifested in %Core.Encoding.
8 - Fixed rejection of inline style declarations that had lots of extra
9   space in them.  This manifested in TinyMCE.
11 1.0.0, released 2006-09-01
12 - Fixed broken numeric entity conversion
13 - Malformed UTF-8 and non-SGML character detection and cleaning implemented
14 - API documentation completed
15 - Shorthand CSS properties implemented: font, border, background, list-style
16 - Basic color keywords translated into hexadecimal values
17 - Table CSS properties implemented
18 - (HTML|CSS)Definition de-singleton-ized
19 - Support for charsets other than UTF-8 (defined by iconv)
21 1.0.0beta, released 2006-08-16
22 - First public release, most functionality implemented. Notable omissions are:
23   . Shorthand CSS properties
24   . Table CSS properties
25   . Deprecated attribute transformations