UNPKG

1.4 kBMarkdownView Raw
1
20.0.14 / 2013-11-26
3==================
4
5 * exitting with code 0 if cannot find git root, fixes #8
6 * updated example pre-push command
7
80.0.13 / 2013-10-30
9==================
10
11 * added self-install check
12 * updated dev dependencies
13
140.0.12 / 2013-10-30
15==================
16
17 * adding travis config, badges
18
190.0.11 / 2013-10-05
20==================
21
22 * using pre-git on itself
23 * not testing if there are scripts inside package.json
24 * better message on empty command list
25
260.0.10 / 2013-10-05
27==================
28
29 * fixed complexity issues
30 * added grunt, jshint, fixes #1
31
320.0.9 / 2013-10-05
33==================
34
35 * refactored a lot, most of the code is gone
36 * printing actual errors
37 * added npm badge
38
390.0.8 / 2013-10-04
40==================
41
42 * Renamed this fork from pre-commit to pre-git
43
440.0.7 / 2013-10-02
45==================
46
47 * any command allowed, not just `npm <something>`
48 * pre-commit and pre-push hooks installed
49
50## 0.0.4
51- Added a better error message when you fucked up your `package.json`.
52- Only run tests if there are changes.
53- Improved output formatting.
54
55## 0.0.3
56- Added compatiblity for Node.js 0.6 by falling back to path.existsSync.
57
58## 0.0.2
59- Fixed a typo in the output, see #1.
60
61## 0.0.1
62- Use `spawn` instead of `exec` and give custom file descriptors. This way we
63 can output color and have more control over the process.
64
65## 0.0.0
66- Initial release.