plain-esbuild changelog

0.8.1 (2026-02-26)

What's changed

  • Auto-formatted config files with updated linter configuration (028bb95c3ae3)

Upgrade instructions

  • No changes required.

0.8.0 (2026-01-13)

What's changed

  • Documentation has been updated with improved structure, examples, and installation instructions (da37a78)

Upgrade instructions

  • No changes required

0.7.1 (2025-10-24)

What's changed

  • The esbuild file watcher now ignores .tmp. and .esbuilt. files to prevent unnecessary rebuilds (f60d6be)

Upgrade instructions

  • No changes required

0.7.0 (2025-10-17)

What's changed

  • Removed watchfiles dependency - file watching functionality has been moved to plain-dev (cd92e30)

Upgrade instructions

  • No changes required

0.6.1 (2025-10-06)

What's changed

  • Added type annotations throughout the package for improved IDE and type checker support (968193c)

Upgrade instructions

  • No changes required

0.6.0 (2025-09-19)

What's changed

  • Python 3.13 is now the minimum required version (d86e307)
  • Package description has been added to the pyproject.toml (4ebecd1)
  • README has been updated with proper formatting and installation instructions (4ebecd1)

Upgrade instructions

  • Upgrade your Python environment to Python 3.13 or newer

0.5.1 (2025-06-24)

What's changed

  • Added this CHANGELOG file to the package so future releases include detailed notes (82710c3)

Upgrade instructions

  • No changes required