Skip to content

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

[1.3.0] - 2025-08-06

Added

  • show command to show hooks that the current project has.

contributors

new contributor joined

[1.2.0] - 2025-06-28

Added

  • ignore command to ignore particular hooks
  • unignore command to unignore particular hooks

contributors

new contributor joined

  • @flowxm - added ignore and unignore cmd

[1.1.0] - 2025-06-22

Added

  • uninstall command to remove hooks

[1.0.0] - 2025-06-16

Added

  • Support for -v and --version

Fixed

  • Reduced build size from ~3.5MB to ~2.3MB

[0.1.0] - 2025-06-11

Added

  • hooky init command to create a .hooky directory
  • hooky add command to add hooks in .hooky directory
  • hooky install command to install all hooks into .git/hooks directory