0.29.0
What's Changed
- feat: allow providing
PathRef
andimport.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
andURL
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
- @bartlomieju made their first contribution in #118
Full Changelog: 0.28.0...0.29.0