We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce43999 commit 1401a3eCopy full SHA for 1401a3e
lib/index.js
@@ -469,7 +469,7 @@ class GitStats {
469
theme: options.theme
470
, start: options.start
471
, end: options.end
472
- , firstDay: options.firstDay
+ , firstDay: options.firstDay // [DEPRECATED] https://github.com/IonicaBizau/git-stats/issues/121
473
, cal: cal
474
, raw: options.raw
475
}
@@ -661,6 +661,7 @@ GitStats.DEFAULT_CONFIG = {
661
// This defaults in library
662
, path: undefined
663
664
+ // [DEPRECATED] https://github.com/IonicaBizau/git-stats/issues/121
665
// This defaults in cli-gh-cal
666
, first_day: undefined
667
0 commit comments