TheRandomLabs / CurseAPI

A Java library for handling interactions with CurseForge.
MIT License
30 stars 3 forks source link

Bump jsoup from 1.12.1 to 1.12.2 #22

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 4 years ago

Bumps jsoup from 1.12.1 to 1.12.2.

Changelog

Sourced from jsoup's changelog.

jsoup changelog

*** Release 1.13.1 [PENDING]

  • Improvement: decent memory optimization by not creating Attribute objects for each Element unless/until the Element gets an attribute.

  • Improvement: when pretty-printing, comments in inline tags are not pushed to a newline

  • Improvement: added Attributes#hasValue(key) and Attribute#hasValue(), to check if an attribute is set but has no value. Useful in place of the deprecated and removed BooleanAttribute class and instanceof test.

  • Bugfix: in a