Releases: zen-fs/iso
Releases · zen-fs/iso
0.3.3
0.3.2
0.3.1
0.3.0
- Changed from working directly with
DataView
s to using Utilium structs Uint8Array
s are now used instead ofArrayBuffer
s- Simplified ISO9660 vs Joliet handling
- Added end of file condition to
IsoFS
constructor, preventing an infinitewhile
loop - Renamed
TFFlags
toTFFlag
- Refactored
TFEntry
IsoFS
no longer creates aVolumeDescriptor
to check the type on contruction.- Removed
getJoiletString
- Refactored
Directory
to extendMap
- Changed to standard ES decorators
- Refactored a lot of code
- Enabled strict mode
- Added tests
- Upgraded utilium to
^0.7.0