- fix: #25: Transform "" into "\" what path code into hookFiles(On Windows)
- Resolve #19:'.bash_profile: No such file or directory' in MacOS
- support null safety
- add null safety release
- pass analyzer
- hooks command using relative path from project
- add api docs
- fix hooks command error from macos: 'cannot find dart from PATH'
- improve package pubspec.yaml
- add
GitHooks.init
to create git hooks by using dart code - add
targetFile
argument.
- add 'git_hooks uninstall' commands
- fix bug MacOS can not create files
- improve readme.md
- fix some min-bugs and improve readme.md
- Initial version