v0.35.0 - filesystem overhaul
Features
- file_io now have methods for file read and write - (9de9aa6)
- added Buffers and File opening for File IO - (98743e1)
- can omit the 'astra.lua.' prefix from standard library - (27e09ff)
- filesystem buffer read and write added - (e4c166d)
Refactoring
- renamed components with Lua prefix to Astra - (0bfaeb3)
- added macros for file_io - (61d8e62)
- renamed io.rs to file_io.rs to reflect the changes clearly - (1e5ba81)
- [breaking] renamed io.lua to fs.lua to better reflect its nature - (a65781b)
- expanded the fs.rs into file_system.rs - (bf67d0a)
Full Changelog: v0.34.0...v0.35.0