Releases: mendelsshop/git_function_history
v3.1.0 - git-function-history v0.7.0 git_function_history-proc-macro 0.1.0
Added crate git_function_history-proc-macro for making it easier for TUI to parse commands.
Cleaned up from the update for python parser, which also fixes docs no being provided on docs.rs
What's Changed
- Update lib-ruby-parser requirement from 3.0.12 to 4.0.4 by @dependabot in #60
- Update ra_ap_syntax requirement from 0.0.160 to 0.0.163 by @dependabot in #61
- Bump actions/checkout from 3 to 4 by @dependabot in #83
- Update ra_ap_syntax requirement from 0.0.171 to 0.0.173 by @dependabot in #84
- Update cached requirement from 0.44.0 to 0.45.1 by @dependabot in #82
Full Changelog: v3.0.0...v3.1.0
git-function-history v3.0.0
We know support multiple languages including python go, ruby, and umpl. This release only focuses on the library element of this repo so the tui and gui will updated at a later date.
What's Changed
- Update ra_ap_syntax requirement from 0.0.131 to 0.0.132 by @dependabot in #4
- Update ra_ap_syntax requirement from 0.0.132 to 0.0.134 by @dependabot in #7
- Gitoxide by @mendelsshop in #10
- Update ra_ap_syntax requirement from 0.0.134 to 0.0.138 by @dependabot in #12
- Update ra_ap_syntax requirement from 0.0.138 to 0.0.140 by @dependabot in #14
- Update eframe requirement from 0.19.0 to 0.20.1 by @dependabot in #17
- Update simple_file_logger requirement from 0.2.0 to 0.3.1 by @dependabot in #15
- Update ra_ap_syntax requirement from 0.0.140 to 0.0.142 by @dependabot in #18
- Fix python by @mendelsshop in #23
- Fix python by @mendelsshop in #29
- Other language support by @mendelsshop in #24
- Bump orhun/git-cliff-action from 1 to 2 by @dependabot in #25
- Bump actions/setup-python from 2 to 4 by @dependabot in #19
- Bump actions/checkout from 1 to 3 by @dependabot in #21
- Bump EndBug/add-and-commit from 7 to 9 by @dependabot in #20
New Contributors
- @dependabot made their first contribution in #4
Full Changelog: v2.1.0...v3.0.0
git-function-history v2.0.1
What's new
We now use rayon as a default optional feature to parallelize the load, thus cutting runtime even shorter.
Full Changelog: v2.0.0...v2.1.0
git-function-history v2.0.0
We have switched to using ra_ap_syntax netting much better performance as shown in these benchmarks.
Because of this switch we can now capture generics where clauses, doc comments, and much more expect to see more filter because of this.
What's Changed
- moving to use Parser based history by @mendelsshop in #3
Full Changelog: v1.0.0...v2.0.0
git-function-history v1.0.0
Only release using the Regex solution.
What's Changed
- Now it should work + cleaned up the code + added new filters by @mendelsshop in #2
New Contributors
- @mendelsshop made their first contribution in #2
Full Changelog: https://github.com/mendelsshop/git_function_history/commits/v1.0.0