doc: first_day is depecated

This commit is contained in:
Alexander Mart 2023-04-24 06:06:55 +07:00 committed by GitHub
parent ce43999e5f
commit 1401a3e97c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -469,7 +469,7 @@ class GitStats {
theme: options.theme
, start: options.start
, end: options.end
, firstDay: options.firstDay
, firstDay: options.firstDay // [DEPRECATED] https://github.com/IonicaBizau/git-stats/issues/121
, cal: cal
, raw: options.raw
}
@ -661,6 +661,7 @@ GitStats.DEFAULT_CONFIG = {
// This defaults in library
, path: undefined
// [DEPRECATED] https://github.com/IonicaBizau/git-stats/issues/121
// This defaults in cli-gh-cal
, first_day: undefined