Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@james-pre james-pre released this 03 Oct 21:49
· 23 commits to main since this release
v0.3.0
2c31887
  • Changed from working directly with DataViews to using Utilium structs
  • Uint8Arrays are now used instead of ArrayBuffers
  • Simplified ISO9660 vs Joliet handling
  • Added end of file condition to IsoFS constructor, preventing an infinite while loop
  • Renamed TFFlags to TFFlag
  • Refactored TFEntry
  • IsoFS no longer creates a VolumeDescriptor to check the type on contruction.
  • Removed getJoiletString
  • Refactored Directory to extend Map
  • Changed to standard ES decorators
  • Refactored a lot of code
  • Enabled strict mode
  • Added tests
  • Upgraded utilium to ^0.7.0