Skip to content

Releases: assagman/opencode-dotenv

v0.5.1

08 Jan 08:55
v0.5.1
23b6c63

Choose a tag to compare

Documentation Improvements

This release fixes documentation inaccuracies and adds comprehensive architecture documentation.

Added

  • New docs/ARCHITECTURE.md with OpenCode startup sequence diagrams
  • Prominent limitation warning at top of README explaining plugin loading timing

Fixed

  • README: config file name corrected to dotenv.jsonc
  • README: config search order corrected (local first, then global)
  • README: log file path corrected to ~/.local/share/opencode/dotenv.log
  • README: logging default corrected to disabled

Changed

  • AGENTS.md: added critical architectural limitation section
  • AGENTS.md: updated code organization to reflect current structure

Full Changelog: v0.5.0...v0.5.1

v0.5.0

08 Jan 08:44
v0.5.0
8db1816

Choose a tag to compare

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

v0.2.0

03 Jan 21:33
v0.2.0
87d5917

Choose a tag to compare

Full Changelog: v0.1.1...v0.2.0

v0.1.1

03 Jan 21:29
v0.1.1
d65962f

Choose a tag to compare

Full Changelog: v0.1.0...v0.1.1

v0.1.0

03 Jan 20:21
v0.1.0
877b9c6

Choose a tag to compare