Version 4.4.0
·
258 commits
to master
since this release
- Fixed #90:
- Introduced
WeakReadOnlyFile, an alternative toReadOnlyFilethat allows file modes other thanrb. The TOCTOU security guarantees are therefore slightly weaker with this class (hence the "Weak" part of the name). - Updated
Fileto allow stream objects (ReadOnlyFileandMutableFile) to be passed direclty instead of strings (for filenames) and resources (for open file handles).
- Introduced