Releases: jwodder/julian-rs
Releases · jwodder/julian-rs
v0.5.0 — Const-ness and a slight reorg
v0.4.0 — More traits for iterators
- Increased MSRV to 1.65
Days
,Dates
,Later
,Earlier
,AndLater
, andAndEarlier
now implementClone
,Debug
,Eq
, andPartialEq
v0.3.1 — Lowered MSRV to 1.62
Version 0.3.1
v0.3.0 — Command-line interface
- Added a
julian
binary for converting Julian day numbers to & from calendar datesjulian
now has acli
feature enabled by default that adds the dependencies needed by the binary. Library users are advised to disable default features so as not to pull these in.
v0.2.0
- Added a
chrono
feature for enabling conversions to & fromchrono
types - Gave
MonthShape
acalendar()
method for obtaining the associatedCalendar
- Gave
MonthShape
nth_date()
anddates()
methods for obtainingDate
objects belonging to the month - New
Date
methods:pred()
— returns the previous datesucc()
— returns the next datelater()
— returns an iterator over all later datesearlier()
— returns an iterator over all earlier datesand_later()
— returns an iterator that yields the receiver and all later datesand_earlier()
— returns an iterator that yields the receiver and all earlier dates
- Added a
Weekday
enum and aDate::weekday()
method
v0.1.0 — Initial release
Version 0.1.0