Release Notes
Added
- Homebrew installs via
brew install fixture-dev/tap/lash. Each release
publishes a generated formula to the fixture-dev/homebrew-tap repo, covering
macOS and Linux on both x86_64 and arm64.
Fixed
- File watcher shutdown is now synchronous: dropping the handle signals the
debouncer, drops the watcher, and joins the thread, so no path can be emitted
once drop returns.
Install lash 0.2.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/fixture-dev/lash/releases/download/v0.2.0/lash-installer.sh | sh
Install prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/fixture-dev/lash/releases/download/v0.2.0/lash-installer.ps1 | iex"
Install prebuilt binaries via Homebrew
brew install fixture-dev/tap/lash
Download lash 0.2.0