Skip to content

v1.4.2

Compare
Choose a tag to compare
@ksylvan ksylvan released this 01 Jun 01:35
· 8 commits to main since this release
ee99b1f

What's Changed

  • Fix section extraction bug in extractSection method by @ksylvan in #2

New Contributors

Full Changelog: v1.4.1...v1.4.2

CHANGES

  • Optimized heading search with direct array iteration 🚀
  • Replaced visit() with for loops for better performance ⚡
  • Standardized all quotes to single quotes consistently ✨
  • Improved section extraction with faster index-based loops 🎯
  • Enhanced performance in getSection() method significantly 💨
  • Bumped version from 1.4.1 to 1.4.2 📦
  • Updated dev dependencies to latest versions available 🔧
  • Streamlined tree traversal operations for speed gains 🏃
  • Maintained backwards compatibility while improving performance ✅
  • Refactored visitor patterns to more efficient implementations 🔄
  • Fixed First Issue: #1