Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

v0.5.1

Choose a tag to compare

@github-actions github-actions released this 12 Jan 13:44
· 20 commits to main since this release
c70157c

Patch Changes

  • 8f457a8: feat(factory)!: ✨ add withDefaults option to control default configs
    feat(factory): 📝 improve factory function docs and type organization
    refactor(yaml): 🔄 rename config namespaces from antfu to zayne
    fix(yaml): 🔧 remove redundant style/spaced-comment rule

  • 4564cab: fix(react): 🔧 ♻️ refactor react-refresh plugin configuration

    Move react-refresh plugin and its rules into a separate config object that's conditionally added. This improves code organization and prevents potential issues when the refresh option is disabled.