|
5 | 5 | 1.2.0 / 2015-11-02 |
6 | 6 | ================== |
7 | 7 |
|
8 | | -* Add support for compiling tight list-items ([777ce71](https://github.com/wooorm/mdast-toc/commit/777ce71)) |
| 8 | +* Add support for compiling tight list-items ([777ce71](https://github.com/wooorm/remark-toc/commit/777ce71)) |
9 | 9 |
|
10 | 10 | 1.1.0 / 2015-09-07 |
11 | 11 | ================== |
12 | 12 |
|
13 | | -* Update mdast-slug ([a3efb80](https://github.com/wooorm/mdast-toc/commit/a3efb80)) |
| 13 | +* Update mdast-slug ([a3efb80](https://github.com/wooorm/remark-toc/commit/a3efb80)) |
14 | 14 |
|
15 | 15 | 1.0.0 / 2015-08-20 |
16 | 16 | ================== |
17 | 17 |
|
18 | | -* Update dependencies, dev-dependencies ([88694d3](https://github.com/wooorm/mdast-toc/commit/88694d3)) |
| 18 | +* Update dependencies, dev-dependencies ([88694d3](https://github.com/wooorm/remark-toc/commit/88694d3)) |
19 | 19 |
|
20 | 20 | 0.5.1 / 2015-07-12 |
21 | 21 | ================== |
22 | 22 |
|
23 | | -* Remove travis deploy ([0a28af3](https://github.com/wooorm/mdast-toc/commit/0a28af3)) |
24 | | -* Update mdast, eslint ([4127163](https://github.com/wooorm/mdast-toc/commit/4127163)) |
25 | | -* Remove prepublish script ([f8ff46a](https://github.com/wooorm/mdast-toc/commit/f8ff46a)) |
26 | | -* Refactor to externalise slug, to-string functions ([9468c08](https://github.com/wooorm/mdast-toc/commit/9468c08)) |
| 23 | +* Remove travis deploy ([0a28af3](https://github.com/wooorm/remark-toc/commit/0a28af3)) |
| 24 | +* Update mdast, eslint ([4127163](https://github.com/wooorm/remark-toc/commit/4127163)) |
| 25 | +* Remove prepublish script ([f8ff46a](https://github.com/wooorm/remark-toc/commit/f8ff46a)) |
| 26 | +* Refactor to externalise slug, to-string functions ([9468c08](https://github.com/wooorm/remark-toc/commit/9468c08)) |
27 | 27 |
|
28 | 28 | 0.5.0 / 2015-06-21 |
29 | 29 | ================== |
30 | 30 |
|
31 | | -* Add `maxDepth` option to specify which levels are included ([24163f6](https://github.com/wooorm/mdast-toc/commit/24163f6)) |
32 | | -* Refactor tests to use mochas string diffing ([81a288a](https://github.com/wooorm/mdast-toc/commit/81a288a)) |
33 | | -* Add slugs to `attributes.id` on headings ([042a7fe](https://github.com/wooorm/mdast-toc/commit/042a7fe)) |
34 | | -* eslint, mdast, mdast-lint ([e411745](https://github.com/wooorm/mdast-toc/commit/e411745)) |
| 31 | +* Add `maxDepth` option to specify which levels are included ([24163f6](https://github.com/wooorm/remark-toc/commit/24163f6)) |
| 32 | +* Refactor tests to use mochas string diffing ([81a288a](https://github.com/wooorm/remark-toc/commit/81a288a)) |
| 33 | +* Add slugs to `attributes.id` on headings ([042a7fe](https://github.com/wooorm/remark-toc/commit/042a7fe)) |
| 34 | +* eslint, mdast, mdast-lint ([e411745](https://github.com/wooorm/remark-toc/commit/e411745)) |
35 | 35 |
|
36 | 36 | 0.4.2 / 2015-06-14 |
37 | 37 | ================== |
38 | 38 |
|
39 | | -* Remove `.npmignore` in favour of `files` in `package.json` ([a1f69d1](https://github.com/wooorm/mdast-toc/commit/a1f69d1)) |
40 | | -* Add mdast-lint as a dev-dependency ([4c5c70c](https://github.com/wooorm/mdast-toc/commit/4c5c70c)) |
41 | | -* Refactor lint targets ([741a942](https://github.com/wooorm/mdast-toc/commit/741a942)) |
42 | | -* Add `.editorconfig` ([b85a9e9](https://github.com/wooorm/mdast-toc/commit/b85a9e9)) |
43 | | -* Update mdast, mdast-usage, mdast-yaml-config ([9385f46](https://github.com/wooorm/mdast-toc/commit/9385f46)) |
44 | | -* Update eslint, rebuild with newer browserify ([3cdc9ee](https://github.com/wooorm/mdast-toc/commit/3cdc9ee)) |
| 39 | +* Remove `.npmignore` in favour of `files` in `package.json` ([a1f69d1](https://github.com/wooorm/remark-toc/commit/a1f69d1)) |
| 40 | +* Add mdast-lint as a dev-dependency ([4c5c70c](https://github.com/wooorm/remark-toc/commit/4c5c70c)) |
| 41 | +* Refactor lint targets ([741a942](https://github.com/wooorm/remark-toc/commit/741a942)) |
| 42 | +* Add `.editorconfig` ([b85a9e9](https://github.com/wooorm/remark-toc/commit/b85a9e9)) |
| 43 | +* Update mdast, mdast-usage, mdast-yaml-config ([9385f46](https://github.com/wooorm/remark-toc/commit/9385f46)) |
| 44 | +* Update eslint, rebuild with newer browserify ([3cdc9ee](https://github.com/wooorm/remark-toc/commit/3cdc9ee)) |
45 | 45 |
|
46 | 46 | 0.4.1 / 2015-06-03 |
47 | 47 | ================== |
48 | 48 |
|
49 | | -* Refactor `readme.md` style ([ecdd359](https://github.com/wooorm/mdast-toc/commit/ecdd359)) |
50 | | -* Rename `History.md`, `Readme.md` to lower-case ([c5d268e](https://github.com/wooorm/mdast-toc/commit/c5d268e)) |
51 | | -* Fix liter-dash support in GitHub support ([e77ecc7](https://github.com/wooorm/mdast-toc/commit/e77ecc7)) |
| 49 | +* Refactor `readme.md` style ([ecdd359](https://github.com/wooorm/remark-toc/commit/ecdd359)) |
| 50 | +* Rename `History.md`, `Readme.md` to lower-case ([c5d268e](https://github.com/wooorm/remark-toc/commit/c5d268e)) |
| 51 | +* Fix liter-dash support in GitHub support ([e77ecc7](https://github.com/wooorm/remark-toc/commit/e77ecc7)) |
52 | 52 |
|
53 | 53 | 0.4.0 / 2015-05-25 |
54 | 54 | ================== |
55 | 55 |
|
56 | | -* Fix style of generated TOCs ([d0eaf12](https://github.com/wooorm/mdast-toc/commit/d0eaf12)) |
57 | | -* Update slug ([e2a1a00](https://github.com/wooorm/mdast-toc/commit/e2a1a00)) |
58 | | -* Update mdast ([91c5475](https://github.com/wooorm/mdast-toc/commit/91c5475)) |
59 | | -* Update mdast-github ([d49a037](https://github.com/wooorm/mdast-toc/commit/d49a037)) |
60 | | -* Update jscs-jsdoc ([9bc6b8a](https://github.com/wooorm/mdast-toc/commit/9bc6b8a)) |
61 | | -* Update eslint ([67049ff](https://github.com/wooorm/mdast-toc/commit/67049ff)) |
62 | | -* Update browserify ([9a3d923](https://github.com/wooorm/mdast-toc/commit/9a3d923)) |
63 | | -* Fix lock for component ([9ac39bc](https://github.com/wooorm/mdast-toc/commit/9ac39bc)) |
| 56 | +* Fix style of generated TOCs ([d0eaf12](https://github.com/wooorm/remark-toc/commit/d0eaf12)) |
| 57 | +* Update slug ([e2a1a00](https://github.com/wooorm/remark-toc/commit/e2a1a00)) |
| 58 | +* Update mdast ([91c5475](https://github.com/wooorm/remark-toc/commit/91c5475)) |
| 59 | +* Update mdast-github ([d49a037](https://github.com/wooorm/remark-toc/commit/d49a037)) |
| 60 | +* Update jscs-jsdoc ([9bc6b8a](https://github.com/wooorm/remark-toc/commit/9bc6b8a)) |
| 61 | +* Update eslint ([67049ff](https://github.com/wooorm/remark-toc/commit/67049ff)) |
| 62 | +* Update browserify ([9a3d923](https://github.com/wooorm/remark-toc/commit/9a3d923)) |
| 63 | +* Fix lock for component ([9ac39bc](https://github.com/wooorm/remark-toc/commit/9ac39bc)) |
64 | 64 |
|
65 | 65 | 0.3.0 / 2015-04-11 |
66 | 66 | ================== |
67 | 67 |
|
68 | | -* Add mdast-github, mdst-yaml-config as dev-dependencies ([2adaf3a](https://github.com/wooorm/mdast-toc/commit/2adaf3a)) |
69 | | -* Add support for custom libraries, headings ([0409c42](https://github.com/wooorm/mdast-toc/commit/0409c42)) |
70 | | -* Update eslint ([fbf1829](https://github.com/wooorm/mdast-toc/commit/fbf1829)) |
71 | | -* Update mdast ([c9e114e](https://github.com/wooorm/mdast-toc/commit/c9e114e)) |
| 68 | +* Add mdast-github, mdst-yaml-config as dev-dependencies ([2adaf3a](https://github.com/wooorm/remark-toc/commit/2adaf3a)) |
| 69 | +* Add support for custom libraries, headings ([0409c42](https://github.com/wooorm/remark-toc/commit/0409c42)) |
| 70 | +* Update eslint ([fbf1829](https://github.com/wooorm/remark-toc/commit/fbf1829)) |
| 71 | +* Update mdast ([c9e114e](https://github.com/wooorm/remark-toc/commit/c9e114e)) |
72 | 72 |
|
73 | 73 | 0.2.0 / 2015-03-25 |
74 | 74 | ================== |
75 | 75 |
|
76 | | -* Update `travis.yml` ([a1362f3](https://github.com/wooorm/mdast-toc/commit/a1362f3)) |
77 | | -* Remove superfluous bower dependency ([1dadfae](https://github.com/wooorm/mdast-toc/commit/1dadfae)) |
78 | | -* Update for CLI updates in mdast ([2defcfa](https://github.com/wooorm/mdast-toc/commit/2defcfa)) |
79 | | -* Refactor plugin mechanism ([bd77ab7](https://github.com/wooorm/mdast-toc/commit/bd77ab7)) |
80 | | -* Remove CLI ([fab822a](https://github.com/wooorm/mdast-toc/commit/fab822a)) |
81 | | -* Update mdast-usage ([6d2cb48](https://github.com/wooorm/mdast-toc/commit/6d2cb48)) |
82 | | -* Update eslint ([44f1a3e](https://github.com/wooorm/mdast-toc/commit/44f1a3e)) |
83 | | -* Fix invalid links in `History.md` ([56db35b](https://github.com/wooorm/mdast-toc/commit/56db35b)) |
| 76 | +* Update `travis.yml` ([a1362f3](https://github.com/wooorm/remark-toc/commit/a1362f3)) |
| 77 | +* Remove superfluous bower dependency ([1dadfae](https://github.com/wooorm/remark-toc/commit/1dadfae)) |
| 78 | +* Update for CLI updates in mdast ([2defcfa](https://github.com/wooorm/remark-toc/commit/2defcfa)) |
| 79 | +* Refactor plugin mechanism ([bd77ab7](https://github.com/wooorm/remark-toc/commit/bd77ab7)) |
| 80 | +* Remove CLI ([fab822a](https://github.com/wooorm/remark-toc/commit/fab822a)) |
| 81 | +* Update mdast-usage ([6d2cb48](https://github.com/wooorm/remark-toc/commit/6d2cb48)) |
| 82 | +* Update eslint ([44f1a3e](https://github.com/wooorm/remark-toc/commit/44f1a3e)) |
| 83 | +* Fix invalid links in `History.md` ([56db35b](https://github.com/wooorm/remark-toc/commit/56db35b)) |
84 | 84 |
|
85 | 85 | 0.1.1 / 2015-03-13 |
86 | 86 | ================== |
87 | 87 |
|
88 | | -* Fix typo in CLIs help ([969cfe9](https://github.com/wooorm/mdast-toc/commit/969cfe9)) |
89 | | -* Refactor code style in `cli.js` ([f92feca](https://github.com/wooorm/mdast-toc/commit/f92feca)) |
90 | | -* Fix stringified output of lists for fixtures ([9ba50af](https://github.com/wooorm/mdast-toc/commit/9ba50af)) |
91 | | -* Fix `test-api` script ([e584343](https://github.com/wooorm/mdast-toc/commit/e584343)) |
92 | | -* Update dependencies ([6f2236c](https://github.com/wooorm/mdast-toc/commit/6f2236c)) |
| 88 | +* Fix typo in CLIs help ([969cfe9](https://github.com/wooorm/remark-toc/commit/969cfe9)) |
| 89 | +* Refactor code style in `cli.js` ([f92feca](https://github.com/wooorm/remark-toc/commit/f92feca)) |
| 90 | +* Fix stringified output of lists for fixtures ([9ba50af](https://github.com/wooorm/remark-toc/commit/9ba50af)) |
| 91 | +* Fix `test-api` script ([e584343](https://github.com/wooorm/remark-toc/commit/e584343)) |
| 92 | +* Update dependencies ([6f2236c](https://github.com/wooorm/remark-toc/commit/6f2236c)) |
0 commit comments