Skip to content

Commit 91696c8

Browse files
committed
Merge pull request #94 from thephpleague/0.8-release
0.8 release
2 parents 67cd38e + 04dfdbf commit 91696c8

File tree

3 files changed

+13
-4
lines changed

3 files changed

+13
-4
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/.idea/
2+
/build/
23
composer.lock
34
composer.phar
45
/vendor/

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@ All notable changes to this project will be documented in this file.
33
Updates 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

README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)