- Add option to provide script temporary directory path instead of system temporary
- Updated header include guard macro name
- Fix: delete temp directory once done invocation
- Maintenance: Update string_buffer dependency
- Added void to no arg functions
- Added static to internal functions
- Adding lint checks as part of build
- Added cargo-make makefile for simpler sharing of optional development build instructions.
- Upgrade c_fsio to 0.1.5
- Upgrade c_fsio to 0.1.4
- Upgrade c_fsio to 0.1.3
- Test memory leaks in CI
- Fixed memory leaks
- Upgrade c_fsio to 0.1.2
- Internal functions are now namespaced with _scriptexec prefix.
- Upgrade c_string_buffer to 0.1.4
- Upgrade c_forever to 0.1.1
- Free memory in tests and example.
- Improved build setup (no need to list test names).
- Use fsio for file operations.
- Upgrade string_buffer dependency.
- Update cmake build to use shared cmake utilities.
- Additional tests.
- Update build to accept dependency tag value.
- Stability Improvements
- Upgrade to string_buffer 0.1.2
- Performance Improvements
- Initial Release