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
## Added
- Add specs for kaocha.plugin/profiling data (#302).
## Fixed
- Fix issue where diffing `(is (= ...))` assertions sometimes fails
when comparing records.
- Fix the `--no-notifications` flag in the Notifier plugin
## Changed
- Some error codes were duplicated. This is a **breaking change** if you rely on error codes.
- When a test suite configuration value is not a collection or symbol, the
error code is now 250 instead of 252. The error code 252 is still used
when the configuration file fails to load.
- When registering a plugin fails due to being unable to load a namespace,
the error code is now 249 instead of 254. When registering a plugin
fails for other reasons, the error code is now 248 instead of 254. When
resolving a reporter var fails, the error code is still 254. You can
test for error codes between 240 and 249 to check for plugin errors
regardless of cause.
- Upgraded `lambdaisland/deep-diff` to `lambdaisland/deep-diff2`
0 commit comments