Skip to content

v2.0.0

Compare
Choose a tag to compare
@Pr0methean Pr0methean released this 24 May 06:14
· 412 commits to master since this release
94765a4

πŸš€ Features

  • Add fmt::Display for DateTime
  • Implement more traits for DateTime

🚜 Refactor

  • Change type of last_modified_time to Option<DateTime>
  • [breaking] Rename from_msdos to from_msdos_unchecked, make it unsafe, and add try_from_msdos (#145)

βš™οΈ Miscellaneous Tasks

  • Continue to accept archives with invalid DateTime, and use now_utc() as default only when writing, not reading