File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1313 developers need to enable core library desugaring. The minimum Java version remains Java 8.
1414 [ 2173] ( https://github.com/jhy/jsoup/pull/2173 )
1515* Removed previously deprecated class: ` org.jsoup.UncheckedIOException ` (replace with ` java.io.UncheckedIOException ` );
16- method ` Element Element#forEach(Consumer) ` to
16+ moved previously deprecated method ` Element Element#forEach(Consumer) ` to
1717 ` void Element#forEach(Consumer()) ` . [ 2246] ( https://github.com/jhy/jsoup/pull/2246 )
1818* Deprecated the methods ` Document#updateMetaCharsetElement(bool) ` and ` #Document#updateMetaCharsetElement() ` , as the
1919 setting had no effect. When ` Document#charset(Charset) ` is called, the document's meta charset or XML encoding
2424* When cleaning HTML with a ` Safelist ` that preserves relative links, the ` isValid() ` method will now consider these
2525 links valid. Additionally, the enforced attribute ` rel=nofollow ` will only be added to external links when configured
2626 in the safelist. [ 2245] ( https://github.com/jhy/jsoup/pull/2245 )
27- * Added ` Element#selectStream(String query) ` and ` Element#selectStream(Evaluator ) ` methods, that return a ` Stream ` of
27+ * Added ` Element#selectStream(String query) ` and ` Element#selectStream(Evaluator) ` methods, that return a ` Stream ` of
2828 matching elements. Elements are evaluated and returned as they are found, and the stream can be
2929 terminated early. [ 2092] ( https://github.com/jhy/jsoup/pull/2092 )
3030* ` Element ` objects now implement ` Iterable ` , enabling them to be used in enhanced for loops.
You can’t perform that action at this time.
0 commit comments