Skip to content

Latest commit

 

History

History
113 lines (94 loc) · 3.91 KB

CHANGELOG.md

File metadata and controls

113 lines (94 loc) · 3.91 KB

Changelog

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.

[4.2.0] - 2020-11-19

Added

  • implemented uniqueSlugStartIndex

4.1.0 - 2019-10-17

Added

  • accept options in the placeholder #16
  • callback option #18

Changed

  • fixed #20
  • fixed #22
  • test.js to match the changes from markdown-it-anchor
  • headings2ast removed options dependency (will generate a tree with all headings)
  • ast2html modified to hold and apply almost all options, making inlineOptions possible

4.0.2 - 2019-07-11

Changed

  • fixed #14
  • updated dependencies, especially microbundle. Fix #12?
  • executed npm audit fix --force to fix dependencies vunerabilities

4.0.1 - 2019-06-03

Changed

  • executed npm audit fix --force to fix dependencies vunerabilities

4.0.0 - 2019-05-19

Changed

  • browser global changed from markdownitTocDoneRight to markdownItTocDoneRight
  • filename changed from markdown-it-toc-made-right.min.js to markdownItTocDoneRight.umd.js

Removed

  • babel
  • babelify
  • browserify
  • eslint
  • uglify

Added

  • microbundle
  • standard

3.0.0 - 2019-03-18

Added

  • listClass, itemClass and linkClass options.

Changed

  • placeholder as a regular expression pattern

2.1.0 - 2019-02-23

Added

  • level option. Default is 1
  • test for using level option

Changed

  • update demo.html to test the new level option

2.0.3 - 2018-06-19

Changed

  • update to keep compat with markdown-it-anchor v5.0.2

2.0.2 - 2018-06-15

Changed

  • tests cover 100%

2.0.0 - 2018-06-14

Changed

  • dropped package string as dependency

1.0.5 - 2018-06-12

Added

  • markdown-it as peerDependencies

Changed

  • better headings_ast(tokens) with support for skipping heading ranks

1.0.4 - 2018-06-11

Fixed

  • tests

1.0.3 - 2018-06-08

Changed

  • WAI-ARIA role='navigation' isn't required

1.0.2 - 2018-06-04

Added

  • travis

1.0.1 - 2018-06-04

Added

  • linting
  • testing
  • runkit
  • unicode support example