Skip to content

Releases: etorreborre/specs2

Maintenance release

04 Jan 12:32
34d484c
Compare
Choose a tag to compare

fix #1209: do a proper check for JSON matchers when comparing strings or boolean values (the previous and incorrect version could end-up asserting that 1 == "1".

fix #1183. That fix was incorrectly backported to the 4.x series.

Maintenance release

05 Nov 17:29
Compare
Choose a tag to compare

This release fixes 2 issues:

  • #1200: by adding a MockThrownExpectations object which can be used with specification throwing exceptions on failures (like SpecWithJUnit)
  • #1201: fix incorrect failure messages for traversable matchers when using atLeast, atMost, exactly

Maintenance release

05 Nov 17:30
Compare
Choose a tag to compare

This release fixes 1 issue:

  • #1201: fix incorrect failure messages for traversable matchers when using atLeast, atMost, exactly

Maintenance release

10 Aug 14:21
Compare
Choose a tag to compare

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

10 Aug 14:18
Compare
Choose a tag to compare

Fix for #1183: error in JsonMatchers

07 Aug 10:12
Compare
Choose a tag to compare

This release fixes a bug with the JsonMatchers. Please read the description at #1183.

Maintenance release

12 Apr 08:07
Compare
Choose a tag to compare

This release upgrades the mockito dependency to the 4.x series (instead of 3.x)

Maintenance version

28 Jan 13:59
Compare
Choose a tag to compare

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

14 Nov 09:02
bbf99b7
Compare
Choose a tag to compare
SPECS2-5.2.0

set tag

Replacement for 4.18.0

14 Nov 09:01
bbf99b7
Compare
Choose a tag to compare
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