What's Changed
- fix(fs,permissions): builtin export parity, sandbox escapes, error shape by @jeffyaw in #40
- fix(bench): stale-binary trap, unstable sample counts, three drifting tables by @jeffyaw in #41
- fix(cli): --permission was silently ignored by
oam replandoam testby @jeffyaw in #42 - feat(fs): fd-based ops -- fsync, fdatasync, ftruncate, fchmod, fchown, futimes by @jeffyaw in #43
- feat(fs): path-based ownership and time -- chown, lchown, utimes, lutimes, lchmod by @jeffyaw in #44
- fix(fs): positional read/write moved the fd cursor; error props enumerated wrong by @jeffyaw in #45
- fix(fs): one descriptor space -- an fd now crosses the sync/async boundary by @jeffyaw in #46
- feat(fs): openAsBlob -- and stop Blob leaking its payload through JSON.stringify by @jeffyaw in #47
- feat(fs): readv/writev -- and the async read that silently ignored its position by @jeffyaw in #48
Full Changelog: v0.9.0...v0.9.1