File tree Expand file tree Collapse file tree 3 files changed +25
-1
lines changed Expand file tree Collapse file tree 3 files changed +25
-1
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ ## 0.1.1
4+ - Adds support for fetching URLs directly
5+
6+ ## 0.1.0
7+ - Support for files
8+ - Support for ` stdin `
9+
Original file line number Diff line number Diff line change 77* Make sure the tests pass (run ` ./script/test ` )
88* Make sure the linters pass (run ` ./script/lint ` )
99* Issue a pull request
10+
11+ ## Commit Messages
12+ I'd prefer it if commit messages describe what the * commit does* , not what * you did* .
13+
14+ For example, I'd prefer:
15+
16+ ```
17+ Adds lint; removes fluff
18+ ```
19+
20+ Over:
21+
22+ ```
23+ Added lint; removed fluff
24+ ```
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ The output of `gron` is valid JavaScript:
6464 name: 'Tom' }
6565```
6666
67- Get help:
67+ ## Get Help
6868
6969```
7070▶ gron --help
You can’t perform that action at this time.
0 commit comments