blob: 3980ca02e418ae0b4c51d425b3b7425787785b84 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
|
CHANGELOG
=========
0.8.0 (2018-01-24)
------------------
* Replace align attribute with text-align style
0.7.1 (2018-01-23)
------------------
* Fix undefined method in commonmark 0.17
0.7.0 (2018-01-09)
------------------
* Increased minimum PHP version to 5.6
* Removed support for commonmark 0.14 and 0.15 API
* Updated to the commonmark 0.16 and 0.17 API
* Fix a problem with parsing whitespaces at the end of line
0.6.1 (2017-01-11)
------------------
* Fixed parsing of one column tables
0.6.0 (2016-09-26)
------------------
* Updated to the commonmark 0.15 API
* Moved twig template to [webuni/commonmark-twig-renderer](https://packagist.org/packages/webuni/commonmark-twig-renderer)
0.5.0 (2016-07-13)
------------------
* Added support for table caption (MultiMarkdown)
* Added a template for twig renderer
* Updated to the commonmark 0.14 API
0.4.0 (2015-09-21)
------------------
* Updated to the new commonmark 0.11 API
0.3.0 (2015-07-27)
------------------
* Added support for custom attributes in renderers
0.2.0 (2015-07-27)
------------------
* Updated to the new commonmark 0.10 API
0.1.0 (2015-06-24)
------------------
* Implemented GFM tables
|