Skip to content

v0.8.0

Choose a tag to compare

@github-actions github-actions released this 18 Aug 15:36
· 70 commits to main since this release

πŸš€ Release adnbn v0.8.0 (2026-08-18)

✨ Features

  • finder: implement file precedence for layered locale and plugin resolution (2d147d0)

    • Add file precedence system to prioritize layers and browser-specific files.
    • Enhance locale merging logic with multi-layered and browser-specific resolution.
    • Introduce duplicate layer detection and error handling for ambiguous files.
    • Add layered locale and file precedence fixture tests for rigorous validation.

πŸ€– CI

  • release: simplify and refine release rules and version bump logic (331124c)

    • Extract whatBump and hasBreakingChange for cleaner code organization.
    • Remove redundant releaseRules and inline whatBump implementation.
    • Consolidate breaking change detection logic for better maintainability.

πŸ™Œ Contributors