0.4.0 - (2018-12-03)
- 9c9249e Merge branch 'testBranch' of https://github.com/littlebee/git-log-utils
- df64df4 this commit will be merged into master after I've made later changes. seeing the effect this has on --since
- f1d6855 add --follow flag to track accross renames
- a811f9d improve parsing - handle unicode control chars, better line break handling
0.3.0 - (2018-09-16)
Now returns files effected for each commit!
For single file queries, getCommitHistory will always return s single file in the files
attribute that being the file requested. For directory queries, files
will contain only the files in the directory which were involved in the commit.
- d3112c5 improve parsing of git log output; add files effected to commit objects returned
- ffbeb0e add - to escaped characters
- 003d9f3 adds missing development deps
0.2.2 (2016-04-93)
- 72930e5 (unreported) parens in file name cause error. better escaping for cli.
0.2.1 (2016-03-89)
- c7dc6eb fixes git-time-machine:issue#30. should handle spaces in directory and file names and properly escape and normalize file for windows
0.2.0 (2016-03-87)
Thank you @Faleij the critical windows fix. Did I ever tell you, you're my hero. :)
- 25c137c now working on windows!
- 929370b origin/master
0.1.6 (2016-03-79)
remove accidental console.log left behind
0.1.5 (2016-03-78)
- 899e63c fix for path errors on windows surfacing in git-time-machine see issue 22 in that repo