Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 762 Bytes

CHANGELOG.md

File metadata and controls

40 lines (30 loc) · 762 Bytes

1.0.2

  • fix: #25: Transform "" into "\" what path code into hookFiles(On Windows)

1.0.1

  • Resolve #19:'.bash_profile: No such file or directory' in MacOS

1.0.0

  • support null safety

0.1.3-nullsafety.0

  • add null safety release

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