0.6.2
✨ New features
MonthDay::of()
andMonthDay::withMonth()
now accept aMonth
enum as parameter (#106)LocalDate::of()
andLocalDate::withMonth()
now accept aMonth
enum as parameter (#106)LocalDateTime::of()
andLocalDateTime::withMonth()
now accept aMonth
enum as parameter (#106)ZonedDateTime::withMonth()
now accepts aMonth
enum as parameter (#106)
✨ Undeprecations
- Passing an
int
toYear::atMonth()
is un-deprecated, and now valid again (#103) - Passing an
int
toYearMonth::of()
andYearMonth::withMonth()
is un-deprecated, and now valid again (#103) - Passing an
int
toYearWeek::atDay()
is un-deprecated, and now valid again (#103)
Thanks to @gnutix!