Open BenMorel opened 3 years ago
Oops, this was already like this before, and was changed in #13, for consistency with YearMonthRange::getStart()
/ getEnd()
.
Not sure what the best move is here.
Should have deprecated the non-*Date
methods in YearMonthRange
instead of removing the suffix from the LocalDateRange methods.
to
getStartDate()
/getEndDate()
. Will require a version bump.