Release History

VersionDateDescription
2.1.0 2005-??-??
2.0.1 2004-07-06
2.0 2004-06-20
1.0 2003-12-13

Get the RSS feed of the last changes

Release 2.1.0 - 2005-??-??

TypeChangesBy
fix If a page starts with a tag, moving to that tag will now move to the first instance of the tag and not the second one. hen
add Helper method to suck a html table into a double array. hen

Release 2.0.1 - 2004-07-06

TypeChangesBy
fix Bug introduced in 2.0 that means a move() ends up a character too far into the text and a subsequent get does not work. Fixes GJC-21. hen

Release 2.0 - 2004-06-20

TypeChangesBy
fix HtmlScraper does not handle apostrophe's [rather than double-quotes ] . Fixes GJC-3. hen
fix moveToTagWith called twice will find the first one again Fixes GJC-7. hen
fix Performance Bottleneck: extensive use of toLowerCase in com.generationjava.web.HtmlW.getIndexOpeningTag Fixes GJC-17. hen
add Add a scrape(String tag) method Fixes GJC-18. hen
fix Target is always the first argument in HtmlW/XmlW. Fixes GJC-19. hen

Release 1.0 - 2003-12-13

TypeChangesBy
add HtmlScraper needs to be case insensitive. Fixes GJC-2. hen