Skip to content

Releases: savi-lang/File

v0.20241116.0

16 Nov 08:23
1e34922
Compare
Choose a tag to compare

What's Changed

  • Add ext_name, base_name, and dir_name convenience methods. by @jemc in #8

Full Changelog: v0.20240912.0...v0.20241116.0

v0.20240912.0

12 Sep 13:44
675491e
Compare
Choose a tag to compare

What's Changed

  • Initial library with File.Dumper and File.Loader capabilities. by @jemc in #1
  • Add support for Windows. by @jemc in #2
  • Add timestamps to File.Info. by @jemc in #3
  • Refactor to raise error values instead of yielding them. by @jemc in #4
  • Fix FFI declaration for open (to be variadic). by @jemc in #5
  • Add File.Watcher (currently implemented only on Linux). by @jemc in #6

New Contributors

  • @jemc made their first contribution in #1

Full Changelog: https://github.com/savi-lang/File/commits/v0.20240912.0