Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 636 Bytes

CHANGELOG.md

File metadata and controls

36 lines (26 loc) · 636 Bytes

0.1.6

upgrade path to 1.8.0,yaml to 3.1.0,meta to 1.3.0

0.1.5

  • fixed errors when execute git_hooks create

0.1.4

  • pass analyzer

0.1.3

  • hooks command using relative path from project

0.1.2

  • add api docs
  • fix hooks command error from macos: 'cannot find dart from PATH'

0.1.1

  • improve package pubspec.yaml

0.1.0

  • add GitHooks.init to create git hooks by using dart code
  • add targetFile argument.

0.0.5

  • add 'git_hooks uninstall' commands

0.0.4

  • fix bug MacOS can not create files

0.0.3

  • improve readme.md

0.0.2

  • fix some min-bugs and improve readme.md

0.0.1

  • Initial version