Releases: Git002/svelte-trace
Releases · Git002/svelte-trace
svelte-trace@0.1.6-beta
(0.1.6-beta | 0.1.6-beta.2) - 31st Aug 2025
Added
Nothing added.
Technical Improvements
Nothing improved.
Changed
- Added LICENSE, README, and package.json to dist/ on build.
Fixed
- Bug fixes for self closing tags.
svelte-trace@0.1.5-beta
(0.1.5-beta) - 30th Aug 2025
Added
- Click to Open in VS Code: Ctrl/Cmd + Click functionality to instantly open source files in VS Code
- Automatic Client-side Script Injection: Zero-configuration setup with automatic script injection for click-to-open functionality
- Base64 Metadata Encoding: Implemented base64 encoding for
data-svelte-trace
attributes - Configuration Options: Added
openInCode
configuration option to control client-side script injection - VS Code Integration: Seamless integration with VS Code through
vscode://
protocol links
Technical Improvements
- Client-side event listener for
Ctrl/Cmd
+Click
detection - Base64 encoding/decoding for metadata security and cleanliness
- Configurable preprocessor options
- VS Code protocol URL construction for direct editor opening
- Improved metadata handling and parsing
Changed
- Made code modular, and more readable
- Metadata format now uses base64 encoding for cleaner HTML output
- Enhanced preprocessor configuration system
- Improved documentation with comprehensive setup guide
Fixed
- Nothing there to fix.