- Added a NodeJS example project #19.
- Changed the behavior of
tokio::interval
to do the first tick immediately as in the originaltokio
crate #20, #12.
- Added new methods (
checked_duration_since
,saturating_duration_since
,checked_add
andchecked_sub
) tostd::time::Instant
. #16, #9. - Fixed micro seconds precision lost issue. #10
- Fixed the clippy warnings #14.
- Implemented the
Debug
,Copy
,Clone
andDisplay
traits forstd::time::SystemTime
#13. - Fixed the example on README file #11.
- Used
performance.now()
andsetTimeout
from global scope instead of window #7. - NodeJS Support #3.
- Web Worker Support #5.
- Added serde support under a feature flag
serde
#6, #1. - Changed the version requirements of dependencies to match future versions.
- Initial version with tokio, tokio_util, std APIs