Releases: lukeed/uvu
v0.3.4
Patches
Chores
v0.3.3
v0.3.2
Patches
-
(diff) Preserve
undefined
andNaN
values in diff details (#42): 4853b49
CircumventJSON.stringify
which naturally hides/alters these values -- missing info! -
(types) Move
Arrayable
andPromisable
types intouvu
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 plainthrow new Error
in tests without visual artifact.
Thank you @lukeshiru~!
v0.3.1
v0.3.0
v0.2.3
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
- Add "coverage" example: c78812a
- Add "watch" example: 6716667
Chores
- (bench) add AVA to benchmark: 538e441
- (docs) Add
/docs/watch.md
documentation (#17): 941a652 - (docs) Attach link to
/examples/coverage
within "Coverage" document: 08b3d64 - (docs) Fix typo in
/docs/api.assert.md
document (#25): 37056bb - (example) Use
import
statements within"svelte"
example: c03a226 - (example) Use
import
statements within"preact"
example: 52fdb90 - (example) Ensure
"preact"
example sets up valid HTML (#21): 5bc997d - (action) Attach OS matrix-value within CI action: 54ebfb8
- (action) Add
ignore-paths
config for CI triggers: 94e541c
v0.2.2
v0.2.1
v0.2.0
Features
-
Added
before.each
andafter.each
suite hooks (#9, #11): c3965c8
Documentation available here.
Thank you @hyanmandian~!
Patches
-
fix(assert): no diff for
throws
assertion: 0a2db3e
Hide thetrue
vsfalse
report; useless -
fix(assert): use
compare
foris
method: 9c87085
Usingcompare
allows for improved string reports (proxychars
orlines
)