Skip to content

0.29.0

Compare
Choose a tag to compare
@dsherret dsherret released this 14 Mar 03:06
· 103 commits to main since this release
4c18b65

What's Changed

  • feat: allow providing PathRef and import.meta to $.cd by @dsherret in #119
  • feat: PathRef - add custom inspect implementation by @dsherret in #120
  • feat: PathRef - simplify symlink creation functions by @bartlomieju in #118
  • feat: upgrade to deno_std 0.179 by @dsherret in #121
  • feat: PathRef - createSymlinkTo - require specifying if absolute or relative for PathRef and URL args by @dsherret in #122

The symlink creation methods on PathRef have been simplified to just $.path("mySymlink").createSymlinkTo("targetPath"). You can also provide a PathRef or URL as the target path, but you must specify if relative of absolute (ex. $.path("mySymlink").createSymlinkTo(otherPath, { kind: "relative" })).

New Contributors

Full Changelog: 0.28.0...0.29.0