Notable Changes
- Upgraded to SQLite
2.38.0
, which supports new JSON operators->
and->>
đ - Added
csv-noheader
andtsv-noheader
output formats for excluding CSV/TSV headers đ - New time formatting utility functions
time_diff
andapprox_dur
đ - New
github_repo
scalar function for retrieving GitHub repo info as JSON âšī¸
Overall Changes
- fix: address issue with mailmap parsing not occurring by @patrickdevivo in #255
- fix: rename scalar funs to
time_diff
andapprox_dur
by @patrickdevivo in #262 - feat: time formatting sqlite print functions by @Vialeon in #261
- feat: implement
github_repo
scalar function by @patrickdevivo in #263 - feat: upgrade sqlite to
2.38.0
(and other go deps as well) by @patrickdevivo in #264 - feat: add some screenshots to the
README
by @patrickdevivo in #265 - feat: implement
csv-noheader
andtsv-noheader
output formats by @patrickdevivo in #267 - feat: vendor
libgit2
(viagit2go
) by @patrickdevivo in #266
Full Changelog: v0.5.4...v0.5.5