Skip to content

v5.22.0

Choose a tag to compare

@github-actions github-actions released this 22 May 09:39
· 25 commits to main since this release
25b923a

Minor Changes

  • CachedInputFileSystem#purge accepts a second { exact?: boolean } argument; exact: true removes only entries whose key matches what exactly instead of any entry whose key starts with what. (by @alexander-akait in #591)