Releases: etorreborre/specs2
Releases · etorreborre/specs2
Maintenance release
Maintenance release
Maintenance release
This release fixes 1 issue:
- #1201: fix incorrect failure messages for traversable matchers when using
atLeast
,atMost
,exactly
Maintenance release
This release fixes 2 issues:
- #1185 "Inconsistent behavior for Props created with Matcher vs created with extension method 'must'"
- #1183 "json matcher selecting 0th element on null array succeeds but should fail"
In addition the success messages for numeric matchers (be less, be greater, etc...) have been improved.
Fix for an inconsistent behavior in forms props
This is a fix for issue #1185
Fix for #1183: error in JsonMatchers
This release fixes a bug with the JsonMatchers
. Please read the description at #1183.
Maintenance release
This release upgrades the mockito dependency to the 4.x series (instead of 3.x)
Maintenance version
This version pushes a simple change (backport a JsonMatchers
object) and fixes the incorrectly published 4.19.1
jars for Scala 3.
Replacement for 5.1.0
SPECS2-5.2.0 set tag
Replacement for 4.18.0
revert #1112 (#1116) * revert #1112 https://github.com/etorreborre/specs2/pull/1112/files This causes beEqualTo usages with vague types to fail compilation. * added a test * fix formatting * fix formatting 2 * fix compilation * CR * format * small fix