Releases: analyticsjs/git-commit-analytics
Releases · analyticsjs/git-commit-analytics
v2.0.3
v2.0.2
v2.0.1
v2.0.0
2.0.0 (2025-04-27)
- feat!: rewrite project in Rust (3540027)
Features
- config: support config file reading and global access (7f8d2ad)
- env-based root path selection & extract config constants (f08b360)
- i18n: add basic internationalization support (1c2c14c)
- main: implement main process with global config, error handling, and report generation (8d9f7a8)
- utils: add get_repo_name function with robust path handling and tests (8c177a6)
- utils: add keyboard interaction utilities (c5b8b2c)
- utils: add save_report_markdown for generating i18n-friendly Markdown reports (7a3b551)
- utils: implement filter_logs to filter submission records of specified rules (75e874b)
- utils: implement format_commit function with unit tests (4cd4fc5)
- utils: implement format_log function for parsing and structuring git log lines (f3a7379)
- utils: implement get_repo_logs for cross-platform git log retrieval (d2178d0)
BREAKING CHANGES
- The entire project has been refactored and rewritten in Rust.
Previous JavaScript implementation and related files have been removed.
All usage, configuration, and build processes are now based on the Rust version.
v1.5.1
v1.5.0
1.5.0 (2025-03-16)
Bug Fixes
- build error (92a2bbf)
- build error (8053c7a)
- build task on ci (566b506)
- ci build failed (d6c99ff)
- ci: release step (21d03cc)
- try specifying CMD for Windows (bf36c72)
- try to resolve windows build error (6946bc3)
- try to resolve windows build error (74d6887)
- unnecessary steps for windows (e6103ea)
- windows build failed (32f4923)
- windows signtool error (ce95426)
Features
- use Node.js native SEA instead of pkg packaging (12100b3)