mirror of
https://github.com/IonicaBizau/git-stats.git
synced 2024-12-22 05:12:11 +01:00
doc: first_day is depecated
This commit is contained in:
parent
ce43999e5f
commit
1401a3e97c
1 changed files with 2 additions and 1 deletions
|
@ -469,7 +469,7 @@ class GitStats {
|
||||||
theme: options.theme
|
theme: options.theme
|
||||||
, start: options.start
|
, start: options.start
|
||||||
, end: options.end
|
, end: options.end
|
||||||
, firstDay: options.firstDay
|
, firstDay: options.firstDay // [DEPRECATED] https://github.com/IonicaBizau/git-stats/issues/121
|
||||||
, cal: cal
|
, cal: cal
|
||||||
, raw: options.raw
|
, raw: options.raw
|
||||||
}
|
}
|
||||||
|
@ -661,6 +661,7 @@ GitStats.DEFAULT_CONFIG = {
|
||||||
// This defaults in library
|
// This defaults in library
|
||||||
, path: undefined
|
, path: undefined
|
||||||
|
|
||||||
|
// [DEPRECATED] https://github.com/IonicaBizau/git-stats/issues/121
|
||||||
// This defaults in cli-gh-cal
|
// This defaults in cli-gh-cal
|
||||||
, first_day: undefined
|
, first_day: undefined
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue