v0.0.79 - Disable Vue due to 80-char wrap bug (#451)
π Summary
Improved handling of file headers in Vue components to fix formatting issues, along with a version update. π οΈβ¨
π Key Changes
- Updated the way file headers are added to
.vue
files, switching to HTML-style comments to prevent unwanted line wrapping. - Increased the package version from 0.0.78 to 0.0.79.
π― Purpose & Impact
- Prevents formatting problems in Vue files caused by code tools like Prettier, making code easier to read and maintain.
- Keeps the project versioning current, signaling a small but helpful improvement for developers working with Vue components.
- Enhances the overall developer experience by ensuring consistent and correct file formatting.
What's Changed
- Disable Vue due to 80-char wrap bug by @glenn-jocher in #451
Full Changelog: v0.0.78...v0.0.79