Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 1.6 KB

CHANGELOG.md

File metadata and controls

32 lines (20 loc) · 1.6 KB

CHANGELOG

0.4.0

  • Added a NodeJS example project #19.
  • Changed the behavior of tokio::interval to do the first tick immediately as in the original tokio crate #20, #12.

0.3.0

  • Added new methods (checked_duration_since, saturating_duration_since, checked_add and checked_sub) to std::time::Instant. #16, #9.
  • Fixed micro seconds precision lost issue. #10

0.2.1

  • Fixed the clippy warnings #14.
  • Implemented the Debug, Copy, Clone and Display traits for std::time::SystemTime #13.
  • Fixed the example on README file #11.

0.2.0

  • Used performance.now() and setTimeout from global scope instead of window #7.
  • NodeJS Support #3.
  • Web Worker Support #5.

0.1.0

  • Added serde support under a feature flag serde #6, #1.
  • Changed the version requirements of dependencies to match future versions.

0.0.1

  • Initial version with tokio, tokio_util, std APIs