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.
- Add TypeScript Declaration #19 Thank you @ashaifarhan for contributing!
- Updated dev dependencies to squelch audit warnings.
- BREAKING: add resetSlugger option and default to true
- This change avoids needlessly incrementing the duplicate slug counter between .render() calls. It is now the default behavior.
- set the option
resetSlugger
tofalse
to switch back to the old behavior if desired.
- Update dependencies per
npm audit
- Removed dependency on
fs
for browser compatibility. Thanks @imcuttle!
- Added option to allow a custom svg icon for links (Thanks @adam-lynch!).
Released!