File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 11/.idea /
2+ /build /
23composer.lock
34composer.phar
45/vendor /
Original file line number Diff line number Diff line change @@ -3,9 +3,12 @@ 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+ ## [ 0.8.0] - 2015-04-29
68### Added
79 - Allow swapping built-in renderers without using their fully qualified names (#84 )
810 - Lots of unit tests (for existing code)
11+ - Ability to include arbitrary functional tests in addition to spec-based tests
912
1013### Changed
1114 - Dropped support for PHP 5.3 (#64 and #76 )
@@ -183,7 +186,8 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
183186### Added
184187 - Initial commit (compatible with jgm/stmd: spec .txt @ 0275f34)
185188
186- [ unreleased ] : https://github.com/thephpleague/commonmark/compare/0.7.2...HEAD
189+ [ unreleased ] : https://github.com/thephpleague/commonmark/compare/0.8.0...HEAD
190+ [ 0.8.0 ] : https://github.com/thephpleague/commonmark/compare/0.7.2...0.8.0
187191[ 0.7.2 ] : https://github.com/thephpleague/commonmark/compare/0.7.1...0.7.2
188192[ 0.7.1 ] : https://github.com/thephpleague/commonmark/compare/0.7.0...0.7.1
189193[ 0.7.0 ] : https://github.com/thephpleague/commonmark/compare/0.6.1...0.7.0
Original file line number Diff line number Diff line change @@ -106,9 +106,13 @@ The following table shows which versions of league/commonmark are compatible wit
106106 </thead>
107107 <tbody>
108108 <tr>
109- <td><strong>0.7.2</strong><br>0.7.1<br>0.7.0<br>0.6.1</td>
110- <td><strong><a href="http://spec.commonmark.org/0.18/">0.18</a></strong><br><a href="http://spec.commonmark.org/0.17/">0.17</a></td>
111- <td>current spec (as of Mar 04 '15)</td>
109+ <td><strong>0.8.0</strong></td>
110+ <td><strong><a href="http://spec.commonmark.org/0.19/">0.19</a></strong>
111+ <td>current spec (as of Apr 29 '15)</td>
112+ <tr>
113+ <td>0.7.2<br>0.7.1<br>0.7.0<br>0.6.1</td>
114+ <td><a href="http://spec.commonmark.org/0.18/">0.18</a><br><a href="http://spec.commonmark.org/0.17/">0.17</a></td>
115+ <td></td>
112116 </tr>
113117 <tr>
114118 <td>0.6.0</td>
You can’t perform that action at this time.
0 commit comments