Skip to content

Releases: pydantic/speedate

v0.9.0

19 Jun 11:28
69d234e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.1...v0.9.0

v0.8.1

29 May 22:49
aa33bd2
Compare
Choose a tag to compare
  • 20a1c48 - prevent non-exact dates from timestamp

Full Changelog: v0.8.0...v0.8.1

v0.8.0

29 May 22:20
a6cc38c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.7.0...v0.8.0

v0.7.0

16 Aug 21:02
5e6059c
Compare
Choose a tag to compare
  • Optimise display methods by @zhuxiujia in #17
  • Add Date::today() and DateTime::now() #20

Full Changelog: v0.6.0...v0.7.0

v0.6.0

05 Jul 16:43
d697efc
Compare
Choose a tag to compare
  • set Duration limit to match python's timedelta at 999_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

02 Jul 12:05
8bd8048
Compare
Choose a tag to compare

Changes

  • Avoid overflow from large duration values #11
  • Fix negative duration comparisons #13

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

14 Jun 12:08
15c32f5
Compare
Choose a tag to compare

Restrict TZ offset to less than 24 hours #9

Full Changelog: v0.4.0...v0.4.1

v0.4.0

09 Jun 21:36
0ec9e77
Compare
Choose a tag to compare
  • comparison/inequality operators for DateTime, Date, Time and Duration #8

Full Changelog: v0.3.0...v0.4.0

v0.3.0

08 Jun 12:11
1bbd69d
Compare
Choose a tag to compare
  • 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

07 Jun 17:08
4bf5592
Compare
Choose a tag to compare

Adding date timestamp parsing #4

Full Changelog: v0.1.1...v0.2.0