Skip to content

Releases: lukeed/uvu

v0.3.4

01 Oct 21:10
Compare
Choose a tag to compare

Patches

  • (bin) Bail with non-zero exit code on boot/require error (#50): 973eb04

Chores

v0.3.3

11 Aug 16:34
Compare
Choose a tag to compare

Patches

  • (diff) Apply undefined and NaN preservation to Array value diff'ing (#44): 80172fa

v0.3.2

08 Aug 05:57
Compare
Choose a tag to compare

Patches

  • (diff) Preserve undefined and NaN values in diff details (#42): 4853b49
    Circumvent JSON.stringify which naturally hides/alters these values -- missing info!

  • (types) Move Arrayable and Promisable types into uvu namespace: d1f1b5f
    Avoids potential conflict(s) with user and/or third-party types.

  • (uvu) Print err.operator property only if it exists (#41): 18ada58
    Allows for custom and/or plain throw new Error in tests without visual artifact.
    Thank you @lukeshiru~!

v0.3.1

31 Jul 18:38
Compare
Choose a tag to compare

Features

  • (assert): Added assert.match and assert.not.match operators (#34): 74d1d84

Patches

  • (uvu) Allow uvu to run in the browser without process shims (#37): 878524c

v0.3.0

21 Jul 17:58
Compare
Choose a tag to compare

Features

Examples

Chores

  • (bench): Run jest with --env=node flag for fairplay (#28): f9f268c
  • (bench): Update benchmark results (#28): 6dd7b5f

v0.2.3

16 Jul 04:46
Compare
Choose a tag to compare

Patches

  • (diff) Ensure multi-line string vs non-string does not throw TypeError (#26): e9f5148
  • (diff) Ensure string vs non-string does not throw TypeError (#26): 4235ed5

Examples

Chores

v0.2.2

14 Jul 03:22
Compare
Choose a tag to compare

Patches

  • (cli) Allow --require hooks to local files: 43322ff

Examples

Chores

  • (action): attempt to de-dupe triggers: 9bee1c8

v0.2.1

11 Jul 19:41
Compare
Choose a tag to compare

Patches

  • (diff) Fix comma placement within complex-Array diffs: 29070e4
  • (assert) Remove unused import (#15): 68d1ff7
  • (cli) Update --bail help text: ae6eb8e

Chores

v0.2.0

10 Jul 18:43
Compare
Choose a tag to compare

Features

Patches

  • fix(assert): no diff for throws assertion: 0a2db3e
    Hide the true vs false report; useless

  • fix(assert): use compare for is method: 9c87085
    Using compare allows for improved string reports (proxy chars or lines)

Chores

v0.1.0

09 Jul 07:51
Compare
Choose a tag to compare

First public release!