UNPKG

62 kBMarkdownView Raw
1---
2mdast:
3 setext: true
4---
5
6<!--lint disable no-multiple-toplevel-headings-->
7
8<!--lint disable maximum-line-length-->
9
100.26.0 / 2015-06-30
11===================
12
13* Add support for `listItemIndent` stringification setting ([f645bc5](https://github.com/wooorm/mdast/commit/f645bc5))
14* Fix table-cell position on padded cells ([6174e21](https://github.com/wooorm/mdast/commit/6174e21))
15
160.25.0 / 2015-06-28
17===================
18
19* Fix HTML support ([09ec06c](https://github.com/wooorm/mdast/commit/09ec06c))
20* Add `hughsk/mdast-contributors` to plug-ins ([b16bc4f](https://github.com/wooorm/mdast/commit/b16bc4f))
21* Fix bug where escaped final-emphasis markers were not recognised ([a7f55e1](https://github.com/wooorm/mdast/commit/a7f55e1))
22* Add `mdast-html` to plug-ins ([a63d74b](https://github.com/wooorm/mdast/commit/a63d74b))
23
240.24.0 / 2015-06-21
25===================
26
27* Add support for `'escape'` value for `entities` stringification ([518d3d8](https://github.com/wooorm/mdast/commit/518d3d8))
28* Fix bug where entities in definitions were not decoded ([5454a6c](https://github.com/wooorm/mdast/commit/5454a6c))
29
300.23.0 / 2015-06-18
31===================
32
33* Add support for writing to directories to CLI ([8a6e464](https://github.com/wooorm/mdast/commit/8a6e464))
34
350.22.1 / 2015-06-18
36===================
37
38* Add mdast-man as a dev-dependency ([7fb9d7f](https://github.com/wooorm/mdast/commit/7fb9d7f))
39* Fix failing eslint rule ([8949016](https://github.com/wooorm/mdast/commit/8949016))
40* Update user-home, eslint, mdast plug-ins ([adde30a](https://github.com/wooorm/mdast/commit/adde30a))
41* Fix bug in process without options and with done ([4aa68e0](https://github.com/wooorm/mdast/commit/4aa68e0))
42
430.22.0 / 2015-06-13
44===================
45
46* Add `position` as a parse setting to ignore positional information ([a4d5855](https://github.com/wooorm/mdast/commit/a4d5855))
47* Add paragraph on the two parts of mdast to `readme.md` ([8360147](https://github.com/wooorm/mdast/commit/8360147))
48* Refactor to refer more representational plug-ins in `readme` ([b93f573](https://github.com/wooorm/mdast/commit/b93f573))
49* Add `mdast-lint` to plugins ([75d59d1](https://github.com/wooorm/mdast/commit/75d59d1))
50* Rebuild with new browserify ([6b396c3](https://github.com/wooorm/mdast/commit/6b396c3))
51* Add `--file-path <path>` option for STDIN to CLI ([a53dffb](https://github.com/wooorm/mdast/commit/a53dffb))
52* Fix incorrect example in docs ([f7135a8](https://github.com/wooorm/mdast/commit/f7135a8))
53* Add support for advanced CLI settings ([542ea5a](https://github.com/wooorm/mdast/commit/542ea5a))
54* Fix support for arrays as options on CLI ([e220520](https://github.com/wooorm/mdast/commit/e220520))
55
560.21.2 / 2015-06-03
57===================
58
59* Update eslint ([5a3e9bb](https://github.com/wooorm/mdast/commit/5a3e9bb))
60* Update man/ pages ([0c689f7](https://github.com/wooorm/mdast/commit/0c689f7))
61* Add `<stdin>` label to CLI warnings when piping ([aba731f](https://github.com/wooorm/mdast/commit/aba731f))
62* Fix typos ([688f63a](https://github.com/wooorm/mdast/commit/688f63a))
63* Fix UMD-installation example in `readme.md` ([6caaecd](https://github.com/wooorm/mdast/commit/6caaecd))
64* Fix `indent` for merged nodes ([1eee40f](https://github.com/wooorm/mdast/commit/1eee40f))
65* Remove extraneous `console.log` from tests ([f8e3aa1](https://github.com/wooorm/mdast/commit/f8e3aa1))
66* Update mdast-github, mdast-toc ([2a4a075](https://github.com/wooorm/mdast/commit/2a4a075))
67* Refactor markdown list-item, line-length style ([7075aac](https://github.com/wooorm/mdast/commit/7075aac))
68
690.21.1 / 2015-05-25
70===================
71
72* Fix positional information on lists ([024fca2](https://github.com/wooorm/mdast/commit/024fca2))
73
740.21.0 / 2015-05-24
75===================
76
77* Add support for tokenizing into multiple tokens ([a1b7125](https://github.com/wooorm/mdast/commit/a1b7125))
78* Add `indent` to `node.position` ([709777b](https://github.com/wooorm/mdast/commit/709777b))
79* Fix missing parentheses ([84316a8](https://github.com/wooorm/mdast/commit/84316a8))
80
810.20.1 / 2015-05-20
82===================
83
84* Update eslint ([8174af6](https://github.com/wooorm/mdast/commit/8174af6))
85* Update `.editorconfig` with json, svg, mdastrc, eslintrc ([f3bc2a9](https://github.com/wooorm/mdast/commit/f3bc2a9))
86* Remove dollar signs from bash code in markdown ([3a3ceb5](https://github.com/wooorm/mdast/commit/3a3ceb5))
87* Add silent mode to supress non-fatal messages on CLI ([b1859d6](https://github.com/wooorm/mdast/commit/b1859d6))
88* Fix bug in empty ATX (closed) headings ([a80f8e9](https://github.com/wooorm/mdast/commit/a80f8e9))
89
900.20.0 / 2015-05-09
91===================
92
93* Rebuild ([d1c45c3](https://github.com/wooorm/mdast/commit/d1c45c3))
94* Refactor `lib/parse` to normalize order ([f2fa3ac](https://github.com/wooorm/mdast/commit/f2fa3ac))
95* Add support for adjacent lists in blockquotes ([f89663c](https://github.com/wooorm/mdast/commit/f89663c))
96* Fix broken test ([523e1ad](https://github.com/wooorm/mdast/commit/523e1ad))
97* Fix incorrect links introduced in [609b938](https://github.com/wooorm/mdast/commit/609b938) ([6a8d725](https://github.com/wooorm/mdast/commit/6a8d725))
98* Add support for encoding unsafe HTML characters to entities ([ce28ed4](https://github.com/wooorm/mdast/commit/ce28ed4))
99* Add `incrementListMarker` setting to control not increas ordered items ([659e49c](https://github.com/wooorm/mdast/commit/659e49c))
100* Add warning when too much content is eaten by parser ([61732d5](https://github.com/wooorm/mdast/commit/61732d5))
101* Fix bug where setext-headings ate too much markdown ([da03727](https://github.com/wooorm/mdast/commit/da03727))
102* Remove support for atx-headings without initial spaces ([daa344c](https://github.com/wooorm/mdast/commit/daa344c))
103* Fix stringification of autolinks without protocol. ([2fb6938](https://github.com/wooorm/mdast/commit/2fb6938))
104* Remove unused `level` parameter to compilers ([5df6578](https://github.com/wooorm/mdast/commit/5df6578))
105* Refactor parameter ordering in private `add` function ([99db50b](https://github.com/wooorm/mdast/commit/99db50b))
106* Add improved docs to API ([c925a23](https://github.com/wooorm/mdast/commit/c925a23))
107* Add improved docs to CLI ([2b754cb](https://github.com/wooorm/mdast/commit/2b754cb))
108* Fix build fail on case-sensitive file systems ([609b938](https://github.com/wooorm/mdast/commit/609b938))
109* Add missing jsdoc comments ([8745960](https://github.com/wooorm/mdast/commit/8745960))
110* Refactor npm files ([4ca95ac](https://github.com/wooorm/mdast/commit/4ca95ac))
111* Refactor npm scripts ([00e9ddd](https://github.com/wooorm/mdast/commit/00e9ddd))
112* Update browserify, eslint, jscs ([9d5c1d8](https://github.com/wooorm/mdast/commit/9d5c1d8))
113* Add `.editorconfig` ([e239d68](https://github.com/wooorm/mdast/commit/e239d68))
114* Remove required `--output` in multi-file CLI mode ([f2f0b21](https://github.com/wooorm/mdast/commit/f2f0b21))
115* Rename sentence-cased docs files with lower-case names ([b03df38](https://github.com/wooorm/mdast/commit/b03df38))
116* Refactor loose list items in docs ([6402291](https://github.com/wooorm/mdast/commit/6402291))
117* Fix links in `doc/` and `man/` ([e0414bc](https://github.com/wooorm/mdast/commit/e0414bc))
118* Rename sentence-cased markdown files with lower-case names ([4bf2205](https://github.com/wooorm/mdast/commit/4bf2205))
119* Add support for link definitions without reference ([2295073](https://github.com/wooorm/mdast/commit/2295073))
120* Refactor to simplify identifier escaping ([8e6861a](https://github.com/wooorm/mdast/commit/8e6861a))
121* Fix incorrectly reported `root.position.end` ([76d8576](https://github.com/wooorm/mdast/commit/76d8576))
122* Add support for e-mail auto-links at the beginning of a paragraph ([2b390f0](https://github.com/wooorm/mdast/commit/2b390f0))
123* Add stack trace to uncaught CLI errors ([d329bfb](https://github.com/wooorm/mdast/commit/d329bfb))
124* Add warning for references without definitions ([67a39c2](https://github.com/wooorm/mdast/commit/67a39c2))
125* Add warnings for duplicate link references, footnotes ([2904f9c](https://github.com/wooorm/mdast/commit/2904f9c))
126
1270.19.0 / 2015-04-21
128===================
129
130* Rebuild markdown, man pages ([8832c33](https://github.com/wooorm/mdast/commit/8832c33))
131* Fix bug where mdast(1) would not process files ([8d6a073](https://github.com/wooorm/mdast/commit/8d6a073))
132* Add support for hiding current directory to `lib/file` ([448552c](https://github.com/wooorm/mdast/commit/448552c))
133* Add pretty error reporting to CLI, API ([fd4dd55](https://github.com/wooorm/mdast/commit/fd4dd55))
134* Add `man 3 mdast` to `mdast --help` ([10a3d7f](https://github.com/wooorm/mdast/commit/10a3d7f))
135* Update `doc/Plugins.md` with enw plugins ([22717c1](https://github.com/wooorm/mdast/commit/22717c1))
136
1370.18.0 / 2015-04-12
138===================
139
140* Add list of plugins to `doc/Plugins.md` ([175b242](https://github.com/wooorm/mdast/commit/175b242))
141* Refactor tokenizers to return tokenized node ([cce3ec9](https://github.com/wooorm/mdast/commit/cce3ec9))
142* Remove mergin of HTML nodes into a single token ([6d529d9](https://github.com/wooorm/mdast/commit/6d529d9))
143* Add support for plugin options to mdast(1) ([361f7dd](https://github.com/wooorm/mdast/commit/361f7dd))
144* Fix variable name ([1590bff](https://github.com/wooorm/mdast/commit/1590bff))
145* Update mdast-toc ([8e51ace](https://github.com/wooorm/mdast/commit/8e51ace))
146* Add `loose` property on lists ([e071484](https://github.com/wooorm/mdast/commit/e071484))
147* Add support for plug-in options to `mdasrc` files ([cc178f0](https://github.com/wooorm/mdast/commit/cc178f0))
148
1490.17.1 / 2015-04-08
150===================
151
152* Remove left-alignment for neutral columns in tables (Closes [GH-19](https://github.com/wooorm/mdast/issues/19), [d5d6657](https://github.com/wooorm/mdast/commit/d5d6657))
153
1540.17.0 / 2015-04-07
155===================
156
157* Refactor interface ([f75b2a3](https://github.com/wooorm/mdast/commit/f75b2a3))
158* Remove dead code since [79d29b5](https://github.com/wooorm/mdast/commit/79d29b5) ([e94eae5](https://github.com/wooorm/mdast/commit/e94eae5))
159
1600.16.0 / 2015-04-04
161===================
162
163* Fix extra indented code blocks ([5ed732e](https://github.com/wooorm/mdast/commit/5ed732e))
164* Fix support for multiple paragraphs in list-items ([79d29b5](https://github.com/wooorm/mdast/commit/79d29b5))
165* Add fixture for multiple footnotes to the same definition ([0a6ceb3](https://github.com/wooorm/mdast/commit/0a6ceb3), closes [#8](https://github.com/wooorm/mdast/issues/8))
166* Add support for a BOM ([9e0770d](https://github.com/wooorm/mdast/commit/9e0770d))
167* Fix `__proto__` support ([c3ac455](https://github.com/wooorm/mdast/commit/c3ac455)) ([0e2f447](https://github.com/wooorm/mdast/commit/0e2f447))
168* Refactor exports to expose a function ([c3ac455](https://github.com/wooorm/mdast/commit/c3ac455))
169* Add repeat-string as a dependency ([360e4ea](https://github.com/wooorm/mdast/commit/360e4ea))
170* Add support for `__proto__` as footnote, link identifier ([b8c9504](https://github.com/wooorm/mdast/commit/b8c9504))
171* Fix previous commit ([632fe86](https://github.com/wooorm/mdast/commit/632fe86)) ([f36a011](https://github.com/wooorm/mdast/commit/f36a011))
172* Fix list-items ([632fe86](https://github.com/wooorm/mdast/commit/632fe86))
173* Add error position for `he` dependency errors ([a71cb47](https://github.com/wooorm/mdast/commit/a71cb47))
174* Add `referenceImages` stringification setting ([e07e6d3](https://github.com/wooorm/mdast/commit/e07e6d3))
175* Refactor for changes in eslint, jscs ([407d81c](https://github.com/wooorm/mdast/commit/407d81c))
176* Add support for tokenizer errors ([ec48ea4](https://github.com/wooorm/mdast/commit/ec48ea4))
177* Add support for stringification of auto-links ([09e4a81](https://github.com/wooorm/mdast/commit/09e4a81))
178* Fix hard-break support ([2196cef](https://github.com/wooorm/mdast/commit/2196cef))
179* Refactor CLI test ([311dd36](https://github.com/wooorm/mdast/commit/311dd36))
180* Add support for unprefixed npm plugins to `--use` ([a2a031b](https://github.com/wooorm/mdast/commit/a2a031b))
181* Add mdast-yaml-config as a dev-dependency ([f1415d6](https://github.com/wooorm/mdast/commit/f1415d6))
182* Add `--no-color` argument to CLI ([263bc96](https://github.com/wooorm/mdast/commit/263bc96))
183* Add mdastconfig(7) man page ([78b311a](https://github.com/wooorm/mdast/commit/78b311a))
184
1850.15.1 / 2015-03-27
186===================
187
188* Fix runtime `setOptions` ([481e096](https://github.com/wooorm/mdast/commit/481e096))
189
1900.15.0 / 2015-03-27
191===================
192
193* Add support for setting `parse`, `stringify` options during runtime ([999f3f4](https://github.com/wooorm/mdast/commit/999f3f4))
194
1950.14.0 / 2015-03-26
196===================
197
198* Update `.travis.yml` ([85072a1](https://github.com/wooorm/mdast/commit/85072a1))
199* Fix more links in docs ([d83d44c](https://github.com/wooorm/mdast/commit/d83d44c))
200* Fix absolute links in `doc/Plugins.md` ([17803b8](https://github.com/wooorm/mdast/commit/17803b8))
201* Fix links in `Readme.md`, `doc/Plugins.md` ([a2c483f](https://github.com/wooorm/mdast/commit/a2c483f))
202* Move plugin documention to `doc/Plugins.md` ([aaec197](https://github.com/wooorm/mdast/commit/aaec197))
203* Fix `script/build-options.js` for plugin mechanism changes ([22c5caa](https://github.com/wooorm/mdast/commit/22c5caa))
204* Add, or better, re-add, plug-ins after update ([56a293d](https://github.com/wooorm/mdast/commit/56a293d))
205* Update generated lib for [ed4a4c0](https://github.com/wooorm/mdast/commit/ed4a4c0) ([36c4c70](https://github.com/wooorm/mdast/commit/36c4c70))
206* Update eslint ([eaa6900](https://github.com/wooorm/mdast/commit/eaa6900))
207* 0.14.0-rc.1 ([e329eea](https://github.com/wooorm/mdast/commit/e329eea))
208* Refactor plugin mechanism ([7dc23a6](https://github.com/wooorm/mdast/commit/7dc23a6))
209* Remove plugins from `.mdastrc` for the time being ([204e32a](https://github.com/wooorm/mdast/commit/204e32a))
210
2110.14.0-rc.1 / 2015-03-24
212========================
213
214* Refactor plugin mechanism ([7dc23a6](https://github.com/wooorm/mdast/commit/7dc23a6))
215* Remove plugins from `.mdastrc` for the time being ([204e32a](https://github.com/wooorm/mdast/commit/204e32a))
216* Add support for `--quiet` flag in CLI ([64f9ed1](https://github.com/wooorm/mdast/commit/64f9ed1))
217* Add support for `--ext` flag in CLI ([fa0c1d7](https://github.com/wooorm/mdast/commit/fa0c1d7))
218
2190.13.0 / 2015-03-22
220===================
221
222* Add multi-file and directory to CLI ([675c761](https://github.com/wooorm/mdast/commit/675c761))
223* Refactor lib ([ed4a4c0](https://github.com/wooorm/mdast/commit/ed4a4c0))
224* Add support for `--no-rc` to CLI ([69a89e4](https://github.com/wooorm/mdast/commit/69a89e4))
225* Refactor CLI ([7ef836e](https://github.com/wooorm/mdast/commit/7ef836e))
226* Add support for `--` argument to CLI ([d7e7c05](https://github.com/wooorm/mdast/commit/d7e7c05))
227* Fix bug in node@0.10 re invalid error exit code ([8640af1](https://github.com/wooorm/mdast/commit/8640af1))
228* Fix `prepublish` by using local CLI ([21b768b](https://github.com/wooorm/mdast/commit/21b768b))
229* Add support for configuration files to CLI ([3cfca6a](https://github.com/wooorm/mdast/commit/3cfca6a))
230* Update build ([ed6654f](https://github.com/wooorm/mdast/commit/ed6654f))
231* Fix support for boolean attributes in CLI ([d1c86e0](https://github.com/wooorm/mdast/commit/d1c86e0))
232* Add support for global plugins ([ae922e7](https://github.com/wooorm/mdast/commit/ae922e7))
233* Add sceipt to regenerate fixtures ([5b7ae76](https://github.com/wooorm/mdast/commit/5b7ae76))
234* Fix miscellaneous link definition bugs ([e84a054](https://github.com/wooorm/mdast/commit/e84a054))
235* Refactor list support ([b4d2b47](https://github.com/wooorm/mdast/commit/b4d2b47))
236* Update core contributor ([7859f1a](https://github.com/wooorm/mdast/commit/7859f1a))
237* Add mdast-github as a dev-dependency ([20cb450](https://github.com/wooorm/mdast/commit/20cb450))
238
2390.12.0 / 2015-03-16
240===================
241
242* Add support for multiple key-value delimiters in settings ([9ff5faa](https://github.com/wooorm/mdast/commit/9ff5faa))
243* Add stack-trace to CLI errors ([9c52063](https://github.com/wooorm/mdast/commit/9c52063))
244* Update travis to use faster containers ([762ad4d](https://github.com/wooorm/mdast/commit/762ad4d))
245* Fix CLI test for file move ([60d1a2c](https://github.com/wooorm/mdast/commit/60d1a2c))
246* Update plug-in support ([e5cb258](https://github.com/wooorm/mdast/commit/e5cb258))
247* Refactor `doc/Options.md` ([24e713f](https://github.com/wooorm/mdast/commit/24e713f))
248* Update docs for `commonmark: true` mode ([9f3a2e6](https://github.com/wooorm/mdast/commit/9f3a2e6))
249* Update docs for `breaks: true` mode ([caf6256](https://github.com/wooorm/mdast/commit/caf6256))
250* Fix missing semi-colons in `doc/Nodes.md` ([55befb8](https://github.com/wooorm/mdast/commit/55befb8))
251* Add table of contents to `doc/Nodes.md`, `doc/Options.md` ([00aef4b](https://github.com/wooorm/mdast/commit/00aef4b))
252* Remove seperate support for `tables: true` mode ([052d00c](https://github.com/wooorm/mdast/commit/052d00c))
253* Add table of contents to `Readme.md` ([f42aa29](https://github.com/wooorm/mdast/commit/f42aa29))
254
2550.11.0 / 2015-03-12
256===================
257
258* Add support for GFMs task lists ([ec9c2cb](https://github.com/wooorm/mdast/commit/ec9c2db), closes [#16](https://github.com/wooorm/mdast/pull/16))
259
2600.10.0 / 2015-03-11
261===================
262
263* Add `test-api-extensive` target ([5c87d0d](https://github.com/wooorm/mdast/commit/5c87d0d))
264* Fix list-item stringification ([57741a7](https://github.com/wooorm/mdast/commit/57741a7))
265* Add `lib/defaults.js` ([47c1dd2](https://github.com/wooorm/mdast/commit/47c1dd2))
266* Add `camelcase` as a dependency for CLI ([2c0cdab](https://github.com/wooorm/mdast/commit/2c0cdab))
267* Update docs with signatures, more info, and style ([cbc41db](https://github.com/wooorm/mdast/commit/cbc41db))
268* Refactor `test/index.js` ([29da868](https://github.com/wooorm/mdast/commit/29da868))
269* Fix `test-api` script ([7f455d7](https://github.com/wooorm/mdast/commit/7f455d7))
270* Update eslint ([4ab1b29](https://github.com/wooorm/mdast/commit/4ab1b29))
271* Remove mdast dependency ([4de3846](https://github.com/wooorm/mdast/commit/4de3846))
272* Refactor wording in `Readme.md` ([6e9f218](https://github.com/wooorm/mdast/commit/6e9f218))
273* Update benchmark and benchmark results ([850c534](https://github.com/wooorm/mdast/commit/850c534))
274
2750.9.0 / 2015-03-07
276==================
277
278* Update mdast dependency ([6b1bd06](https://github.com/wooorm/mdast/commit/6b1bd06))
279* Update eslint ([bd30d2e](https://github.com/wooorm/mdast/commit/bd30d2e))
280* Update chalk ([aea84ed](https://github.com/wooorm/mdast/commit/aea84ed))
281* Update browser build ([7a8485e](https://github.com/wooorm/mdast/commit/7a8485e))
282* Fix link parsing/stringification support ([05d25f0](https://github.com/wooorm/mdast/commit/05d25f0))
283* Refactor escape, entity, inline code support ([e15f43c](https://github.com/wooorm/mdast/commit/e15f43c))
284* Fix blockquote, paragraph support ([089ca44](https://github.com/wooorm/mdast/commit/089ca44))
285
2860.8.0 / 2015-02-27
287==================
288
289* Fix reference link support ([3a7e5c6](https://github.com/wooorm/mdast/commit/3a7e5c6))
290
2910.7.0 / 2015-02-25
292==================
293
294* Fix fenced code block support ([66a763a](https://github.com/wooorm/mdast/commit/66a763a))
295* Add support for blank lines ([ad61b1e](https://github.com/wooorm/mdast/commit/ad61b1e))
296* Fix Setext heading support ([27c4a3b](https://github.com/wooorm/mdast/commit/27c4a3b))
297* Fix ATX heading support ([0568582](https://github.com/wooorm/mdast/commit/0568582))
298
2990.6.0 / 2015-02-23
300==================
301
302* Refactor code style in `lib/expressions.js` ([1d84c60](https://github.com/wooorm/mdast/commit/1d84c60))
303* Add CommonMark paragraph parsing ([2dda62f](https://github.com/wooorm/mdast/commit/2dda62f))
304* Add iojs, node 0.12 to travis ([465d2fc](https://github.com/wooorm/mdast/commit/465d2fc))
305* Update browserify ([965592d](https://github.com/wooorm/mdast/commit/965592d))
306
3070.5.3 / 2015-02-20
308==================
309
310* Add `AUTHORS` ([bd40fcf](https://github.com/wooorm/mdast/commit/bd40fcf))
311* Fix default value for `fence` in `Readme.md` ([1545df1](https://github.com/wooorm/mdast/commit/1545df1))
312* Add more verbose project description ([30b7490](https://github.com/wooorm/mdast/commit/30b7490))
313* Remove double space in example ([fce6485](https://github.com/wooorm/mdast/commit/fce6485))
314* Refactor `History.md` ([b3b86ee](https://github.com/wooorm/mdast/commit/b3b86ee))
315* Fix bug with tabs following code block fences ([dfc3432](https://github.com/wooorm/mdast/commit/dfc3432))
316* Update mdast dependency ([e6d9d9d](https://github.com/wooorm/mdast/commit/e6d9d9d))
317
3180.5.2 / 2015-02-19
319==================
320
321* Refactor to improve performance on repeated character ([196ef1d](https://github.com/wooorm/mdast/commit/196ef1d))
322
3230.5.1 / 2015-02-19
324==================
325
326* Remove ATX headers when not followed by white space ([1baa543](https://github.com/wooorm/mdast/commit/1baa543))
327* Fix miscellaneous emphasis issues ([3666c78](https://github.com/wooorm/mdast/commit/3666c78))
328* Fix empty list-item from throwing ([d7793ac](https://github.com/wooorm/mdast/commit/d7793ac))
329* Fix miscellaneous horizontal rule issues ([0a6a783](https://github.com/wooorm/mdast/commit/0a6a783))
330
3310.5.0 / 2015-02-17
332==================
333
334* Add tab support ([a051f84](https://github.com/wooorm/mdast/commit/a051f84))
335
3360.4.1 / 2015-02-15
337==================
338
339* Update mdast dependency ([c5c3c37](https://github.com/wooorm/mdast/commit/c5c3c37))
340* Add mdast as third argument to plug-ins ([00a9b9f](https://github.com/wooorm/mdast/commit/00a9b9f))
341
3420.4.0 / 2015-02-15
343==================
344
345* Refactor module to use more constants instead of literal strings ([1163134](https://github.com/wooorm/mdast/commit/1163134))
346* Remove ensured new line at end of file ([f4f0cc9](https://github.com/wooorm/mdast/commit/f4f0cc9))
347* Refactor istanbul ignore, error message ([4c4e172](https://github.com/wooorm/mdast/commit/4c4e172))
348* Remove support for `referenceFootnotes: false` ([ed8416e](https://github.com/wooorm/mdast/commit/ed8416e))
349* Add `lib/expressions.js` with precompiled expressions ([d8fe197](https://github.com/wooorm/mdast/commit/d8fe197))
350* Refactor module ([7c45751](https://github.com/wooorm/mdast/commit/7c45751))
351* Add support for escaped pipes in table cells ([b7a3f69](https://github.com/wooorm/mdast/commit/b7a3f69))
352* Fix bug in node@0.10 re invalid error exit code ([c557bc6](https://github.com/wooorm/mdast/commit/c557bc6))
353
3540.3.0 / 2015-02-08
355==================
356
357* Add man docs for mdast(1) ([f44182a](https://github.com/wooorm/mdast/commit/f44182a))
358* Refactor cli to use commander ([1a108e2](https://github.com/wooorm/mdast/commit/1a108e2))
359* Refactor to simplify options validation ([da6ae75](https://github.com/wooorm/mdast/commit/da6ae75))
360* Add support for YAML front matter ([a09fbe8](https://github.com/wooorm/mdast/commit/a09fbe8))
361* Update mdast, eslint as dev-dependencies ([d14f27e](https://github.com/wooorm/mdast/commit/d14f27e))
362* Replace file name underscores with dashes in `test/` ([efde50f](https://github.com/wooorm/mdast/commit/efde50f))
363* Fix option casing in `cli.js` ([b244333](https://github.com/wooorm/mdast/commit/b244333))
364* Merge branch 'feature/stringification/prefer-spaced-tables' ([3baffd4](https://github.com/wooorm/mdast/commit/3baffd4))
365* Add docs for `options.spacedTable` ([ce680c0](https://github.com/wooorm/mdast/commit/ce680c0))
366* Add support for `spacedTable` ([a726982](https://github.com/wooorm/mdast/commit/a726982))
367* Add tests for incorrect `spacedTable` option ([39bd79a](https://github.com/wooorm/mdast/commit/39bd79a))
368* Add fixtures for spaced table style ([67a4488](https://github.com/wooorm/mdast/commit/67a4488))
369* Merge branch 'feature/stringification/prefer-loose-tables' ([a12ab6c](https://github.com/wooorm/mdast/commit/a12ab6c))
370* Add docs for `options.looseTable` ([1d9dc58](https://github.com/wooorm/mdast/commit/1d9dc58))
371* Add support for `looseTable` ([bd9d35c](https://github.com/wooorm/mdast/commit/bd9d35c))
372* Add tests for incorrect `looseTable` option ([ad72c72](https://github.com/wooorm/mdast/commit/ad72c72))
373* Add fixtures for loose table style ([ee925bc](https://github.com/wooorm/mdast/commit/ee925bc))
374* Add auto inferring of input file if an output file is provided ([3b3b799](https://github.com/wooorm/mdast/commit/3b3b799))
375* Add `fence` parse option to `Readme.md` ([0c41167](https://github.com/wooorm/mdast/commit/0c41167))
376* Add `example.js` to `.npmignore`, `bower.json` ignore ([3f565e4](https://github.com/wooorm/mdast/commit/3f565e4))
377
3780.2.0 / 2015-02-02
379==================
380
381* Fix `mdast.js` ([94aaf42](https://github.com/wooorm/mdast/commit/94aaf42))
382* Merge branch 'feature/add-line-and-column-position' ([cafbe3d](https://github.com/wooorm/mdast/commit/cafbe3d))
383* Add `position` objects to nodes ([83c10ae](https://github.com/wooorm/mdast/commit/83c10ae))
384* Add `trimRightLines` function to `lib/utilities.js` ([8699992](https://github.com/wooorm/mdast/commit/8699992))
385* Add `build-usage` task to render `example.js` to `Readme.md` ([9018c02](https://github.com/wooorm/mdast/commit/9018c02))
386* Add `example.js` to lint tasks ([2996cee](https://github.com/wooorm/mdast/commit/2996cee))
387* Add `example.js` ([a9630a1](https://github.com/wooorm/mdast/commit/a9630a1))
388* Remove `requireMultipleVarDecl` rule from `.jscs.json` ([0c3be65](https://github.com/wooorm/mdast/commit/0c3be65))
389* Add `mdast`, `mdast-usage` as dev-dependencies ([0447038](https://github.com/wooorm/mdast/commit/0447038))
390* Fix markdown formatting in `History.md` by using `mdast` ([d56e481](https://github.com/wooorm/mdast/commit/d56e481))
391* Fix markdown formatting in `Readme.md` by using `mdast` ([e56f8ef](https://github.com/wooorm/mdast/commit/e56f8ef))
392* Fix build ([7bc61e3](https://github.com/wooorm/mdast/commit/7bc61e3))
393
3940.1.12 / 2015-01-26
395===================
396
397* Add test for throwing on errors in plug-ins ([160c8d1](https://github.com/wooorm/mdast/commit/160c8d1))
398* Add throwing on errors in plug-ins ([b8fb34f](https://github.com/wooorm/mdast/commit/b8fb34f))
399* Update eslint ([45d874e](https://github.com/wooorm/mdast/commit/45d874e))
400
4010.1.11 / 2015-01-25
402===================
403
404* Remove `backpedal` from `tokenizeBlock` in `lib/parse.js` ([04a7327](https://github.com/wooorm/mdast/commit/04a7327))
405* Merge branch 'feature/simplify-escapes' ([9202130](https://github.com/wooorm/mdast/commit/9202130))
406* Add support for `escape` node ([28f449d](https://github.com/wooorm/mdast/commit/28f449d))
407* Fix fixtures for new escape node ([fb4c1ef](https://github.com/wooorm/mdast/commit/fb4c1ef))
408* Add new `escape` node to `doc/Nodes.md` ([afc1fce](https://github.com/wooorm/mdast/commit/afc1fce))
409* Add test support for new `escape` node ([31bdc03](https://github.com/wooorm/mdast/commit/31bdc03))
410* Add docs for `--output`, `-o` CLI flags to `Readme.md` ([86bccfd](https://github.com/wooorm/mdast/commit/86bccfd))
411* Add `--output`, `-o` CLI flags ([c21a99d](https://github.com/wooorm/mdast/commit/c21a99d))
412* Add tests for `--output` CLI flag ([8f1f3b1](https://github.com/wooorm/mdast/commit/8f1f3b1))
413* Add docs for `mdast.use()` to `Readme.md` ([683adf6](https://github.com/wooorm/mdast/commit/683adf6))
414* Add `build.js` to `.gitignore`, `.npmignore`, `bower.json` ignore ([6ee164d](https://github.com/wooorm/mdast/commit/6ee164d))
415
4160.1.10 / 2015-01-24
417===================
418
419* Update build ([22794c2](https://github.com/wooorm/mdast/commit/22794c2))
420* Merge branch 'bug/fix-linked-image' ([146c5d0](https://github.com/wooorm/mdast/commit/146c5d0))
421* Add fixtures for links, images in links ([cbc572e](https://github.com/wooorm/mdast/commit/cbc572e))
422* Add check to inline tokenizer if a match is eaten ([95a3831](https://github.com/wooorm/mdast/commit/95a3831))
423* Add link check to nested image/links ([19dd972](https://github.com/wooorm/mdast/commit/19dd972))
424* Fix typo in `Readme.md` ([eb7df0b](https://github.com/wooorm/mdast/commit/eb7df0b))
425
4260.1.9 / 2015-01-24
427==================
428
429* Add UMD as an installation method in `Readme.md` ([5aec802](https://github.com/wooorm/mdast/commit/5aec802))
430* Add `index.js`, `lib/` to bower ignore ([82c15ee](https://github.com/wooorm/mdast/commit/82c15ee))
431* Remove bower dependencies due to UMD build ([d2042cf](https://github.com/wooorm/mdast/commit/d2042cf))
432* Add `mdast.js` to bowers `main` instead of `index.js` ([23f2cf4](https://github.com/wooorm/mdast/commit/23f2cf4))
433* Add `mdast.js`, `mdast.min.js` ([47dc79a](https://github.com/wooorm/mdast/commit/47dc79a))
434* Add `mdast.js`, `mdast.min.js` to `.npmignore` ([702a196](https://github.com/wooorm/mdast/commit/702a196))
435* Add `postbuild-bundle` npm script target to compress module ([5036ee5](https://github.com/wooorm/mdast/commit/5036ee5))
436* Add `bundle` npm script target to browserify module ([cf7fb28](https://github.com/wooorm/mdast/commit/cf7fb28))
437* Add esmangle as a dev-dependency ([8d522f8](https://github.com/wooorm/mdast/commit/8d522f8))
438* Add browserify as a dev-dependency ([17f33b2](https://github.com/wooorm/mdast/commit/17f33b2))
439* Fix bug in node@0.10 re require error exit code ([da7590c](https://github.com/wooorm/mdast/commit/da7590c))
440
4410.1.8 / 2015-01-21
442==================
443
444* Add missing `lib/utilities.js` to `component.json` ([b6d3ff7](https://github.com/wooorm/mdast/commit/b6d3ff7))
445* Merge branch 'feature/add-plugin-support' ([e4dc8c3](https://github.com/wooorm/mdast/commit/e4dc8c3))
446* Add assertions for plugins to `test/cli.sh` ([e3486d5](https://github.com/wooorm/mdast/commit/e3486d5))
447* Add failure on invalid plugin to cli ([e15aa0a](https://github.com/wooorm/mdast/commit/e15aa0a))
448* Add assertions for plugins to `test/index.js` ([200872c](https://github.com/wooorm/mdast/commit/200872c))
449* Rename `ware` internally from `parser` to `ware` ([1e9c43f](https://github.com/wooorm/mdast/commit/1e9c43f))
450* Add cli plugin usage to `Readme.md` ([8f3c0ce](https://github.com/wooorm/mdast/commit/8f3c0ce))
451* Add plugin support to cli ([6532998](https://github.com/wooorm/mdast/commit/6532998))
452* Fix plugin implementation ([729796e](https://github.com/wooorm/mdast/commit/729796e))
453* Add example plugin to `test/plugin.js` ([224f59f](https://github.com/wooorm/mdast/commit/224f59f))
454* Add initial draft of plugin implementation ([5b38ca2](https://github.com/wooorm/mdast/commit/5b38ca2))
455* Add ware as a dependency ([5fd5a2b](https://github.com/wooorm/mdast/commit/5fd5a2b))
456
4570.1.7 / 2015-01-20
458==================
459
460* Update copyright notice in `LICENSE` to include 2015 ([a85ad95](https://github.com/wooorm/mdast/commit/a85ad95))
461* Refactor license in `Readme.md` ([bd94033](https://github.com/wooorm/mdast/commit/bd94033))
462* Add link to whole license in `Readme.md` ([1667d67](https://github.com/wooorm/mdast/commit/1667d67))
463* Refactor fences code blocks in `Readme.md` ([4d20047](https://github.com/wooorm/mdast/commit/4d20047))
464* Update npm script targets in `package.json` ([84d33fb](https://github.com/wooorm/mdast/commit/84d33fb))
465* Update eslint ([05ec0e0](https://github.com/wooorm/mdast/commit/05ec0e0))
466* Fix incorrect links in documentation ([668df9e](https://github.com/wooorm/mdast/commit/668df9e))
467* Update `doc/Options.md` with footnote definitions ([da48b7e](https://github.com/wooorm/mdast/commit/da48b7e))
468* Merge branch 'feature/footnote-definition-node' ([9646dc5](https://github.com/wooorm/mdast/commit/9646dc5))
469* Update `lib/stringify.js` to compile footnote definitions ([a14614a](https://github.com/wooorm/mdast/commit/a14614a))
470* Update `lib/parse.js` to expose footnote definitions ([d8aac89](https://github.com/wooorm/mdast/commit/d8aac89))
471* Update `test/index.js` to validate footnote definition ([66392a0](https://github.com/wooorm/mdast/commit/66392a0))
472* Update fixtures for footnote definition ([157f782](https://github.com/wooorm/mdast/commit/157f782))
473* Add docs for footnote definition to `doc/Nodes.md` ([c0b2866](https://github.com/wooorm/mdast/commit/c0b2866))
474* Merge branch 'feature/empty-fenced-code-blocks' ([67e1b49](https://github.com/wooorm/mdast/commit/67e1b49))
475* Add stringification as fenced code blocks when missing value and language ([1afc355](https://github.com/wooorm/mdast/commit/1afc355))
476* Add support for missing `value` in `renderCodeBlock` ([a333b09](https://github.com/wooorm/mdast/commit/a333b09))
477* Fix expression for empty fenced code blocks ([9010b89](https://github.com/wooorm/mdast/commit/9010b89))
478* Add fixtures for empty fences code blocks ([add4e84](https://github.com/wooorm/mdast/commit/add4e84))
479* Add `options.closeAtx` to `Readme.md` ([ad3398e](https://github.com/wooorm/mdast/commit/ad3398e))
480* Merge branch 'feature/stringification/escape-less-dashes' ([6106814](https://github.com/wooorm/mdast/commit/6106814))
481* Remove extraneous escapes on invalid list bullets ([d1f78ee](https://github.com/wooorm/mdast/commit/d1f78ee))
482* Merge branch 'feature/stringification/prefer-closed-atx' ([f0d22d6](https://github.com/wooorm/mdast/commit/f0d22d6))
483* Add docs for `options.closeAtx` ([e6859cb](https://github.com/wooorm/mdast/commit/e6859cb))
484* Add support for `closeAtx` ([8f3fd26](https://github.com/wooorm/mdast/commit/8f3fd26))
485* Add tests for incorrect `closeAtx` options ([92e7d34](https://github.com/wooorm/mdast/commit/92e7d34))
486* Add fixtures for closed ATX styles ([50ed9d6](https://github.com/wooorm/mdast/commit/50ed9d6))
487
4880.1.6 / 2015-01-13
489==================
490
491* Add missing jsdoc comments to `test/index.js` ([a748d14](https://github.com/wooorm/mdast/commit/a748d14))
492* Add custom compiler to `mdast.stringify()` ([85e22a5](https://github.com/wooorm/mdast/commit/85e22a5))
493* Add custom parser to `mdast.parse()` ([c5c6289](https://github.com/wooorm/mdast/commit/c5c6289))
494* Add test for custom compiler to `mdast.stringify()` ([be21cc3](https://github.com/wooorm/mdast/commit/be21cc3))
495* Add test for custom parser to `mdast.parse()` ([38f1f3e](https://github.com/wooorm/mdast/commit/38f1f3e))
496* Add exposure of `Compiler` on `mdast.stringify` ([9ef9390](https://github.com/wooorm/mdast/commit/9ef9390))
497* Add exposure of `Parser` on `mdast.parse` ([f0af4ae](https://github.com/wooorm/mdast/commit/f0af4ae))
498* Merge branch 'feature/add-line-and-column-position' ([556b9d2](https://github.com/wooorm/mdast/commit/556b9d2))
499* Add duo to install methods ([b813f24](https://github.com/wooorm/mdast/commit/b813f24))
500* Add links to install methods to `Readme.md` ([5da914a](https://github.com/wooorm/mdast/commit/5da914a))
501* Add standardised state methods ([8d4db87](https://github.com/wooorm/mdast/commit/8d4db87))
502* Remove description of `gfm` parse option being better at paragraphs ([d40ad60](https://github.com/wooorm/mdast/commit/d40ad60))
503* Add better description to `pedantic` parse option ([8436c3d](https://github.com/wooorm/mdast/commit/8436c3d))
504* Refactor `lib/parse.js` ([9cfe84b](https://github.com/wooorm/mdast/commit/9cfe84b))
505* Refactor `lib/parse.js` to merge `BlockLexer`, `InlineLexer`, `Parser` ([d796675](https://github.com/wooorm/mdast/commit/d796675))
506* Refactor to prepare `Parser` to tokenise with less context ([f4e581e](https://github.com/wooorm/mdast/commit/f4e581e))
507* Refactor to prepare `BlockLexer` to tokenise with less context ([5eb610b](https://github.com/wooorm/mdast/commit/5eb610b))
508* Refactor to construct `InlineLexer` when constructing `Parser` ([c5064cc](https://github.com/wooorm/mdast/commit/c5064cc))
509* Add shared lexer info to new `shared` object in `lib/parse.js` ([8546d30](https://github.com/wooorm/mdast/commit/8546d30))
510* Remove `footnote` property on `root` when `footnotes: false` ([bee0d12](https://github.com/wooorm/mdast/commit/bee0d12))
511* Rename `Lexer` to `BlockLexer` in `lib/parse.js` ([8cf2a7d](https://github.com/wooorm/mdast/commit/8cf2a7d))
512* Remove `Parser.parse` method in `lib/parse.js` ([4e18216](https://github.com/wooorm/mdast/commit/4e18216))
513* Remove `top` parameter for block-level tokenizers ([7cffcda](https://github.com/wooorm/mdast/commit/7cffcda))
514* Add `trimLeft` and `trimRight` to `lib/utilities` ([6d72af3](https://github.com/wooorm/mdast/commit/6d72af3))
515* Refactor `InlineLexer` in `lib/parse.js` ([c9082f1](https://github.com/wooorm/mdast/commit/c9082f1))
516* Refactor Lexer in `lib/parse.js` ([9c10dbc](https://github.com/wooorm/mdast/commit/9c10dbc))
517* Remove `footnote-` prefix from generated footnote IDs ([3139523](https://github.com/wooorm/mdast/commit/3139523))
518* Merge branch 'master' into feature/add-line-and-column-position ([8aa8afc](https://github.com/wooorm/mdast/commit/8aa8afc))
519* Merge branch 'feature/stringification/preferred-code-fence-style' ([36c9885](https://github.com/wooorm/mdast/commit/36c9885))
520* Remove `markdown` language tag from code-fences to fix GitHub ([8a9e73d](https://github.com/wooorm/mdast/commit/8a9e73d))
521* Add example for `options.fence` ([8f00d1b](https://github.com/wooorm/mdast/commit/8f00d1b))
522* Add support for preferred code fence markers ([2090588](https://github.com/wooorm/mdast/commit/2090588))
523* Fix missing comma ([b7b25b3](https://github.com/wooorm/mdast/commit/b7b25b3))
524* Add fixture for code fence markers ([fd4ac34](https://github.com/wooorm/mdast/commit/fd4ac34))
525* Add test for incorrect code fence marker ([7c8d780](https://github.com/wooorm/mdast/commit/7c8d780))
526* Add better handling of incorrect parse options ([91c2a53](https://github.com/wooorm/mdast/commit/91c2a53))
527* Add copy to stringification settings in ([c9ad382](https://github.com/wooorm/mdast/commit/c9ad382))
528* Move `raise` method to `lib/utilities.js` ([65b7832](https://github.com/wooorm/mdast/commit/65b7832))
529* Refactor lots of regular expressions to be simpler
530* Add error when stringifying unknown nodes ([8114e8e](https://github.com/wooorm/mdast/commit/8114e8e))
531
5320.1.5 / 2015-01-01
533==================
534
535* Remove `cli.js` form `.npmignore` ([2660d85](https://github.com/wooorm/mdast/commit/2660d85))
536* Remove options description from `Readme.md` ([6b7ce6b](https://github.com/wooorm/mdast/commit/6b7ce6b))
537* Refactor API in `Readme.md` ([7592c62](https://github.com/wooorm/mdast/commit/7592c62))
538* Add build script to generate `Options.md` ([4ce3d44](https://github.com/wooorm/mdast/commit/4ce3d44))
539* Add `script/` and `doc/` to bower ignore, `.npmignore` ([0fd9da4](https://github.com/wooorm/mdast/commit/0fd9da4))
540* Add `doc/Options.md` ([8375837](https://github.com/wooorm/mdast/commit/8375837))
541* Add missing new-line character in `Readme.md` ([ce34a40](https://github.com/wooorm/mdast/commit/ce34a40))
542* Update CLI usage in `Readme.md` ([fdfbdeb](https://github.com/wooorm/mdast/commit/fdfbdeb))
543* Remove nodes containing information from `Readme.md` ([1234c23](https://github.com/wooorm/mdast/commit/1234c23))
544* Add `doc/Nodes.md` containing refactored AST information ([2240454](https://github.com/wooorm/mdast/commit/2240454))
545* Fix overflowing `logo.svg` ([8f5893a](https://github.com/wooorm/mdast/commit/8f5893a))
546
5470.1.4 / 2014-12-30
548==================
549
550* Update benchmark results in `Readme.md` ([852c1ef](https://github.com/wooorm/mdast/commit/852c1ef))
551* Update stringification options in `Readme.md` to reflect changes in [3f5d136](https://github.com/wooorm/mdast/commit/3f5d136) ([7049bb3](https://github.com/wooorm/mdast/commit/7049bb3))
552* Rename `horizontal-rule` stringification options to `rule` ([da1c223](https://github.com/wooorm/mdast/commit/da1c223))
553* Rename `setext-headings` stringification option to `setext` ([3f5d136](https://github.com/wooorm/mdast/commit/3f5d136))
554* Remove `prefer` before several stirngification options ([17b2668](https://github.com/wooorm/mdast/commit/17b2668))
555* Remove multiple new lines from CLI by using stdout instead of console ([c8a6a39](https://github.com/wooorm/mdast/commit/c8a6a39))
556* Remove multiple new lines after the stringified AST ([b1aaabd](https://github.com/wooorm/mdast/commit/b1aaabd))
557* Fix bug in CLI with exit code when provided with invalid file path ([bea737e](https://github.com/wooorm/mdast/commit/bea737e))
558* Add mention of same file input output to `cli.js` ([6b8aee0](https://github.com/wooorm/mdast/commit/6b8aee0))
559* Update code example in `Readme.md` to reflect changes in [a1a5a09](https://github.com/wooorm/mdast/commit/a1a5a09) ([b3ea773](https://github.com/wooorm/mdast/commit/b3ea773))
560* Fix bug in longest-repetition at end of input ([9da5536](https://github.com/wooorm/mdast/commit/9da5536))
561* Merge branch 'feature/add-cli' ([5aa392a](https://github.com/wooorm/mdast/commit/5aa392a))
562* Add CLI useage to `Readme.md` ([2a261b5](https://github.com/wooorm/mdast/commit/2a261b5))
563* Fix typo in CLIs options ([2201691](https://github.com/wooorm/mdast/commit/2201691))
564* Fix typo in package description ([de94a32](https://github.com/wooorm/mdast/commit/de94a32))
565* Add test for missing input to `test/cli.sh` ([8e88164](https://github.com/wooorm/mdast/commit/8e88164))
566* Remove commented tests in `test/cli.sh` ([e2579b6](https://github.com/wooorm/mdast/commit/e2579b6))
567* Fix comment in CLIs help ([a7ef1f3](https://github.com/wooorm/mdast/commit/a7ef1f3))
568* Add `test-cli` npm script target to `package.json` ([13807c4](https://github.com/wooorm/mdast/commit/13807c4))
569* Add `test/cli.sh` ([d55c001](https://github.com/wooorm/mdast/commit/d55c001))
570* Add `lint-cli` npm script target to `package.json` ([ec682f1](https://github.com/wooorm/mdast/commit/ec682f1))
571* Add CLI ([301d834](https://github.com/wooorm/mdast/commit/301d834))
572* Add `cli.js` ([d788807](https://github.com/wooorm/mdast/commit/d788807))
573* Add `cli`, `bin` to package keywords ([7dc0dbf](https://github.com/wooorm/mdast/commit/7dc0dbf))
574
5750.1.3 / 2014-12-28
576==================
577
578* Merge branch 'feature/stringification/preferred-code-block-style' ([cde17e9](https://github.com/wooorm/mdast/commit/cde17e9))
579* Add documentation for preferred code block-style ([3a0b498](https://github.com/wooorm/mdast/commit/3a0b498))
580* Add support for preferred code block-style ([2d9efe0](https://github.com/wooorm/mdast/commit/2d9efe0))
581* Add tests for incorrect code block-style options ([7ae7635](https://github.com/wooorm/mdast/commit/7ae7635))
582* Add fixtures preferred code block-style ([b7ad069](https://github.com/wooorm/mdast/commit/b7ad069))
583* Merge branch 'feature/stringification/preferred-footnote-style' ([337b7d0](https://github.com/wooorm/mdast/commit/337b7d0))
584* Add documentation for stringification with reference footnote options ([f30b5d9](https://github.com/wooorm/mdast/commit/f30b5d9))
585* Add support for stringification with reference footnote options ([0a56d54](https://github.com/wooorm/mdast/commit/0a56d54))
586* Move internal copy method over to `lib/utilities.js` ([2a2256c](https://github.com/wooorm/mdast/commit/2a2256c))
587* Add tests for incorrect reference footnote options ([feb3051](https://github.com/wooorm/mdast/commit/feb3051))
588* Add fixtures for stringification of inline- and reference-style footnotes ([320d027](https://github.com/wooorm/mdast/commit/320d027))
589* Merge branch 'bug/parse/formatting-in-nested-footnotes' ([373ff32](https://github.com/wooorm/mdast/commit/373ff32))
590* Fix a bug when nested footnotes contain formatting ([814ad3d](https://github.com/wooorm/mdast/commit/814ad3d))
591* Merge branch 'bug/parse/fix-generating-unique-footnote-ids' ([5067adf](https://github.com/wooorm/mdast/commit/5067adf))
592* Fix a bug when generating footnote ids ([2f33abe](https://github.com/wooorm/mdast/commit/2f33abe))
593* Merge branch 'feature/stringification/preferred-link-style' ([6d2214a](https://github.com/wooorm/mdast/commit/6d2214a))
594* Add documentation for stringification with reference link options ([d601f5c](https://github.com/wooorm/mdast/commit/d601f5c))
595* Add support for stringification with reference link options ([2d36069](https://github.com/wooorm/mdast/commit/2d36069))
596* Add tests for incorrect setext header options ([d06b77c](https://github.com/wooorm/mdast/commit/d06b77c))
597* Add tests for incorrect reference link options ([9b74973](https://github.com/wooorm/mdast/commit/9b74973))
598* Add fixtures for stringification of inline- and reference-style links ([e68ac89](https://github.com/wooorm/mdast/commit/e68ac89))
599* Merge branch 'feature/stringification/less-escaped-characters' ([c72bdd0](https://github.com/wooorm/mdast/commit/c72bdd0))
600* Remove escape from exclamation-marks ([1d09c86](https://github.com/wooorm/mdast/commit/1d09c86))
601* Remove escape from dots when not preceded by a digit ([e82f1b0](https://github.com/wooorm/mdast/commit/e82f1b0))
602* Remove superfluous escaped full-stops from fixtures ([a1a5a09](https://github.com/wooorm/mdast/commit/a1a5a09))
603* Update jscs-jsdoc ([bb01118](https://github.com/wooorm/mdast/commit/bb01118))
604
6050.1.2 / 2014-12-26
606==================
607
608* Merge branch 'feature/stringification/emphasis-and-strong' ([c6b5025](https://github.com/wooorm/mdast/commit/c6b5025))
609* Add support for stringification with emphasis options ([b7fd038](https://github.com/wooorm/mdast/commit/b7fd038))
610* Add support for stringification with emphasis options ([7dfd330](https://github.com/wooorm/mdast/commit/7dfd330))
611* Add tests for incorrect emphasis options ([8d0e3ab](https://github.com/wooorm/mdast/commit/8d0e3ab))
612* Add fixtures for setting strong and emphasis style ([ad0c6e2](https://github.com/wooorm/mdast/commit/ad0c6e2))
613* Refactor table-stringification ([9314048](https://github.com/wooorm/mdast/commit/9314048))
614* Merge branch 'feature/add-prefered-horizontal-rule-stringification' ([da69db1](https://github.com/wooorm/mdast/commit/da69db1))
615* Add docs for `options.horizontalRule` to `Readme.md` ([7f2fbf8](https://github.com/wooorm/mdast/commit/7f2fbf8))
616* Add support for stringification with horizontal-rule options ([dbbf839](https://github.com/wooorm/mdast/commit/dbbf839))
617* Add tests for incorrect horizontal-rule options ([439d050](https://github.com/wooorm/mdast/commit/439d050))
618* Add fixtures for setting horizontal-rule styles ([c57247b](https://github.com/wooorm/mdast/commit/c57247b))
619* Merge branch 'feature/add-prefered-bullet-stringification' ([6faf93a](https://github.com/wooorm/mdast/commit/6faf93a))
620* Add docs for `options.button` to `Readme.md` ([43846a5](https://github.com/wooorm/mdast/commit/43846a5))
621* Add test for stringification with invalid bullet option ([0045306](https://github.com/wooorm/mdast/commit/0045306))
622* Add support for stringification with bullet options for unordered lists ([bb6b4bd](https://github.com/wooorm/mdast/commit/bb6b4bd))
623* Add fixtures for setting bullets for unordered lists ([a3a8566](https://github.com/wooorm/mdast/commit/a3a8566))
624* Add support for testing fixtures with options ([2196690](https://github.com/wooorm/mdast/commit/2196690))
625
6260.1.1 / 2014-12-25
627==================
628
629* Fix incorrect IDL in `Readme.md` ([2cf8fd4](https://github.com/wooorm/mdast/commit/2cf8fd4))
630* Fix incorrect link in `Readme.md` ([8c052c0](https://github.com/wooorm/mdast/commit/8c052c0))
631* Add proper `parse`, `stringify` docs to `Readme.md` ([7c1a9a5](https://github.com/wooorm/mdast/commit/7c1a9a5))
632* Add useage example for setext-heading stringification to docs ([f10e0b9](https://github.com/wooorm/mdast/commit/f10e0b9))
633* Add support for stringification to setex-style headings ([eae5300](https://github.com/wooorm/mdast/commit/eae5300))
634* Add fixtures for setex style headings ([835b31b](https://github.com/wooorm/mdast/commit/835b31b))
635* Add support for testing stringified output ([365a4bc](https://github.com/wooorm/mdast/commit/365a4bc))
636* Add stringification of final new-line ([bfceec8](https://github.com/wooorm/mdast/commit/bfceec8))
637* Remove stringification of superfluous new-lines ([7267bbd](https://github.com/wooorm/mdast/commit/7267bbd))
638* Refactor `lib/parse.js` to cache expressions ([b986fe2](https://github.com/wooorm/mdast/commit/b986fe2))
639* Refactor `test/index.js` to use constants ([deb8328](https://github.com/wooorm/mdast/commit/deb8328))
640* Refactor `lib/stringify.js` to use constants ([2699e17](https://github.com/wooorm/mdast/commit/2699e17))
641* Refactor `lib/parse.js` to use constants ([ecb9248](https://github.com/wooorm/mdast/commit/ecb9248))
642* Refactor to adhere to strict jsdoc style ([8db0db8](https://github.com/wooorm/mdast/commit/8db0db8))
643* Add jscs-jsdoc configuration to `.jscs.json` ([7fc2a99](https://github.com/wooorm/mdast/commit/7fc2a99))
644* Add jscs-jsdoc as a dev-dependency ([cf51e63](https://github.com/wooorm/mdast/commit/cf51e63))
645* Refactor npm scripts for changes in npm ([d2da45d](https://github.com/wooorm/mdast/commit/d2da45d))
646* Update markdown-table ([d7c4332](https://github.com/wooorm/mdast/commit/d7c4332))
647
6480.1.0 / 2014-12-11
649==================
650
651* Refactor `benchmark.js` ([5e292b4](https://github.com/wooorm/mdast/commit/5e292b4))
652* Update keywords, description in `package.json`, `component.json`, `bower.json` ([0ddb468](https://github.com/wooorm/mdast/commit/0ddb468))
653* Refactor `Readme.md` ([c0a5e0f](https://github.com/wooorm/mdast/commit/c0a5e0f))
654* Add badges for travis, coveralls to `Readme.md` ([2ed78e4](https://github.com/wooorm/mdast/commit/2ed78e4))
655* Add `logo.svg` ([0ef2ddb](https://github.com/wooorm/mdast/commit/0ef2ddb))
656* Add missing `new` operator to `lib/stringify.js` ([d34d099](https://github.com/wooorm/mdast/commit/d34d099))
657* Fix malformed `bower.json` ([5f25ad6](https://github.com/wooorm/mdast/commit/5f25ad6))
658* Fix incorrect script reference in `component.json` ([b4e5995](https://github.com/wooorm/mdast/commit/b4e5995))
659* Add strict mode to `index.js` ([7df8c8a](https://github.com/wooorm/mdast/commit/7df8c8a))
660* Refactor `bower.json` ([2d71079](https://github.com/wooorm/mdast/commit/2d71079))
661* Move `lib/stringify/index.js` to `lib/stringify.js` ([a554432](https://github.com/wooorm/mdast/commit/a554432))
662* Move `lib/parse/index.js` to `lib/parse.js` ([54fc3ac](https://github.com/wooorm/mdast/commit/54fc3ac))
663* Add npm deployment to `.travis.yml` ([35d2315](https://github.com/wooorm/mdast/commit/35d2315))
664* Remove `before_install` script in `.travis.yml` ([8969054](https://github.com/wooorm/mdast/commit/8969054))
665* Remove `Makefile` ([79b6908](https://github.com/wooorm/mdast/commit/79b6908))
666* Refactor `.npmignore` ([b3d6606](https://github.com/wooorm/mdast/commit/b3d6606))
667* Refactor `.gitignore` ([c38fe50](https://github.com/wooorm/mdast/commit/c38fe50))
668* Add broader version ranges to `package.json` ([ebb59d6](https://github.com/wooorm/mdast/commit/ebb59d6))
669* Update eslint ([fa518e6](https://github.com/wooorm/mdast/commit/fa518e6))
670* Update matcha ([b4092a7](https://github.com/wooorm/mdast/commit/b4092a7))
671* Update mocha ([c551efa](https://github.com/wooorm/mdast/commit/c551efa))
672* Refactor npm scripts in `package.json` ([8e48c03](https://github.com/wooorm/mdast/commit/8e48c03))
673* Move `test/mdast.spec.js` to `test/index.js` ([5b1e18d](https://github.com/wooorm/mdast/commit/5b1e18d))
674* Move `spec/` to `test/` ([8e34272](https://github.com/wooorm/mdast/commit/8e34272))
675* Move `benchmark/index.js` to `benchmark.js` ([1bba064](https://github.com/wooorm/mdast/commit/1bba064))
676* Refactor to disallow spaces after object keys ([a29d222](https://github.com/wooorm/mdast/commit/a29d222))
677* Add `.eslintrc` ([18a0343](https://github.com/wooorm/mdast/commit/18a0343))
678* Fix spacing around inline-code containing backticks ([a5d617f](https://github.com/wooorm/mdast/commit/a5d617f))
679* Refactor to simplify `spec/mdast.spec.js` ([6cc8d23](https://github.com/wooorm/mdast/commit/6cc8d23))
680* Add benchmark for `mdast.stringify` ([8c911ef](https://github.com/wooorm/mdast/commit/8c911ef))
681* Merge branch 'bug/fix-links' ([8db4a26](https://github.com/wooorm/mdast/commit/8db4a26))
682* Remove failing fixtures ([a2c5ce5](https://github.com/wooorm/mdast/commit/a2c5ce5))
683
6840.1.0-rc.2 / 2014-12-10
685=======================
686
687* Add block-level nodes to every list-item ([ab376d7](https://github.com/wooorm/mdast/commit/ab376d7))
688
6890.1.0-rc.1 / 2014-12-07
690=======================
691
692* Add near-finished stringifier ([260ca45](https://github.com/wooorm/mdast/commit/260ca45))
693* Fix test for changes in inline-code/code ([9f9a0bd](https://github.com/wooorm/mdast/commit/9f9a0bd))
694* Fix loose list-items by adding paragraph-nodes where needed ([ff604ee](https://github.com/wooorm/mdast/commit/ff604ee))
695* Fix multiple direct sibling blockquotes from appearing ([2a9462d](https://github.com/wooorm/mdast/commit/2a9462d))
696* Fix `undefined` in strings when using line-breaks inside list-items ([add8de0](https://github.com/wooorm/mdast/commit/add8de0))
697* Add inline-code node for code-spans ([a4a9abb](https://github.com/wooorm/mdast/commit/a4a9abb))
698* Remove null-type for table alignment ([743ac9f](https://github.com/wooorm/mdast/commit/743ac9f))
699* Add better errors for fixtures in spec ([a01ad74](https://github.com/wooorm/mdast/commit/a01ad74))
700* Add white-space trimming to code-blocks ([258a5cc](https://github.com/wooorm/mdast/commit/258a5cc))
701* Refactor position of `title` attribute in parse-output ([9d2aa88](https://github.com/wooorm/mdast/commit/9d2aa88))
702* Add he to API to decode HTML entities in `text` ([f0a8843](https://github.com/wooorm/mdast/commit/f0a8843))
703* Fix style issues in API ([bb7ab06](https://github.com/wooorm/mdast/commit/bb7ab06))
704* Update copyright in Readme.md ([94d5279](https://github.com/wooorm/mdast/commit/94d5279))
705* Remove testling ([45a2457](https://github.com/wooorm/mdast/commit/45a2457))
706* Refactor property order in bower.json, package.json, component.json ([eda2b4e](https://github.com/wooorm/mdast/commit/eda2b4e))
707* Update .gitignore, .npmignore ([295a784](https://github.com/wooorm/mdast/commit/295a784))
708* Add he as a dependency ([fa1686b](https://github.com/wooorm/mdast/commit/fa1686b))
709* Update eslint, jscs, mocha ([ca17296](https://github.com/wooorm/mdast/commit/ca17296))
710* Fix incorrect repo url ([082c6d1](https://github.com/wooorm/mdast/commit/082c6d1))
711* Refactor table output ([d09da47](https://github.com/wooorm/mdast/commit/d09da47))
712* Add initial work for both parse and stringify functionality ([20dedde](https://github.com/wooorm/mdast/commit/20dedde))
713* Refactor inline lexer ([d32fce5](https://github.com/wooorm/mdast/commit/d32fce5))
714* Add missing continue statement ([ae506ec](https://github.com/wooorm/mdast/commit/ae506ec))
715* Remove extraneous rule in eslint target ([68e725f](https://github.com/wooorm/mdast/commit/68e725f))
716* Refactor outputting similar nodes ([1266d71](https://github.com/wooorm/mdast/commit/1266d71))
717* Remove conditional assignment ([b1cbadc](https://github.com/wooorm/mdast/commit/b1cbadc))
718* Add benchmark to docs ([5170d2f](https://github.com/wooorm/mdast/commit/5170d2f))
719* Add a faster option setting mechanism ([7012903](https://github.com/wooorm/mdast/commit/7012903))
720* Add a simpler regular expression builder ([74b17cf](https://github.com/wooorm/mdast/commit/74b17cf))
721* Remove unneeded noop ([59eb0c5](https://github.com/wooorm/mdast/commit/59eb0c5))
722
7230.0.3 / 2014-08-02
724==================
725
726* Add documentation for settings ([200c12d](https://github.com/wooorm/mdast/commit/200c12d))
727* Fix option mechanism so different settings can work together ([ccbd4d9](https://github.com/wooorm/mdast/commit/ccbd4d9))
728* Add functionality to merge HTML nodes ([a8de527](https://github.com/wooorm/mdast/commit/a8de527))
729* Fix mailto removal in implicit links ([56cf803](https://github.com/wooorm/mdast/commit/56cf803))
730* Add more verbose comments ([2bbcd9d](https://github.com/wooorm/mdast/commit/2bbcd9d))
731* Fix typo in docs ([4bcb0e6](https://github.com/wooorm/mdast/commit/4bcb0e6))
732
7330.0.2 / 2014-07-31
734==================
735
736* Add docs for nodes ([7ca9bf6](https://github.com/wooorm/mdast/commit/7ca9bf6))
737* Rename cells > rows for tables ([3b6ec59](https://github.com/wooorm/mdast/commit/3b6ec59))
738* Fix a typo where images had an "href" attribute instead of "src" ([6413123](https://github.com/wooorm/mdast/commit/6413123))
739* Fix a bug where an internal type ([looseItem](https://github.com/wooorm/mdast/commit/looseItem) was exposed ([bd528d3](https://github.com/wooorm/mdast/commit/bd528d3))
740* Fix documentation for [b7b5b44](https://github.com/wooorm/mdast/commit/b7b5b44) ([15d1e5c](https://github.com/wooorm/mdast/commit/15d1e5c))
741* Refactored API so results are wrapped in a root token, resulting in easier footnote finding ([b7b5b44](https://github.com/wooorm/mdast/commit/b7b5b44))
742* Fininshed renaming: marked > mdast ([cbadc46](https://github.com/wooorm/mdast/commit/cbadc46))
743* Added initial functionality for footnotes ([feb9f52](https://github.com/wooorm/mdast/commit/feb9f52))
744* Fix a bug where multiple text tokens were not merged ([bcbefb8](https://github.com/wooorm/mdast/commit/bcbefb8))
745* Refactor fixture-loading mechanism ([a305087](https://github.com/wooorm/mdast/commit/a305087))
746* Refactored readme ([2cef93f](https://github.com/wooorm/mdast/commit/2cef93f))
747* Renamed README > Readme ([38aa366](https://github.com/wooorm/mdast/commit/38aa366))
748* Removed build.js ([8cf2070](https://github.com/wooorm/mdast/commit/8cf2070))
749* Added changelog ([84b17b9](https://github.com/wooorm/mdast/commit/84b17b9))
750* Update travis ([f87d151](https://github.com/wooorm/mdast/commit/f87d151))
751* Refactor bower.json ([a018d93](https://github.com/wooorm/mdast/commit/a018d93))
752* Refactor component.json ([410868f](https://github.com/wooorm/mdast/commit/410868f))
753* Added testling ([05ef1f3](https://github.com/wooorm/mdast/commit/05ef1f3))
754* Update mocha ([551766e](https://github.com/wooorm/mdast/commit/551766e))
755* Refactored package.json ([a921818](https://github.com/wooorm/mdast/commit/a921818))
756* Removed robotskirt, showdown, markdown ([8f7a14b](https://github.com/wooorm/mdast/commit/8f7a14b))
757* Added benchmark ([efa5710](https://github.com/wooorm/mdast/commit/efa5710))
758* Fixed npm script targets; initial benchmark ([e470335](https://github.com/wooorm/mdast/commit/e470335))
759* Removed bin, doc, man ([91a161c](https://github.com/wooorm/mdast/commit/91a161c))
760* Renamed lib/mdast.js > index.js ([3b7c751](https://github.com/wooorm/mdast/commit/3b7c751))
761* Removed marked tests ([41c97d7](https://github.com/wooorm/mdast/commit/41c97d7))
762* Added more istanbul ignore comments for error reporting code ([e7ca49b](https://github.com/wooorm/mdast/commit/e7ca49b))
763* Added a unit test for images with empty alt attributes ([f6358a8](https://github.com/wooorm/mdast/commit/f6358a8))
764* Made token types and variables more verbose ([211695b](https://github.com/wooorm/mdast/commit/211695b))
765* Inlined peek in api ([9082a7a](https://github.com/wooorm/mdast/commit/9082a7a))
766* Added unit tests for automatic email detection ([652d059](https://github.com/wooorm/mdast/commit/652d059))
767* Added two istanbul ignore comments for error reporting code ([300c411](https://github.com/wooorm/mdast/commit/300c411))
768* Removed an extraneous debug message, removed a dead statement ([f0b54d5](https://github.com/wooorm/mdast/commit/f0b54d5))
769* Fixed an istanbul-ignore comment ([9839346](https://github.com/wooorm/mdast/commit/9839346))
770* Added unit tests for pedantic list items (stricter definition) ([1cd72d4](https://github.com/wooorm/mdast/commit/1cd72d4))
771* Added unit tests for pedantic code blocks (persistant trailing whitespace) ([4fa9d8a](https://github.com/wooorm/mdast/commit/4fa9d8a))
772* Added a unit test for images with a title ([d6c24cd](https://github.com/wooorm/mdast/commit/d6c24cd))
773* Removed two uncovered branches from spec ([ed66d62](https://github.com/wooorm/mdast/commit/ed66d62))
774* Added inline pedantic fixtures ([4e9362d](https://github.com/wooorm/mdast/commit/4e9362d))
775* Removed functionality to exposing inline lexer ([17cd6be](https://github.com/wooorm/mdast/commit/17cd6be))
776* removed smartLists options and moved it to pedantic; added fixtures ([866fd20](https://github.com/wooorm/mdast/commit/866fd20))
777* Added a tables:false fixture ([90ab051](https://github.com/wooorm/mdast/commit/90ab051))
778* Added functionality to use options through fixture filenames ([0343bcc](https://github.com/wooorm/mdast/commit/0343bcc))
779* Refactored merge; added istanbul ignore coverage comments ([1b7967e](https://github.com/wooorm/mdast/commit/1b7967e))
780* Add unit test linting; add coverage ([66dd3dc](https://github.com/wooorm/mdast/commit/66dd3dc))
781* Fixed style ([e3f2857](https://github.com/wooorm/mdast/commit/e3f2857))
782* Refactor; things are working ([ae5dc9e](https://github.com/wooorm/mdast/commit/ae5dc9e))
783* Major refactor, JSON is now given instead of HTML ([24f7d44](https://github.com/wooorm/mdast/commit/24f7d44))
784* Refactored .jscs.json to indent with 2 instead of four spaces ([409758d](https://github.com/wooorm/mdast/commit/409758d))
785* Add myself as a copyright holder to LICENSE ([237d979](https://github.com/wooorm/mdast/commit/237d979))
786* Refactor for mdast ([19585b8](https://github.com/wooorm/mdast/commit/19585b8))
787
788Forked from [marked](https://github.com/chjj/marked).