Skip to content

Latest commit

 

History

History
173 lines (98 loc) · 7.25 KB

CHANGELOG.md

File metadata and controls

173 lines (98 loc) · 7.25 KB

Changelog

All notable changes to this project will be documented in this file. See conventional commits for commit guidelines.


0.1.16 - 2024-05-03

Features

  • support --author flag for git-shortlog - (ed80049) - Luke Hsiao

0.1.15 - 2024-04-26

Documentation

  • (README) fix indentation of example output - (bdc8dac) - Luke Hsiao

Performance

  • drop unneeded derives and sort - (9766ad4) - Luke Hsiao

0.1.14 - 2024-04-26

Documentation

  • (README) update alignment of output - (960f18e) - Luke Hsiao

Features

  • allow sorting by other columns - (627d3f0) - Luke Hsiao

0.1.13 - 2024-04-19

Refactor

  • don't right-align "Total" - (1f80584) - Luke Hsiao

0.1.12 - 2024-04-19

Refactor

  • remove redundant logic - (9db509e) - Luke Hsiao

0.1.11 - 2024-04-19

Features

  • improve styling, and disable if not interactive - (d5a6209) - Luke Hsiao

0.1.10 - 2024-04-19

Features

  • include totals of all statistics - (8c1895f) - Luke Hsiao

0.1.9 - 2024-01-18

Documentation

  • (CHANGELOG) add entry for v0.1.9 - (cef37bf) - Luke Hsiao
  • (README) link license badge to license - (57d4d74) - Luke Hsiao

0.1.8 - 2023-06-26

Documentation

  • (CHANGELOG) add entry for v0.1.8 - (b298900) - Luke Hsiao
  • (README) add badges - (ab759f7) - Luke Hsiao

0.1.7 - 2023-04-05

Documentation

  • (CHANGELOG) add entry for v0.1.7 - (6b22fac) - Luke Hsiao
  • (README) update readme to include reviewed/tested - (4f5d386) - Luke Hsiao

Refactor

  • gate reviewer/tester stats behind flag - (328a600) - Luke Hsiao

0.1.6 - 2023-01-21

Documentation

  • (CHANGELOG) add entry for v0.1.6 - (d367168) - Luke Hsiao

Features

  • output reviewer/tests and commit counts - (885334d) - Luke Hsiao

Refactor

  • add Δ in the Net column header - (6369d04) - Luke Hsiao

0.1.5 - 2022-11-23

Documentation

  • (CHANGELOG) add entry for v0.1.5 - (c4dca25) - Luke Hsiao
  • (README) update usage example - (74b148a) - Luke Hsiao

Features

  • add net change column to output - (a90377a) - Luke Hsiao

0.1.4 - 2022-10-29

Documentation

  • (CHANGELOG) add entry for v0.1.4 - (c887a0c) - Luke Hsiao
  • (README) note the git dependency - (7fc2765) - Luke Hsiao

Refactor

  • remove unused verbosity flag and deps - (b5de2e3) - Luke Hsiao

0.1.3 - 2022-10-29

Documentation

  • (CHANGELOG) add entry for v0.1.3 - (11879c9) - Luke Hsiao

Features

  • add email option for including author email addresses - (efe5c79) - Luke Hsiao

Refactor

  • drop raw stats from verbose logs - (267a28f) - Luke Hsiao
  • improve help text for revision-range, default to HEAD - (6bf71a0) - Luke Hsiao

0.1.2 - 2022-10-27

Documentation

  • (CHANGELOG) add entry for v0.1.2 - (079fd69) - Luke Hsiao

Performance

  • parallelize stat collection with rayon - (e6783b4) - Luke Hsiao

0.1.1 - 2022-10-26

Bug Fixes

  • interpret author literally, not as regex - (c03d158) - Luke Hsiao

Documentation

  • (CHANGELOG) add entry for v0.1.1 - (a204b5e) - Luke Hsiao

[0.1.0] - 2022-10-26

Features

  • initial implementation - (68b516c) - Luke Hsiao