File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 13
13
developers need to enable core library desugaring. The minimum Java version remains Java 8.
14
14
[ 2173] ( https://github.com/jhy/jsoup/pull/2173 )
15
15
* 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
17
17
` void Element#forEach(Consumer()) ` . [ 2246] ( https://github.com/jhy/jsoup/pull/2246 )
18
18
* Deprecated the methods ` Document#updateMetaCharsetElement(bool) ` and ` #Document#updateMetaCharsetElement() ` , as the
19
19
setting had no effect. When ` Document#charset(Charset) ` is called, the document's meta charset or XML encoding
24
24
* When cleaning HTML with a ` Safelist ` that preserves relative links, the ` isValid() ` method will now consider these
25
25
links valid. Additionally, the enforced attribute ` rel=nofollow ` will only be added to external links when configured
26
26
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
28
28
matching elements. Elements are evaluated and returned as they are found, and the stream can be
29
29
terminated early. [ 2092] ( https://github.com/jhy/jsoup/pull/2092 )
30
30
* ` 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