Skip to content

Releases: gabrielcsapo/git-timesince

2.0.0

Choose a tag to compare

@gabrielcsapo gabrielcsapo released this 03 Sep 07:03
  • no longer uses sync functions
    • no more blocking io, (0.326s -> 0.266s) 81% increase in speed
  • removes callbacks

1.0.2

Choose a tag to compare

@gabrielcsapo gabrielcsapo released this 12 Jan 05:55
  • updates turtler

1.0.1

Choose a tag to compare

@gabrielcsapo gabrielcsapo released this 27 Dec 06:30
  • uses turtler instead of cli-table2
  • fixes bug where running git-timesince in a directory would cause it to fail

1.0.0

Choose a tag to compare

@gabrielcsapo gabrielcsapo released this 17 Dec 00:50
  • 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 Timesince function, 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

Choose a tag to compare

@gabrielcsapo gabrielcsapo released this 11 Dec 10:12
  • 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

Choose a tag to compare

@gabrielcsapo gabrielcsapo released this 27 Nov 10:25
  • fixes finding recursive directory structures
  • reformats output to be more tabular

0.2.0

Choose a tag to compare

@gabrielcsapo gabrielcsapo released this 26 Nov 09:03
  • updates interface for internal timesince functionality
  • updates dependencies

0.1.0

Choose a tag to compare

@gabrielcsapo gabrielcsapo released this 27 Sep 02:20
  • fixes default to return with ms suffix
  • drops support for node@4
  • adds option to change the cwd

0.0.1

Choose a tag to compare

@gabrielcsapo gabrielcsapo released this 27 Aug 04:00
  • basic usage
  • can search repositories nested one deep