v0.5.2
Patches
-
(
uvu
) Improve deferral for single-file execution (#145): 2a3a598
This allows top-levelawait
when using thenode <file>
approach. -
(
uvu/diff
): Handleundefined|null
vs object values (#94): 0acb895 -
(
uvu/assert
): Normalize windows newlines (\r\n
) forsnapshot
&fixture
helpers: 2ec6735 -
(
uvu/assert
): Rewritededent
with for-loop (#117): b84c0a4
Thank you @bartveneman~! -
(
uvu/assert
): Include TypeScriptasserts
typehint forassert.ok
method (#105): a1f9bfb
Thank you @ryanatkn~!
Examples
-
NEW: Add
/examples/esbuild
demo (#119): d56753e, 8792e3b
Thank you @osdevisnot~! -
NEW: Add
/examples/typescript.module
example: 75b6573
Shows how to use TypeScript tests in a file that also uses ESM via"type": "module"
source. -
Simplify the
/examples/typescript
demo: 44a437d
Replacests-node
usage withtsm
instead!
Chores
-
(docs): Add
assert.match
andassert.not.match
info (#118): 271b7f1
Thank you @aldy505~! -
(docs): Remove duplicate
esm
content (#83): ae7fd4e
Thank you @apfelbox~!
Full Changelog: v0.5.1...v0.5.2