🛠️ Breaking Changes
Renamed flags:
--disable-hooks
has been renamed to--no-hooks
--disable-shell
has been renamed to--no-shell
Migration Guide
To migrate to the new release:
- Replace the
--disable-hooks
flag with--no-hooks
in your scripts or configurations. - Replace the
--disable-shell
flag with--no-shell
in your scripts or configurations. - Review the new confirmation prompts for shell and hook executions, as they will require user input.
What's Changed
- feat: Added confirmation for shell and hooks execution in format
y/a/n
by @denis256 in #231 - feat: Renamed
--disable-hooks
to--no-hooks
by @denis256 in #231 - feat: Renamed
--disable-shell
to--no-shell
by @denis256 in #231 - chore: Dependabot rules have been updated to group dependencies together by @denis256 in #231
Full Changelog: v0.8.1...v0.9.0