Files
30-seconds-of-code/node_modules/mdast-util-toc/history.md
2019-08-20 15:52:05 +02:00

42 lines
950 B
Markdown

<!--remark setext-->
<!--lint disable no-multiple-toplevel-headings-->
2.1.0 / 2018-08-01
==================
* use existing ids ([#34](https://github.com/BarryThePenguin/mdast-util-toc/pull/34))
* update to node 10 in `.travis.yml` ([#35](https://github.com/BarryThePenguin/mdast-util-toc/pull/35))
* bump devDependencies
2.0.1 / 2016-07-23
==================
* fix tight for all heading levels ([#3](https://github.com/barrythepenguin/mdast-util-toc/issues/3))
* bump devDependencies
2.0.0 / 2016-07-23
==================
* Rewrite to not mutate given node ([#1](https://github.com/barrythepenguin/mdast-util-toc/issues/1))
1.0.1 / 2016-07-23
==================
1.0.0 / 2016-07-23
==================
0.2.0 / 2016-07-23
==================
* expose map and index in result
0.1.0 / 2016-07-18
==================
* readme example usage
* include lib in packages
* readme and license
* deploy matrix
* initial commit