Skip to content

Releases: mendelsshop/git_function_history

v3.1.0 - git-function-history v0.7.0 git_function_history-proc-macro 0.1.0

17 Oct 16:43
Compare
Choose a tag to compare

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

15 Jan 17:15
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v2.1.0...v3.0.0

git-function-history v2.0.1

28 Sep 19:57
Compare
Choose a tag to compare

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

22 Sep 23:45
Compare
Choose a tag to compare

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

Full Changelog: v1.0.0...v2.0.0

git-function-history v1.0.0

21 Sep 14:06
Compare
Choose a tag to compare

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

Full Changelog: https://github.com/mendelsshop/git_function_history/commits/v1.0.0