Skip to content

Releases: sethen/markdown-include

0.4.4

31 May 20:01
Compare
Choose a tag to compare
Merge pull request #16 from mwesterhof/master

Fix tiny little typo in docs

0.4.3

19 Apr 03:16
Compare
Choose a tag to compare

It's been way too long but now I am back.

This includes very small documentation changes from long ago and allows for .markdown file extension as well as .md added by @dcrossleyau. Honestly, this release was to get a lot of older things out of the way. This is very little significance about this release.

0.4.3 published to npm.

0.4.2

03 Jul 14:33
Compare
Choose a tag to compare

Usability changes added to make using markdown-include easier:

  • Added registerPlugin to make custom plugins for markdown-include. Similar to the introduction of custom tags in earlier versions just with better syntactic sugar.
  • Documentation tweaks to incorrect information.

0.4.2 published to npm.

0.4.1

03 Jul 14:31
Compare
Choose a tag to compare

Small tweaks to documentation and overall general maintenance.

0.4.0

12 Jun 22:51
Compare
Choose a tag to compare

This was a pretty decent sized release. 0.4.0 had the following additions:

  • API documentation finally added
  • Support for custom tags (#1 resolved in 152257e)
  • Minor stability tweaks to fix various functionality

0.4.0 published to npm.

0.3.1

25 Mar 20:27
Compare
Choose a tag to compare

Many small tweaks for performance and stability. Added unit testing suite and travis CI support. Made some small organizational changes.

0.3.1 published to npm.

0.3.0

08 Mar 00:30
Compare
Choose a tag to compare

markdown-include has been changed to include a proper CLI and allow requiring into Node projects. Documentation has been updated accordingly to reflect these changes.

0.3.0 published to npm.

0.2.2

08 Mar 00:16
Compare
Choose a tag to compare

Minor organizational changes.

0.2.1

06 Mar 03:58
Compare
Choose a tag to compare

Minor bug fixes surrounding table of contents generation. heading option now available in tableOfContents object in markdown.json.

0.2.1 published to npm.

0.2.0

06 Mar 03:54
Compare
Choose a tag to compare

Additional functionality added including:

  • Generation of table of contents based on heading tags and #

To support this new functionality, the options in markdown.json have changed by adding a tableOfContents option.

Please refer to the README.md file for additional information.