Projects / jsoup / Releases / 1.6.0

Version 1.6.0 of jsoup

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().

Other releases

  •  28 Jan 2013 21:58

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

  •  24 Sep 2012 21:31

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.

  •  29 May 2012 01:03

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

  •  28 Mar 2012 16:37

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

  •  02 Jul 2011 09:30

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

Screenshot

Project Spotlight

Xyndravandria Mondraviel

A template engine which fills tags with parameters.

Screenshot

Project Spotlight

Monit

A utility for monitoring Unix system services.