v0.5.5
- ZipFS now works with non-BrowserFS buffers. Previously, it would fail because it would try to use the unsupported string encoding
extended_ascii
, which I custom wrote for BrowserFS buffers. I broke that out into a submodule so it can be used with other buffer implementations, so now ZipFS works.