Releases: clojure-expectations/clojure-test
Releases · clojure-expectations/clojure-test
2.1.201
2.1.188
2.1.182
- Improved failure reporting: most failures now provide an additional message describing the failure as well as improving how the expected and actual values are displayed (primarily hiding
=?
and showing a more accurate/intuitive test form). - Update
deps.edn
to use:main-args
(instead of:main-opts
) for parameterized tasks inbuild.clj
-- see Running Tasks based on Aliases - Drop support for Java 8 (it may continue to work but it is no longer tested).
- Update dependencies to latest stable versions.
2.0.165
2.0.160
2.0.157
Fix a regression in how class names were treated as predicates in expectations.
2.0.156
2.0.143
2.0.137 (2.0.x "Gold" Release)
The following changes have been made since Alpha 2, back in June:
- Address #22 by adding
clj-kondo.exports
(this is just a first pass; the:lint-as
mappings will probably be replaced by hooks in the future). - Fix #19 by supporting regex/patterns dynamically inside
=?
(as well as the compile-time support already inexpect
). - Update
build-clj
to v0.5.0. - Switch to
build.clj
/tools.build
for CI/deploy.
2.0.0 Alpha 2
Mostly a documentation refresh compared to Alpha 1.