Skip to content

v1.0.7

Choose a tag to compare

@github-actions github-actions released this 02 May 00:54
· 53 commits to main since this release

[1.0.7] - 2026-05-02

📝 Documentation

  • 27f7c38 — 📝 [docs] (migration) Add migration guide for transitioning to prettier-config-nick2bad4u

✨ [feat] (config) Update exports in index.d.ts and preset.mjs for clearer usage

  • Change default export to prettierConfig to avoid import conflicts

  • Add named export for individual option inspection

🧪 [test] (preset) Update tests to reflect changes in exports

  • Adjust expectations to use new prettierConfig and config imports

🎨 Styling

  • 562e51b — 🎨 [style] Improve comment formatting in preset.mjs

🧹 Chores