- 2 new filters: **only_authors** and **only_commits**. - bug fix: the modification type can be unknown now. Thanks to lucapascarella for the PR!
1.5.1
- Bug fix: now when filtering the commits, the order is the same of `git log` (ordered by commit date, not author date)
1.5
- Bug fixes - `only_in_main_branch` doesn't exist anymore, since it was buggy - `only_in_branches` became `only_in_branch`: getting commits from multiple branches did not work, and it won't. PyDriller can not decide the order of commits in different branches, this decision is left to the user
1.4.3
- Fix bug 13 : the filename was not correctly displayed on Windows machine.
1.4.2
- Now the `Commit` object has the `project_path` field
1.4.1
- Small fix of variables and functions scope in `RepositoryMining`