Skip to content

Commit

Permalink
Prepare CHANGELOG for v2.1.0-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
timriley committed Feb 13, 2024
1 parent b42a48f commit fab5fdd
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Hanami::AssetsJS
Assets management via Esbuild

## v2.1.0 - 2023-11-14
## v2.1.0-rc.3 - 2024-02-16
### Changed
- [Tim Riley] Compile a single directory of assets only (specified by arguments), instead of crawling the app
structure to detect assets. The `--path` argument specifies the source directory of assets, and `--dest` specifies
the directory to output the compiled assets and the manifest file. The `hanami assets` CLI commands will provide
these arguments for each slice, so that each slice has its own separate compiled assets directory and manifest file.

### Fixed
- [Phil Arndt] Copy asset files from deeply nested directories.

## v2.1.0-rc.2 - 2023-11-02
### Added
Expand Down

0 comments on commit fab5fdd

Please sign in to comment.