httpdate
HTTP date parsing and formatting
1.0.3
552M downloads/mo
#180 most downloaded on crates.io
pyfisch/httpdate
What this package is like to depend on
Last release 3 years ago
no release in 18 months
Release timing varies
gaps range from 2 months to 2.9 years
Some releases are documented
notes for 5 of 10 stable releases
Nothing withdrawn
no release was ever pulled
10 years old
11 releases · first in 2016
0 releases in the last 12 months
see the full history below
Release timeline
11 releases · Oct 2016 to Aug 2023Releases
latest 11-
1.0.313 Aug 2023 -
1.0.217 Nov 2021 -
1.0.124 May 2021Release notes
Open source →Bugfix release. In version 1.0.0 the crate would accept bogus dates with a wrong weekday. This resulted in dates for the same instant not being equal.
- Check if parsed date strings are self-consistent i.e. the day actually exists in the calendar.
-
1.0.031 Mar 2021Release notes
Open source →Finally release a stable v1.0! 🥳
The crate is mostly unchanged from v0.3, you should be able to upgrade without any issues.- Implement
HashforHttpDate - Fix wrong (default) implementation of
Ord, nowOrdandPartialOrdagree on the ording. (Found using clippy) - Remove public
From<ParseIntError> for Errorimplementation. (Was only useful internally) - Switch to GitHub actions
- Use default docs.rs docs instead of self-hosted docs.
- Implement
-
1.0.0-alpha29 Mar 2021 pre-releaseNothing published for this version
-
0.3.202 May 2018Nothing published for this version
-
0.3.104 Mar 2018 -
0.3.006 Sep 2017Nothing published for this version
-
0.2.104 Mar 2017Nothing published for this version
-
0.2.024 Dec 2016Nothing published for this version
-
0.1.015 Oct 2016Nothing published for this version