Releases: d4l-data4life/react-native-mmfile
Releases · d4l-data4life/react-native-mmfile
1.3.3
Changed
- add support for 16 KB page sizes
- upgrade to Nitro Modules 0.29.7
1.3.0
Changed
- trying to open and already open file will now fail
Added
- debug logs can be turned on via setting the env variable
NITRO_MMFILE_DEBUG=1
1.2.2
Fixed
- add header synchronisation for shrinked files
1.2.1
Fixed
- fix missing missing
lib/index.js
and lib/index.d.ts
files
1.2.0
Added
readDirSync()
and unlinkSync()
as synchronous alternatives to readDir()
and unlink()
Fixed
- fix
getFileSize()
and getEncryptedFileSize()
returned non-zero values for directories
1.1.1
Added
- added Medium article in README
Fixed
- fix repo link in package.json