You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This release changes the visibility of several methods/properties. #42 and #43 brought to light that some visiblities were
not ideally set, so this releases fixes that. Moving forwards this should reduce the chance of introducing BC-breaking changes.
Added
Added new HtmlConverter::getEnvironment() method to expose the Environment (#42, #43)
Changed
Changed Environment::addConverter() from protected to public, enabling custom converters to be added (#42, #43)
Changed HtmlConverter::createDOMDocument() from protected to private
Changed Element::nextCached from protected to private