v2.6.0
BREAKING CHANGES
- Remove
getDescriptionHtml()
method fromEbook
class. - Remove
limit
parameter fromgetDescription()
method inEbook
class. getDescription()
method inEbook
class now returns raw description without any formatting.
FEATURES
To access to advanced book description, you can use getDescriptionAdvanced()
method with BookDescription
class.
getDescription()
method now returns raw description without any formatting.toHtml()
method formats the description to HTML.toString()
method formats the description to plain text.toStringMultiline()
method formats the description to plain text with new lines.
All methods have limit
parameter to limit the length of the description.
BUGFIXES
- Improve audiobook parsing with safe array extraction.
MISC
- Remove many utilities method from
EbookModule
class, nowBookDescription
class is responsible for parsing book description. limitLength()
method is now intoEbookUtils
class.