Skip to content

v0.1.4

Compare
Choose a tag to compare
@johnhuang316 johnhuang316 released this 02 Jun 03:06
· 4 commits to master since this release

🚀 Features

  • Frontend Framework Support: Added support for modern frontend framework file extensions

    • Vue.js single-file components (.vue)
    • Svelte components (.svelte)
    • Astro components (.astro)
    • ES modules (.mjs, .cjs)
  • Enhanced Styling Support: Extended CSS preprocessing capabilities

    • Less (.less)
    • Sass (.sass, .stylus, .styl)
  • Template Engine Support: Added popular template engines

    • Handlebars (.hbs, .handlebars)
    • EJS (.ejs)
    • Pug (.pug)
  • Modern Documentation: Added MDX support (.mdx)

📝 Changes

  • Organized supported extensions with comments for better maintainability
  • Updated documentation to reflect new supported file types
  • Total of 15 new file extensions added

🔧 Technical Details

This release expands the code indexing capabilities to cover the full modern web development ecosystem, making the tool more valuable for frontend developers using contemporary frameworks and tooling.

Full Changelog: v0.1.1...v0.1.2