Releases: codersrank-org/repo_info_extractor
Releases · codersrank-org/repo_info_extractor
v2.1.4
Feature(s): (thanks to @smortex)
- Detect Rakefile as a Ruby file
- Detect .gemspec, .rake, .ra extensions as Ruby
- Detect CMakeLists.txt as a CMake file
- Detect go.mod as a Go file
- Refactor to allow mapping filenames to langages
- Detect GNUMakefile as a Makefile file
- Detect Gemfile as a Ruby file
v2.1.3
Feature(s):
- Recognize Gentoo ebuild and eclass files #207
v2.1.2
Feature(s):
- Add a new global flag to skip uploading the artefacts.
Example usage: repo_info_extractor_osx local --skip_upload --repo_path=/path/to/repo
v2.1.1
Bugfix:
- For some repos the analysis never finished.
V2.1.0
Feature(s):
- Reduce memory usage. Now it is expected to use ~40MB in case of 4000 commits, instead of 400MB
Bugfix(es):
v2.0.7
Feature(s):
- Recognize Jenkins build files. Thanks to @vutny
V2.0.6
Feature(s):
- Recognize
SQL
and PL/SQL
syntax. Thanks to @vutny
v2.0.5
Features:
- Add Zig language support (Thanks to @kassane)
v2.0.4
Features:
- Add Ruby library detection (Thanks to @mstark)