Releases: gabrielcsapo/git-timesince
Releases · gabrielcsapo/git-timesince
Release list
2.0.0
1.0.2
1.0.1
- uses turtler instead of cli-table2
- fixes bug where running git-timesince in a directory would cause it to fail
1.0.0
- adds a sort option
-s, --sort [direction]by default the sort direction is desc but can also be set to asc - fixes the help command to not fail
- fixes the version and help command to exit the process
- changes the return from the
Timesincefunction, which used to return a array of two values, but now will return with three values['repo', 'diff in milliseconds', 'human readable diff'] - output will take more use of space
0.3.1
- removes commander, parsing args the old fashion way
- automatically uses the terminal size to determine how many columns should be rendered, instead of an arbitrary count of 4
0.3.0
- fixes finding recursive directory structures
- reformats output to be more tabular
0.2.0
- updates interface for internal timesince functionality
- updates dependencies
0.1.0
- fixes default to return with ms suffix
- drops support for node@4
- adds option to change the cwd
0.0.1
- basic usage
- can search repositories nested one deep