v0.0.4
What's Changed
Enhancements
- Add
with_*methods toDateandDateTimeby @nekevss in #84 - Implement
DateTimediffing methodsUntilandSinceby @nekevss in #83 - Implement compare functionality and some more traits by @nekevss in #82
- Updates to instant and its methods by @nekevss in #85
- Implement
DateTimeround method by @nekevss in #88 - Add
PartialTimeandPartialDateTimewith correspondingwithmethods. by @nekevss in #92 - Remove num-bigint dependency and rely on primitives by @nekevss in #103
- Stub out tzdb support to unblock
NowandZonedDateTimeby @nekevss in #99 - Stub out
tzdbsupport for Windows and POSIX tz string by @nekevss in #100 - Implement
ZonedDateTime's add and subtract methods by @nekevss in #102 - Add
from_partialmethods toPlainTime,PlainDate, andPlainDateTimeby @nekevss in #106
Other Changes
- Add commit-message prefix to dependabot by @nekevss in #77
- Add prefix option to commit-message by @nekevss in #79
- Add some missing trait implementations by @nekevss in #81
- Refactor
TemporalFieldsinterface and addFieldsKeyenum by @nekevss in #87 - Update
Durationtypes to use aFiniteF64instead off64primitive. by @nekevss in #86 - adding methods for yearMonth and MonthDay by @jasonwilliams in #44
- Fix lints for rustc 1.80.0 by @jedel1043 in #91
- Add is empty for partialDuration by @jasonwilliams in #90
- Implement
MonthCode,PartialDate, andDate::withby @nekevss in #89 - Patch for partial records by @nekevss in #94
- Refactor
TemporalFieldsintoCalendarFieldsby @nekevss in #95 - Update README.md by @jasonwilliams in #96
- General API cleanup and adjustments by @nekevss in #97
- Move to no_std by @Manishearth in #101
- Add matrix links to README and some layout adjustments by @nekevss in #108
- Some
Erroroptimizations by @CrazyboyQCD in #112 - Bug fixes and more implementation by @jasonwilliams in #110
- Migrate to
web_time::SystemTimeforwasm32-unknown-unknowntargets by @nekevss in #118 - Add an
EpochNanosecondnew type by @nekevss in #116 - bump release by @jasonwilliams in #120
New Contributors
- @jasonwilliams made their first contribution in #44
- @Manishearth made their first contribution in #101
- @CrazyboyQCD made their first contribution in #112
Full Changelog: v0.0.3...v0.0.4