Releases: raymondjavaxx/mp-yearmonth
Releases · raymondjavaxx/mp-yearmonth
v0.5.0
v0.4.0
YearMonth.current()
now accepts atz
argument to specify the timezone.- Made
YearMonth
instances immutable.
v0.3.1
- Use
__slots__
to optimize memory usage.
v0.3.0
Added
- Added
YearMonth.distance_to()
method for calculating the distance between twoYearMonth
instances.
v0.2.0
- Added support for membership test operators (
in
andnot in
) for checking if adate
ordatetime
falls within aYearMonth
. - Improved
YearMonth.parse()
performance.
v0.1.0
Initial release!