Skip to content

Releases: savi-lang/savi

v0.20240906.1

07 Sep 04:14
fcbb91c
Compare
Choose a tag to compare

What's Changed

  • Remove *_until-style iteration methods. by @jemc in #495
  • Fix tracing of Bool in TraceData.Mutable. by @jemc in #498

Full Changelog: v0.20240906.0...v0.20240906.1

v0.20240906.0

07 Sep 00:05
d59b999
Compare
Choose a tag to compare

What's Changed

  • Add TraceData.Mutable and TraceData.Mutator. by @jemc in #496
  • Fix some compiler errors to show more information. by @jemc in #497

Full Changelog: v0.20240831.0...v0.20240906.0

v0.20240831.0

31 Aug 12:39
1442cb7
Compare
Choose a tag to compare

What's Changed

  • Improvements to Indexable trait by @jemc in #494

Full Changelog: v0.20240830.0...v0.20240831.0

v0.20240830.0

30 Aug 23:30
7fa4b70
Compare
Choose a tag to compare

What's Changed

  • Add simple String.parse_f64! method. by @jemc in #492
  • Update ReflectionOfType to implement IntoString trait. by @jemc in #493

Full Changelog: v0.20240824.0...v0.20240830.0

v0.20240824.0

25 Aug 00:29
b426837
Compare
Choose a tag to compare

What's Changed

  • Add :prefer static option for :ffi_link_lib. by @jemc in #491

Full Changelog: v0.20240819.0...v0.20240824.0

v0.20240819.0

19 Aug 15:35
c2fb23b
Compare
Choose a tag to compare

What's Changed

  • Add support for LIBRARY_PATH environment variable. by @jemc in #490

Full Changelog: v0.20240818.0...v0.20240819.0

v0.20240818.0

19 Aug 05:04
d138939
Compare
Choose a tag to compare

What's Changed

  • Remove half-baked lambda concept from the language. by @jemc in #484
  • Fix Bytes read_native_* methods to gracefully handle unaligned addresses. by @jemc in #485
  • Fix MacOS CI by specifying latest image and XCode version by @jemc in #486
  • Change hash algorithm for String and Bytes. by @jemc in #487
  • Fix underlying declaration of _FFI.strlen to use the correct return type. by @jemc in #489
  • Fix for FFI casting a struct to its pointer field. by @jemc in #488

Full Changelog: v0.20240618.0...v0.20240818.0

v0.20240618.0

18 Jun 17:04
d824ca8
Compare
Choose a tag to compare

What's Changed

  • Add :ffi global cpointer declarator to give the address of a C global. by @jemc in #483

Full Changelog: v0.20240616.0...v0.20240618.0

v0.20240616.0

17 Jun 04:48
c2e2c3c
Compare
Choose a tag to compare

What's Changed

  • Add :ffi global variable bindings. by @jemc in #482

Full Changelog: v0.20240614.0...v0.20240616.0

v0.20240614.0

14 Jun 11:34
52c02e2
Compare
Choose a tag to compare

What's Changed

  • Add Env.OutStream.flush behavior. by @jemc in #480
  • Call pony_os_stdout_setup at the start of a Savi program. by @jemc in #481

Full Changelog: v0.20240611.0...v0.20240614.0