Release Notes: This version of jsoup includes a brand new HTML5-conformant parser, which ensures HTML is parsed just as modern browsers do. It also improves parse time and lowers memory usage, and adds new convenience methods including Element.unwrap() and Node.after() and Node.before().


Release Notes: This release introduces selectors for structural pseudo CSS classes, full support for international supplementary characters, and a raft of improvements and bugfixes.


Release Notes: This release parses HTML 2.3x faster. The author has profiled the parse execution of thousands of documents, optimized every hotspot to streamline the parser, and significantly minimized node memory consumption. This release also trims the retained heap memory when retrieving data from parsed documents, reduces garbage collection when selecting elements, and removes lock contention to allow jsoup to run concurrently on as many threads as are available.


Release Notes: This release adds a number of improvements and bugfixes, including renewed support for the Google App Engine and parsing fixes.


Release Notes: This release adds many improvements, including a relaxed XML parser, a lighter memory footprint, and a range of bugfixes.


Release Notes: This release included a new HTML5 compliant parser and fixes for Java 1.5 and Android 2.2 compatibility.