Skip to content

v0.5.2

Compare
Choose a tag to compare
@lukeed lukeed released this 08 Oct 23:56
· 23 commits to master since this release

Patches

  • (uvu) Improve deferral for single-file execution (#145): 2a3a598
    This allows top-level await when using the node <file> approach.

  • (uvu/diff): Handle undefined|null vs object values (#94): 0acb895

  • (uvu/assert): Normalize windows newlines (\r\n) for snapshot & fixture helpers: 2ec6735

  • (uvu/assert): Rewrite dedent with for-loop (#117): b84c0a4
    Thank you @bartveneman~!

  • (uvu/assert): Include TypeScript asserts typehint for assert.ok method (#105): a1f9bfb
    Thank you @ryanatkn~!

  • (types): Replace VoidFunction type (#89): 1d75357

Examples

Chores


Full Changelog: v0.5.1...v0.5.2