0.4.0
Pre-release
Pre-release
0.4.0
2018-10-18
Thanks to everyone who chimed in on both reddit and on GitHub for helping! Especially Darren Tsung, whose pull request has shown me so much new stuff that I haven't learned yet. I've applied some of the suggestions from him making the code more readable and added a verbosity flag and removed some unneeded words from the word list.
Changelog:
- [
fda389c4d9
] - Update version of git-anger-management - [
e29428bd5a
] - Update changelog - [
d0ccfaff2c
] - Fix failing CI due to formatting - [
19bb81d936
] - Add verbosity flag - [
8be2eca194
] - Match against what directory to look from, neat - [
e1ab587700
] - More suggestions from #1 - [
8f34037514
] - Minor removal of extra stupid words - [
45c328ca9b
] - Use split_into_clean_words() from #1 - [
f255dca68c
] - Format code - [
7d7c595c37
] - Minor cleanups and refactorings - [
7d63834b84
] - Refactor author initialization - [
d60bf41e32
] - Remove functions where you can directly update values - [
6fabb676bb
] - We can just derive PartialEq, no need for our own implementation - [
feb2db45c3
] - Add a struct for the repo being counted - [
585f7a1674
] - Fix wrong ordering on counting commits - [
1ca19cbf2d
] - Implement Display for Author, add counters for commits/curses