Changeset 18 for trunk/CHANGELOG

Show
Ignore:
Timestamp:
07/07/2006 15:27:54 (2 years ago)
Author:
why
Message:
  • CHANGELOG: adding entries for 0.2 and 0.3.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/CHANGELOG

    r1 r18  
    44* For whatever reason, wrote this HTML parser in C. 
    55  I guess Ragel is addictive and I want to improve HTree. 
     6 
     7= 0.2 
     8=== 4th July, 2006 
     9 
     10* Rewrote the HTree parser to be simpler, more adequate for the common man.  Will add encoding back in later. 
     11 
     12= 0.3 
     13=== 7th July, 2006 
     14 
     15* Fixed negative string size error on empty tokens. (news.bbc.co.uk) 
     16* Allow the parser to accept just text nodes. (such as: <tt>Hpricot.parse('TEXT')</tt>) 
     17* from JQuery to Hpricot::Elements: remove, empty, append, prepend, before, after, wrap, set,  
     18  html(...), to_html, to_s.  
     19* on containers: to_html, replace_child, insert_before, insert_after, innerHTML=. 
     20* Hpricot(...) is an alias for parse. 
     21* open up all properties to setters, let people do as they may.  
     22* use to_html for the full html of a node or set of elements. 
     23* doctypes were messed.