0.40.0
What's Changed
- feat: enable text, lines, and json to pull from stderr or combined buffers by @zephraph in #241
- feat: add cross-platform
which
command by @dsherret in #252 - feat: add
TemplateExpr
type by @dsherret in #259 - feat(path):
copyFile
->copy
and support copying directories by @dsherret in #260 - feat: publish to jsr by @dsherret in #261
- fix: better shebang support by @dsherret in #256
- fix: not finding a command should error in the shell by @dsherret in #257
New Contributors
Upgrading (Deno)
- Run
deno add @david/dax
- Update your import statement:
- import $ from "https://deno.land/x/dax@0.39.1/mod.ts"; + import $ from "@david/dax";
Or if you're not using a deno.json, import directly:
- import $ from "https://deno.land/x/dax@0.39.1/mod.ts";
+ import $ from "jsr:@david/dax@0.40.0";
Full Changelog: 0.39.2...0.40.0