Skip to content

0.12.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@james-pre james-pre released this 17 May 18:48
· 423 commits to main since this release
v0.12.0
1d12c05
  • Overhauled file index:
    • Renamed FileIndex to Index
    • The index JSON format now uses versioning and "flat" entries
    • Index now preloads all files when loaded
    • Removed SyncIndexFS and AsyncIndexFS
    • Added IndexFS.reloadFiles (and *Sync)
  • Renamed FetchFS.preloadFile to FetchFS.preload
  • Removed FetchFS.empty
  • Renamed FetchFS.prefixUrl to FetchFS.naseUrl for consistancy with FetchOptions
  • Added optional generic type to StatsLike