Releases: pydantic/speedate
Releases · pydantic/speedate
v0.9.0
What's Changed
- Fix Duration parsing by @aminalaee in #35
- CI check by @samuelcolvin in #36
Full Changelog: v0.8.1...v0.9.0
v0.8.1
- 20a1c48 - prevent non-exact dates from timestamp
Full Changelog: v0.8.0...v0.8.1
v0.8.0
What's Changed
- use coverage-prepare by @samuelcolvin in #22
- exclude tests from coverage by @samuelcolvin in #25
- Fix clippy errors by @aminalaee in #30
- Using single quote character mode, and override the check for
bool_to_int_with_if
by @mkdir700 in #29 - Move tz_offset to Time by @aminalaee in #32
- parse timestamps by @samuelcolvin in #33
New Contributors
- @aminalaee made their first contribution in #30
- @mkdir700 made their first contribution in #29
Full Changelog: v0.7.0...v0.8.0
v0.7.0
- Optimise display methods by @zhuxiujia in #17
- Add
Date::today()
andDateTime::now()
#20
Full Changelog: v0.6.0...v0.7.0
v0.6.0
- set
Duration
limit to match python'stimedelta
at999_999_999
days c6dc909
Breaking Change: Duration.day
is now a u32
, not a u64
.
Full Changelog: v0.5.0...v0.6.0
v0.5.0
Changes
Breaking Change: as part of #11, Duration::new
now returns a Result<Duration, ParseError>
, not just a Duration
since arithmetic while normalising durations can overflow.
Full Changelog: v0.4.1...v0.5.0
v0.4.1
Restrict TZ offset to less than 24 hours #9
Full Changelog: v0.4.0...v0.4.1
v0.4.0
- comparison/inequality operators for
DateTime
,Date
,Time
andDuration
#8
Full Changelog: v0.3.0...v0.4.0
v0.3.0
- make datetime tz offset seconds, more tests and strictness #7
- more test cases from python c10565b
- lower case error messages 1bbd69d
Full Changelog: v0.2.0...v0.3.0
v0.2
Adding date timestamp parsing #4
Full Changelog: v0.1.1...v0.2.0