Skip to content

v0.5.0

Choose a tag to compare

@assagman assagman released this 08 Jan 08:44
· 3 commits to main since this release
v0.5.0
8db1816

What's New

Major refactoring to fix OpenCode plugin compatibility issues.

Breaking Changes

  • Only DotEnvPlugin is 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 function and TypeError: hook.config is not a function errors 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/ and test/integration/

Added

  • Profiler module for performance tracking
  • Type exports: DotEnvConfig, PerformanceReport, FileLoadMetrics
  • RELEASE.md, BENCHMARK.md, AGENTS.md documentation

Full Changelog: v0.4.1...v0.5.0