All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- implemented
uniqueSlugStartIndex
4.1.0 - 2019-10-17
- fixed #20
- fixed #22
test.js
to match the changes frommarkdown-it-anchor
headings2ast
removed options dependency (will generate a tree with all headings)ast2html
modified to hold and apply almost all options, makinginlineOptions
possible
4.0.2 - 2019-07-11
- fixed #14
- updated dependencies, especially microbundle. Fix #12?
- executed
npm audit fix --force
to fix dependencies vunerabilities
4.0.1 - 2019-06-03
- executed
npm audit fix --force
to fix dependencies vunerabilities
4.0.0 - 2019-05-19
- browser global changed from
markdownitTocDoneRight
tomarkdownItTocDoneRight
- filename changed from
markdown-it-toc-made-right.min.js
tomarkdownItTocDoneRight.umd.js
babel
babelify
browserify
eslint
uglify
microbundle
standard
3.0.0 - 2019-03-18
listClass
,itemClass
andlinkClass
options.
- placeholder as a regular expression pattern
2.1.0 - 2019-02-23
level
option. Default is 1- test for using
level
option
- update
demo.html
to test the new level option
2.0.3 - 2018-06-19
- update to keep compat with
markdown-it-anchor
v5.0.2
2.0.2 - 2018-06-15
- tests cover 100%
2.0.0 - 2018-06-14
- dropped package
string
as dependency
1.0.5 - 2018-06-12
markdown-it
aspeerDependencies
- better
headings_ast(tokens)
with support for skipping heading ranks
1.0.4 - 2018-06-11
- tests
1.0.3 - 2018-06-08
- WAI-ARIA
role='navigation'
isn't required
1.0.2 - 2018-06-04
- travis
1.0.1 - 2018-06-04
- linting
- testing
- runkit
- unicode support example