Skip to content

Releases: savi-lang/Time

v0.20230617.0

17 Jun 16:08
9d9bafc
Compare
Choose a tag to compare

What's Changed

  • Update for latest Savi syntax. by @jemc in #23

Full Changelog: v0.20230131.0...v0.20230617.0

v0.20230131.0

31 Jan 17:43
600cdc0
Compare
Choose a tag to compare

What's Changed

  • Pull latest from savi-lang/base-standard-library by @savi-lang-bot in #17
  • Pull latest from savi-lang/base-standard-library by @savi-lang-bot in #20
  • Pull latest from savi-lang/base-standard-library by @savi-lang-bot in #19
  • Fix an issue with likely overflow in Windows time measurements. by @jemc in #21
  • Update for breaking changes in Savi v0.20230130.0. by @jemc in #22

Full Changelog: v0.20220513.0...v0.20230131.0

v0.20220513.0

13 May 22:40
504bc2c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.20220502.0...v0.20220513.0

v0.20220502.0

02 May 21:01
e2fa7e6
Compare
Choose a tag to compare

What's Changed

  • Fix FFI usage to stop using deprecated :ffimodule. by @jemc in e2fa7e6

Full Changelog: v0.20220325.0...v0.20220502.0

v0.20220325.0

25 Mar 23:35
26156be
Compare
Choose a tag to compare

What's Changed

  • Update enum declarations for latest Savi version. by @jemc in #13

Full Changelog: v0.20220321.0...v0.20220325.0

v0.20220321.0

21 Mar 14:05
d711732
Compare
Choose a tag to compare

What's Changed

  • Add Time.Duration data type. by @jemc in #12

Full Changelog: v0.20220318.1...v0.20220321.0

v0.20220318.1

18 Mar 21:49
8056c3e
Compare
Choose a tag to compare

What's Changed

  • Add Time.Measure functions leveraging system monotonic clocks. by @jemc in #9

Full Changelog: v0.20220316.1...v0.20220318.1

v0.20220318.0

18 Mar 21:43
1bc5581
Compare
Choose a tag to compare

What's Changed

  • Add Time.Measure functions leveraging system monotonic clocks. by @jemc in #9

Full Changelog: v0.20220316.1...v0.20220318.0

v0.20220316.1

16 Mar 20:17
1f0a887
Compare
Choose a tag to compare

What's Changed

  • Update away from deprecated names in latest Savi version. by @jemc in #8

Full Changelog: v0.20220316.0...v0.20220316.1

v0.20220316.0

16 Mar 19:37
5d169c4
Compare
Choose a tag to compare
Make `Time` and `Time.Formatter` both `:struct`s.