File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,14 @@ All notable changes to this project will be documented in this file.
33Updates should follow the [ Keep a CHANGELOG] ( http://keepachangelog.com/ ) principles.
44
55## [ Unreleased] [ unreleased ]
6+
7+ ## [ 3.0.0]
68### Changed
9+ - Changed namespace to ` League\HTMLToMarkdown `
10+ - Changed packagist name to ` league/html-to-markdown `
11+ - Re-organized code into several separate classes
712 - ` <a> ` tags with identical href and inner text are now rendered using angular bracket syntax (#31 )
13+ - ` <div> ` elements are now treated as block-level elements (#33 )
814
915## [ 2.2.2]
1016### Added
@@ -70,7 +76,8 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
7076### Added
7177 - Initial release
7278
73- [ unreleased ] : https://github.com/thephpleague/html-to-markdown/compare/2.2.2...master
79+ [ unreleased ] : https://github.com/thephpleague/html-to-markdown/compare/3.0.0...master
80+ [ 3.0.0 ] : https://github.com/thephpleague/html-to-markdown/compare/2.2.2...3.0.0
7481[ 2.2.2 ] : https://github.com/thephpleague/html-to-markdown/compare/2.2.1...2.2.2
7582[ 2.2.1 ] : https://github.com/thephpleague/html-to-markdown/compare/2.2.0...2.2.1
7683[ 2.2.0 ] : https://github.com/thephpleague/html-to-markdown/compare/2.1.2...2.2.0
You can’t perform that action at this time.
0 commit comments