Skip to content

v0.3.3

Compare
Choose a tag to compare
@joshstoik1 joshstoik1 released this 06 Jan 21:04
· 213 commits to master since this release

Added

  • New enum: utc2k::Month
  • FmtUtc2k::eq::<&str>
  • FmtUtc2k::eq::<&String>
  • FmtUtc2k::eq::<String>
  • FmtUtc2k::to_rfc2822
  • Utc2k::from::<FmtUtc2k>
  • Utc2k::from_rfc2822
  • Utc2k::month_enum
  • Utc2k::to_rfc2822
  • Weekday::add::<u8>..Weekday::add::<u64> and corresponding AddAssigns
  • Weekday::eq::<u8>..Weekday::eq::<u64>
  • Weekday::from::<u8>..Weekday::from::<u64>
  • Weekday::now
  • Weekday::sub::<u8>..Weekday::sub::<u64> and corresponding SubAssigns
  • Weekday::tomorrow
  • Weekday::try_from::<&str>
  • Weekday::try_from::<String>
  • Weekday::yesterday

Changed

  • Performance optimizations for Utc2k::sub::<u32>
  • Weekday is now represented as a u8

Deprecated

  • Weekday::as_u8