UNPKG

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