- 0.0.1 - Initial version with tokio, tokio_util, std APIs
- 0.1.0 - Added serde support with an additional feature `serde`.
- Changed the version requirements of dependencies to match future versions
- 0.2.0 - Used `performance` and `set_timeout` from `js_sys::global`.
- Fixed #3 NodeJS Support
- Fixed #5 Web Worker Support
- 0.2.1 - Fixing the clippy warnings
- fix: impl traits on SystemTime
- Fix example inclusion