v0.2.0
- Added support for membership test operators (
in
andnot in
) for checking if adate
ordatetime
falls within aYearMonth
. - Improved
YearMonth.parse()
performance.
in
and not in
) for checking if a date
or datetime
falls within a YearMonth
.YearMonth.parse()
performance.