@fullcalendar/moment
Advanced tools
Comparing version 5.0.0 to 5.1.0
/*! | ||
FullCalendar v5.0.0 | ||
FullCalendar v5.1.0 | ||
Docs & License: https://fullcalendar.io/ | ||
@@ -24,3 +24,3 @@ (c) 2020 Adam Shaw | ||
var endMom = convertToMoment(arg.end.array, arg.timeZone, arg.end.timeZoneOffset, arg.localeCodes[0]); | ||
return formatRange(cmd, createMomentFormatFunc(startMom), createMomentFormatFunc(endMom), arg.separator); | ||
return formatRange(cmd, createMomentFormatFunc(startMom), createMomentFormatFunc(endMom), arg.defaultSeparator); | ||
} | ||
@@ -27,0 +27,0 @@ return convertToMoment(arg.date.array, arg.timeZone, arg.date.timeZoneOffset, arg.localeCodes[0]).format(cmd.whole); // TODO: test for this |
{ | ||
"name": "@fullcalendar/moment", | ||
"version": "5.0.0", | ||
"version": "5.1.0", | ||
"title": "FullCalendar Moment Plugin", | ||
@@ -8,3 +8,3 @@ "description": "A connector to the MomentJS date library", | ||
"dependencies": { | ||
"@fullcalendar/common": "~5.0.0", | ||
"@fullcalendar/common": "~5.1.0", | ||
"tslib": "^2.0.0" | ||
@@ -11,0 +11,0 @@ }, |
Sorry, the diff of this file is not supported yet
13158
+ Added@fullcalendar/common@5.1.0(transitive)
- Removed@fullcalendar/common@5.0.1(transitive)
Updated@fullcalendar/common@~5.1.0