Skip to content

v4.5.0

Latest

Choose a tag to compare

@github-actions github-actions released this 13 Sep 11:59
· 1 commit to main since this release
1cb9c8d

Minor Changes

  • The absolutePath keyword reads a file: URL the way Node's own URL parser does: the scheme may be followed by any number of slashes, so file:/directory is accepted alongside file:///directory, and it is matched case-insensitively, so FILE:///directory is too. A scheme with no slash after it — file:directory — still names no absolute path and is rejected. (by @alexander-akait in #226)