hanami-assets 3.0.0-rc.1 (npm) released

Added

  • Detect newly added entry points while in watch mode. (@timriley in #48)
  • Detect changes to static files while in watch mode. (@timriley in #46)

Changed

  • Skip .DS_Store files during build and watch. (@kyleplump in #37)

  • Breaking: Make esbuild a peer dependency. (@timriley in #51)

    Your app must now depend on esbuild directly. This allows you to update esbuild on your own schedule without waiting for a new hanami-assets release.

  • Bump minimum supported esbuild to 0.28.1. (@timriley in #51)

  • Require Node.js v22 or newer. (@timriley in #47)


View release on GitHub