Skip to content

Latest commit

 

History

History
119 lines (75 loc) · 6.62 KB

CHANGELOG.md

File metadata and controls

119 lines (75 loc) · 6.62 KB

Changelog

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

0.1.2 - 2024-11-21

🚀 Features

  • Impl Error for HuskyError - (171c357)
  • Use NO_HUSKY_HOOKS as environment - (f956189)
  • Support more shebang - (f51cd20)

🐛 Bug Fixes

  • Prepare-commit-msg does not work - (d82eccd)

📚 Documentation

🎨 Styling

🧪 Testing

⚙️ Miscellaneous Tasks

  • Update the pre-commit - (29737ce)

Build

0.1.1 - 2024-09-30

🐛 Bug Fixes

📚 Documentation

  • Clarify hook installation requirements - (e5b8f86)
  • Update the README - (0f6470f)
  • Update the README.md - (4ed3ce8)
  • Update the README.md - (14c6ece)

🎨 Styling

  • Use lf as line endings - (7bf1d7a)

🧪 Testing

  • Use dev-dependencies - (5a75228)
  • Use the random temp dir - (8dec8dc)

⚙️ Miscellaneous Tasks

  • Split lint and test jobs across platforms - (f6f69be)

[0.1.0] - 2024-09-30

🚀 Features

  • (structure) Standardize project structure for better organization - (095c14f)
  • Use only Rust std library - (a642bd8)
  • Remove the check of hook exists - (748f796)
  • Optimize the hooks generation - (8109887)
  • Init - (1371c8e)

🐛 Bug Fixes

  • Cannot create hooks on unix-like os - (383c300)

🚜 Refactor

📚 Documentation

🧪 Testing

  • Optimize the test cases - (82d6c09)
  • Add integration tests - (d8cde14)

⚙️ Miscellaneous Tasks