date-time icon indicating copy to clipboard operation
date-time copied to clipboard

Rename LocalDateRange::getStart() / getEnd()

Open BenMorel opened this issue 3 years ago • 2 comments

to getStartDate() / getEndDate(). Will require a version bump.

BenMorel avatar Jun 29 '21 16:06 BenMorel

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.

BenMorel avatar Jun 29 '21 17:06 BenMorel

Should have deprecated the non-*Date methods in YearMonthRange instead of removing the suffix from the LocalDateRange methods.

jurchiks avatar Sep 27 '21 20:09 jurchiks