Fixes & Reliability
- Safety: Added input validation to prevent potential crashes. (6bdde9b)
- Safety: Fixed a potential null pointer dereference issue. (df0b7f3)
- Cleanup: Removed a redundant file pointer check to clean up the code. (64f7088)
Documentation
- Docs: Added missing parameter documentation affecting header files. (70291b8)
Testing
Tests
- Added additional unit tests to improve coverage. (628eb35)
Full Changelog: v0.1.1...v0.1.2