8
I Use This!
Moderate Activity

Commits : Listings

Analyzed 2 days ago. based on code collected 2 days ago.
May 15, 2023 — May 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Performance optimisation in parsing.
jhy
as Jonathan Hedley
More... almost 14 years ago
TextNode performance tweaks
jhy
as Jonathan Hedley
More... almost 14 years ago
Parsing performance optimisation.
jhy
as Jonathan Hedley
More... almost 14 years ago
Parsing performance optimisation.
jhy
as Jonathan Hedley
More... almost 14 years ago
Parsing optimisation.
jhy
as Jonathan Hedley
More... almost 14 years ago
Changelog
jhy
as Jonathan Hedley
More... almost 14 years ago
Implemented :matches(regex) selector.
jhy
as Jonathan Hedley
More... almost 14 years ago
Updated TokenQueue so :contains(text) can be escaped, if looking for ( or ) within text
jhy
as Jonathan Hedley
More... almost 14 years ago
Upgraded the selector query parser to allow nested selectors like 'div:has(p:has(span))'
jhy
as Jonathan Hedley
More... almost 14 years ago
Fixed javadoc for :eq(n)
jhy
as Jonathan Hedley
More... almost 14 years ago
Changelog release date
jhy
as Jonathan Hedley
More... almost 14 years ago
[maven-release-plugin] prepare for next development iteration
jhy
as Jonathan Hedley
More... almost 14 years ago
[maven-release-plugin] prepare release jsoup-1.2.1
jhy
as Jonathan Hedley
More... almost 14 years ago
Added :contains(text) selector
jhy
as Jonathan Hedley
More... almost 14 years ago
Added .before(html) and .after(html) methods to Element and Elements, to insert sibling HTML
jhy
as Jonathan Hedley
More... almost 14 years ago
Cleanup Element and Node add mechanism
jhy
as Jonathan Hedley
More... almost 14 years ago
Improved implicit close tag heuristic detection when parsing malformed HTML.
jhy
as Jonathan Hedley
More... almost 14 years ago
Chanelog release date
jhy
as Jonathan Hedley
More... almost 14 years ago
Added :has(selector) pseudo-selector. Added Element#parents() and Elements#parents() methods.
jhy
as Jonathan Hedley
More... almost 14 years ago
Fixed javadoc typo
jhy
as Jonathan Hedley
More... almost 14 years ago
Clean up the parse stack correctly when parsing data-nodes.
jhy
as Jonathan Hedley
More... almost 14 years ago
Fix an issue where text order was incorrect when parsing pre-document HTML.
jhy
as Jonathan Hedley
More... almost 14 years ago
Fixed test package
jhy
as Jonathan Hedley
More... almost 14 years ago
Change notes
jhy
as Jonathan Hedley
More... almost 14 years ago
[maven-release-plugin] prepare for next development iteration
jhy
as Jonathan Hedley
More... almost 14 years ago
[maven-release-plugin] prepare release jsoup-1.1.1
jhy
as Jonathan Hedley
More... almost 14 years ago
Preparing 1.1.1 release
jhy
as Jonathan Hedley
More... almost 14 years ago
Updated ignore list
jhy
as Jonathan Hedley
More... almost 14 years ago
String.isEmpty() and LinkedList.peekFirst() is not part of the Java 5.0 API.
uggedal
as Eivind Uggedal
More... almost 14 years ago
Added selector support for :eq, :lt, and gt
jhy
as Jonathan Hedley
More... about 14 years ago