All Versions
38
Latest Version
Avg Release Cycle
111 days
Latest Release
1015 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v4.2.2 Changes
๐ Fixed
- Fixed sanitization bug which sometimes removes desired content (#63, #101)
-
v4.2.1 Changes
๐ Fixed
- Fixed path to autoload.php when used as a library (#98)
- Fixed edge case for tags containing only whitespace (#99)
โ Removed
- Removed double HTML entity decoding, as this is not desireable (#60)
-
v4.2.0 Changes
โ Added
- Added the ability to invoke HtmlConverter objects as functions (#85)
๐ Fixed
- Fixed improper handling of nested list items (#19 and #84)
- Fixed preceeding or trailing spaces within emphasis tags (#83)
-
v4.1.1 Changes
๐ Fixed
- Fixed conversion of empty paragraphs (#78)
- Fixed
preg_replace
so it wouldn't break UTF-8 characters (#79)
-
v4.1.0 Changes
โ Added
- Added
bin/html-to-markdown
script
๐ Changed
- Changed default italic character to
_
(#58)
- Added
-
v4.0.1 Changes
๐ Fixed
- Added escaping to avoid * and _ in a text being rendered as emphasis (#48)
โ Removed
- Removed the demo (#51)
.styleci.yml
andCONTRIBUTING.md
are no longer included in distributions (#50)
-
v4.0.0 Changes
๐ 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 theEnvironment
(#42, #43)
๐ Changed
- Changed
Environment::addConverter()
fromprotected
topublic
, enabling custom converters to be added (#42, #43) - Changed
HtmlConverter::createDOMDocument()
fromprotected
toprivate
- Changed
Element::nextCached
fromprotected
toprivate
- Made the
Environment
classfinal
- Added new
-
v3.1.1 Changes
๐ Fixed
- Empty HTML strings now result in empty Markdown documents (#40, #41)
-
v3.1.0 Changes
โ Added
- Added new
equals
method toElement
to check for equality
๐ Changes
- Use Linux line endings consistently instead of plaform-specific line endings (#36)
๐ Fixed
- Cleaned up code style
- Added new
-
v3.0.0 Changes
๐ Changed
- Changed namespace to
League\HTMLToMarkdown
- Changed packagist name to
league/html-to-markdown
- Re-organized code into several separate classes
<a>
tags with identical href and inner text are now rendered using angular bracket syntax (#31)<div>
elements are now treated as block-level elements (#33)
- Changed namespace to