You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 1.91.1392 (2024-05-23 / c2d7e1f)
## Fixed
- Handle assertions using `:actual (not= ,,,)` output format, this fixed
deep-diff when using the Expectations library.
# 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.
# 1.87.1366 (2023-09-27 / f514905)
## Added
- Added `kaocha.stacktrace/*stacktrace-stop-list*` binding to stop printing a stacktrace after matching a string
# 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