Skip to content

v1.6.1

Latest
Compare
Choose a tag to compare
@ksylvan ksylvan released this 22 Aug 23:50
fb08e85

What's Changed

  • Fix heading detection in fenced code blocks by @ksylvan in #9

Full Changelog: v1.6.0...v1.6.1

CHANGES

  • Improved code block detection in CLI explode functionality significantly 🚀
  • Enhanced section extraction to properly handle code blocks with headings 📑
  • Updated heading level adjustment logic to ignore headings in fenced blocks 🚫
  • Added comprehensive test coverage for code block handling edge cases ✅

OTHER IMPROVEMENTS

  • Added comprehensive prettier ignore rules for lock files and configs 📜
  • Enhanced VS Code settings with formatter and linting configurations 🛠️
  • Improved code formatting throughout README with consistent style guidelines 📘
  • Bumped development dependencies including ESLint and Prettier to latest versions ⬆️
  • Added radix parameter to parseInt calls for better code quality 🔢