v0.5.0
What's New
Major refactoring to fix OpenCode plugin compatibility issues.
Breaking Changes
- Only
DotEnvPluginis now exported (named + default) - Internal utilities moved to internal module (not accessible from outside)
Fixed
- OpenCode plugin loader compatibility - Resolved
TypeError: fn3 is not a functionandTypeError: hook.config is not a functionerrors that occurred when OpenCode treated exported utilities as plugin hooks
Changed
- Reorganized project structure to match opencode-toolbox patterns
- Added strict TypeScript configuration
- Moved tests to
test/unit/andtest/integration/
Added
- Profiler module for performance tracking
- Type exports:
DotEnvConfig,PerformanceReport,FileLoadMetrics RELEASE.md,BENCHMARK.md,AGENTS.mddocumentation
Full Changelog: v0.4.1...v0.5.0