Skip to content

Releases: hanami/hanami-assets-js

v3.0.0

Choose a tag to compare

@timriley timriley released this 01 Jul 00:52
v3.0.0
0c2f86b

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)

Compare v2.3.3 ... v3.0.0

v3.0.0-rc.1

v3.0.0-rc.1 Pre-release
Pre-release

Choose a tag to compare

@timriley timriley released this 16 Jun 12:39
v3.0.0-rc.1
1c31c92

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)

v2.3.3

Choose a tag to compare

@timriley timriley released this 04 May 03:40
v2.3.3
792d8a4

Fixed

  • Remove stray local development configs from published package. (@timriley in #43)

Compare v2.3.2 ... v2.3.3

2.3.2

Choose a tag to compare

@timriley timriley released this 19 Apr 02:59
v2.3.2
11afdde

Changed

  • Bump glob dependency to ^13.0.6 to address deprecation warnings for glob v11 and earlier. (@timriley in #42)