Skip to content

Tags: lambdaisland/kaocha

Tags

v1.91.1392

Toggle v1.91.1392's commit message
# 1.91.1392 (2024-05-23 / c2d7e1f)

## Fixed

- Handle assertions using `:actual (not= ,,,)` output format, this fixed
  deep-diff when using the Expectations library.

v1.90.1383

Toggle v1.90.1383's commit message
# 1.90.1383 (2024-05-15 / 165bd62)

## Changed

- Always make the notifier plugin a no-op in CI environments, so when `(= "true" (getenv "CI"))`

v1.89.1380

Toggle v1.89.1380's commit message
# 1.89.1380 (2024-05-07 / d10b0de)

## Changed

- We no longer depend on clojure or spec.alpha, as it is assumed your app
  declares its own Clojure dependency, which will pull in the matching
  spec.alpha version.

v1.88.1376

Toggle v1.88.1376's commit message
# 1.88.1376 (2024-03-25 / 8308e16)

## Fixed

- Track all results when `:once` fixtures call `f` multiple times.
  (thanks [@NoahTheDuke](https://github.com/NoahTheDuke))

## Changed

- Version bumps

v1.87.1366

Toggle v1.87.1366's commit message
# 1.87.1366 (2023-09-27 / f514905)

## Added

- Added `kaocha.stacktrace/*stacktrace-stop-list*` binding to stop printing a stacktrace after matching a string

v1.86.1355

Toggle v1.86.1355's commit message
# 1.86.1355 (2023-08-30 / a81f4cb)

## Fixed

- [watch] Fix watching when paths do not exist.
- [watch] Respect disabling of unload/reload when watching.
- [watch] Respect clojure.tools.namespace.repl load/unload metadata.

0.6.0

Toggle 0.6.0's commit message
Bump version to 0.6.0

0.5.0

Toggle 0.5.0's commit message
Bump version to 0.5.0

v1.85.1342

Toggle v1.85.1342's commit message
# 1.85.1342 (2023-06-12 / eebd294)

## Changed

- Update deep-diff2 to `2.9.202` so Kaocha tests can benefit from faster hash-map diffing.

v1.84.1335

Toggle v1.84.1335's commit message
# 1.84.1335 (2023-05-22 / 33735a1)

## Added

## Fixed

- Get rid of extra space in output when using the `:print-invocations` plugin
-  Prevent `ClassCastException` when using Ctrl-C (SIGINT) after enabling
    `--watch`

## Changed

- Bump tools.cli to 1.0.219