Skip to content

Latest commit

 

History

History
86 lines (61 loc) · 5.6 KB

File metadata and controls

86 lines (61 loc) · 5.6 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

v1.0.0 - 2026-04-12

What's Changed

  • build(deps-dev): bump @types/node from 25.0.8 to 25.0.9 by @dependabot[bot] in #6
  • build(deps-dev): bump @types/node from 25.0.9 to 25.0.10 by @dependabot[bot] in #7
  • build(deps-dev): bump prettier from 3.8.0 to 3.8.1 by @dependabot[bot] in #9
  • build(deps-dev): bump rollup from 4.55.1 to 4.56.0 by @dependabot[bot] in #10
  • build(deps-dev): bump rollup from 4.56.0 to 4.57.0 by @dependabot[bot] in #12
  • build(deps-dev): bump @types/node from 25.0.10 to 25.2.1 by @dependabot[bot] in #13
  • build(deps-dev): bump rollup from 4.57.0 to 4.57.1 by @dependabot[bot] in #14
  • build(deps-dev): bump @types/node from 25.2.1 to 25.2.3 by @dependabot[bot] in #15
  • build(deps-dev): bump @types/node from 25.2.3 to 25.3.0 by @dependabot[bot] in #16
  • build(deps-dev): bump rollup from 4.57.1 to 4.59.0 by @dependabot[bot] in #17
  • build(deps-dev): bump @types/node from 25.3.0 to 25.3.4 by @dependabot[bot] in #19
  • build(deps-dev): bump @types/node from 25.3.4 to 25.5.0 by @dependabot[bot] in #20
  • build(deps-dev): bump vitest from 4.0.17 to 4.1.0 by @dependabot[bot] in #21
  • build(deps-dev): bump vitest from 4.1.0 to 4.1.2 by @dependabot[bot] in #25
  • build(deps-dev): bump rollup from 4.59.0 to 4.60.0 by @dependabot[bot] in #28
  • build(deps-dev): bump rollup from 4.60.0 to 4.60.1 by @dependabot[bot] in #30
  • build(deps-dev): bump @types/node from 25.5.0 to 25.5.2 by @dependabot[bot] in #31
  • build(deps-dev): bump vitest from 4.1.2 to 4.1.4 by @dependabot[bot] in #33
  • build(deps): bump dependabot/fetch-metadata from 2.5.0 to 3.0.0 by @dependabot[bot] in #24
  • build(deps-dev): bump typescript from 5.9.3 to 6.0.2 by @dependabot[bot] in #27
  • build(deps-dev): bump vite from 7.3.1 to 8.0.8 by @dependabot[bot] in #32
  • Add Vite 8 to peer dependency range by @iqbalhasandev in #34
  • chore: update npm dependencies by @iqbalhasandev in #35
  • fix: enable code quality workflow on pull requests by @iqbalhasandev in #36
  • fix: resolve npm peer dependency conflict blocking CI by @iqbalhasandev in #37

New Contributors

  • @iqbalhasandev made their first contribution in #34

Full Changelog: https://github.com/DevWizardHQ/vite-plugin-enumify/compare/v0.1.3...v1.0.0

v0.1.3 - 2026-01-15

What's Changed

Full Changelog: https://github.com/DevWizardHQ/vite-plugin-enumify/compare/v0.1.2...v0.1.3

v0.1.2 - 2026-01-15

What's Changed

v0.1.1 - 2026-01-15

What's Changed

  • build(deps): bump actions/checkout from 4 to 6 by @dependabot[bot] in #1
  • build(deps-dev): bump vitest from 2.1.9 to 4.0.17 by @dependabot[bot] in #3
  • build(deps-dev): bump @types/node from 22.19.6 to 25.0.8 by @dependabot[bot] in #5
  • build(deps-dev): bump vite from 6.4.1 to 7.3.1 by @dependabot[bot] in #4

New Contributors

  • @dependabot[bot] made their first contribution in #1

Full Changelog: https://github.com/DevWizardHQ/vite-plugin-enumify/commits/v0.1.1

[Unreleased]

[0.1.0] - 2026-01-15

Added

  • Initial release
  • Sync on Vite build start
  • Watch mode with debouncing for development
  • Cross-platform support (Windows/macOS/Linux)
  • Configurable options (artisan path, patterns, debounce, etc.)
  • TypeScript declarations