Skip to content

Latest commit

 

History

History
102 lines (79 loc) · 2.45 KB

release-notes.md

File metadata and controls

102 lines (79 loc) · 2.45 KB

0.1.2

  • Make markdown-toc-header-toc-* customizable - Closes #26
  • Update version
  • Release notes

0.1.1

  • Update version
  • Fix the problem when generating TOC for document with UTF-8 characters - Closes #24
  • Release notes

0.1.0

  • Update dependencies (markdown-mode)
  • Update version
  • Add template for issues
  • Add markdown-toc-bug-report command
  • Release notes

0.0.9

  • Permit user-custom function to manipulate toc some more - #16
  • Improve testing
  • Clean some code
  • Update version
  • Clean up tests

0.0.8

  • Add test coverage
  • Improve CI code
  • Respect elisp conventions
  • Update version
  • Update version dependencies
  • Release notes

0.0.7

  • Add prefix argument to `markdown-toc/generate-toc' to replace existing TOC at the same location #10
  • Simplify tests launcher
  • Add itest on toc generation when using modifier [2/2]
    • Use ert to simplify tests output reading in case of error
    • Add test on the new use case from #10
  • Update README.md
  • Update version
  • Release notes

0.0.6

  • Fix typo on the markdown header information
  • Strip non-ASCII characters from heading links, to be consistent with GitHub.
  • Update version
  • Release notes

0.0.5

  • Deploy to Marmalade
  • Use directly markdown-toc, no need to require anything
  • Update documentation about installation procedure (marmalade)
  • Update version
  • Update release notes

0.0.4

  • If melpa recipe is accepted, update the README.md about how to install
  • Add COPYING file + licence inside markdown-toc.el
  • Simplify packaging (no need to use tarball nor *-pkg.el file)
  • Upgrade version
  • Release notes

0.0.3

  • Update an existing TOC
    • Create a section around TOC
    • Find if a TOC is already present in buffer
    • Remove old TOC
    • Create new one
  • Reference markdown-toc version
  • Reference the inspiration from doctoc
  • Upgrade version
  • Release notes

0.0.2

  • Prepare filesystem to deploy to melpa (avoid having tests files with the file to package)
  • Upgrade version + package
  • Release notes

0.0.1

  • Initialize Project
  • Initialize github repository
  • Cask
  • Generate a TOC at point
  • Update header documentation
  • Update README.md about use case
  • Makefile
  • Tests
  • Travis-ci
  • Upgrade version + package
  • Release notes