Sha256: 7f05140dd8c3a99a6a8f05a8a707038a424eb3e3e9c048b037e45a5fb03b4bdf

Contents?: true

Size: 1.8 KB

Versions: 12

Compression:

Stored size: 1.8 KB

Contents

# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.0] - 2024-03-01

### Added
- Add Serde de/serialization support for `SystemTime` through a `serde`
  crate feature.


## [1.0.0] - 2024-01-14

### Added
- V1 release.


## [0.2.4] - 2023-12-24

### Added
- Added `web` module containing a platform-specific extension trait to
  `SystemTime`, allowing conversion from and to `std::time::SystemTime`.

### Changed
- Improve performance of `SystemTime` by using `Duration` internally.


## [0.2.3] - 2023-10-23

### Changed
- Improve accuracy of `Instant::now()`.


## [0.2.2] - 2023-10-08

### Fixed
- Time conversion for `Instant`.


## [0.2.1] - 2023-10-07 [YANKED]

### Changed
- Bump MSRV to v1.60.

### Removed
- Unnecessary `once_cell` dependency.


## [0.2.0] - 2023-03-28

### Added
- Export [`TryFromFloatSecsError`] without breaking MSRV.

[`TryFromFloatSecsError`]: https://doc.rust-lang.org/std/time/struct.TryFromFloatSecsError.html


## [0.1.0] - 2023-03-27

### Added
- Initial commit.


[Unreleased]: https://github.com/daxpedda/web-time/compare/v1.1.0...HEAD
[1.1.0]: https://github.com/daxpedda/web-time/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/daxpedda/web-time/compare/v0.2.4...v1.0.0
[0.2.4]: https://github.com/daxpedda/web-time/compare/v0.2.3...v0.2.4
[0.2.3]: https://github.com/daxpedda/web-time/compare/v0.2.2...v0.2.3
[0.2.2]: https://github.com/daxpedda/web-time/compare/v0.2.1...v0.2.2
[0.2.1]: https://github.com/daxpedda/web-time/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/daxpedda/web-time/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/daxpedda/web-time/releases/tag/v0.1.0

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
wasmtime-29.0.0 ./ext/cargo-vendor/web-time-1.1.0/CHANGELOG.md
wasmtime-28.0.0 ./ext/cargo-vendor/web-time-1.1.0/CHANGELOG.md
wasmtime-27.0.0 ./ext/cargo-vendor/web-time-1.1.0/CHANGELOG.md
wasmtime-26.0.0 ./ext/cargo-vendor/web-time-1.1.0/CHANGELOG.md
wasmtime-25.0.2 ./ext/cargo-vendor/web-time-1.1.0/CHANGELOG.md
wasmtime-25.0.1 ./ext/cargo-vendor/web-time-1.1.0/CHANGELOG.md
wasmtime-25.0.0 ./ext/cargo-vendor/web-time-1.1.0/CHANGELOG.md
wasmtime-24.0.0 ./ext/cargo-vendor/web-time-1.1.0/CHANGELOG.md
wasmtime-23.0.2 ./ext/cargo-vendor/web-time-1.1.0/CHANGELOG.md
wasmtime-22.0.0 ./ext/cargo-vendor/web-time-1.1.0/CHANGELOG.md
wasmtime-21.0.1 ./ext/cargo-vendor/web-time-1.1.0/CHANGELOG.md
wasmtime-20.0.2 ./ext/cargo-vendor/web-time-1.1.0/CHANGELOG.md