Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit ab58aaf

Browse files
committed
Release 0.7.1
1 parent 7a876a7 commit ab58aaf

File tree

9 files changed

+107
-24
lines changed

9 files changed

+107
-24
lines changed

generated-docs/out/integrations/cats.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ This module contains integration layer between [org.typelevel.cats](https://gith
55
## sbt
66

77
```scala
8-
"com.softwaremill.diffx" %% "diffx-cats" % "0.7.0" % Test
8+
"com.softwaremill.diffx" %% "diffx-cats" % "0.7.1" % Test
99
```
1010

1111
## mill
1212

1313
```scala
14-
ivy"com.softwaremill.diffx::diffx-cats::0.7.0"
14+
ivy"com.softwaremill.diffx::diffx-cats::0.7.1"
1515
```
1616

1717
## Usage

generated-docs/out/integrations/refined.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ This module contains integration layer between [eu.timepit.refined](https://gith
55
## sbt
66

77
```scala
8-
"com.softwaremill.diffx" %% "diffx-refined" % "0.7.0" % Test
8+
"com.softwaremill.diffx" %% "diffx-refined" % "0.7.1" % Test
99
```
1010

1111
## mill
1212

1313
```scala
14-
ivy"com.softwaremill.diffx::diffx-refined::0.7.0"
14+
ivy"com.softwaremill.diffx::diffx-refined::0.7.1"
1515
```
1616

1717
## Usage

generated-docs/out/integrations/tagging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ This module contains integration layer between [com.softwaremill.common.tagging]
55
## sbt
66

77
```scala
8-
"com.softwaremill.diffx" %% "diffx-tagging" % "0.7.0"
8+
"com.softwaremill.diffx" %% "diffx-tagging" % "0.7.1"
99
```
1010

1111
## mill
1212

1313
```scala
14-
ivy"com.softwaremill.diffx::diffx-tagging::0.7.0"
14+
ivy"com.softwaremill.diffx::diffx-tagging::0.7.1"
1515
```
1616

1717
## Usage

generated-docs/out/test-frameworks/munit.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ To use with munit, add following dependency:
55
## sbt
66

77
```scala
8-
"com.softwaremill.diffx" %% "diffx-munit" % "0.7.0" % Test
8+
"com.softwaremill.diffx" %% "diffx-munit" % "0.7.1" % Test
99
```
1010

1111
## mill
1212

1313
```scala
14-
ivy"com.softwaremill.diffx::diffx-munit::0.7.0"
14+
ivy"com.softwaremill.diffx::diffx-munit::0.7.1"
1515
```
1616

1717
## Usage
@@ -42,3 +42,18 @@ val left: Foo = Foo(
4242
assertEqual(left, right)
4343
```
4444

45+
## Versions matrix
46+
47+
Below table shows past Diffx releases with the corresponding munit version they were build with.
48+
For newer versions checkout the release changelog.
49+
50+
| Diffx | scalatest |
51+
|--------|:---------:|
52+
| 0.7.0 | 0.7.29 |
53+
| 0.6.0 | 0.7.29 |
54+
| 0.5.6 | 0.7.28 |
55+
| 0.5.5 | 0.7.27 |
56+
| 0.5.4 | 0.7.27 |
57+
| 0.5.3 | 0.7.26 |
58+
| 0.5.2 | 0.7.26 |
59+

generated-docs/out/test-frameworks/scalatest.md

Lines changed: 25 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,24 +6,24 @@ To use with scalatest, add the following dependency:
66

77
For use with `should` matchers:
88
```scala
9-
"com.softwaremill.diffx" %% "diffx-scalatest-should" % "0.7.0" % Test
9+
"com.softwaremill.diffx" %% "diffx-scalatest-should" % "0.7.1" % Test
1010
```
1111

1212
For use with `must` matchers:
1313
```scala
14-
"com.softwaremill.diffx" %% "diffx-scalatest-must" % "0.7.0" % Test
14+
"com.softwaremill.diffx" %% "diffx-scalatest-must" % "0.7.1" % Test
1515
```
1616

1717
## mill
1818

1919
For use with `should` matchers:
2020
```scala
21-
ivy"com.softwaremill.diffx::diffx-scalatest-must::0.7.0"
21+
ivy"com.softwaremill.diffx::diffx-scalatest-must::0.7.1"
2222
```
2323

2424
For use with `must` matchers:
2525
```scala
26-
ivy"com.softwaremill.diffx::diffx-scalatest-must::0.7.0"
26+
ivy"com.softwaremill.diffx::diffx-scalatest-must::0.7.1"
2727
```
2828

2929
## Usage
@@ -56,3 +56,24 @@ val left: Foo = Foo(
5656

5757
left shouldMatchTo(right)
5858
```
59+
60+
## Versions matrix
61+
62+
Below table shows past Diffx releases with the corresponding scalatest version they were build with.
63+
For newer versions checkout the release changelog.
64+
65+
| Diffx | scalatest |
66+
|--------|:---------:|
67+
| 0.7.0 | 3.2.10 |
68+
| 0.6.0 | 3.2.10 |
69+
| 0.5.x | 3.2.9 |
70+
| 0.4.5 | 3.2.6 |
71+
| 0.4.4 | 3.2.4 |
72+
| 0.4.3 | 3.2.4 |
73+
| 0.4.2 | 3.2.4 |
74+
| 0.4.1 | 3.2.3 |
75+
| 0.4.0 | 3.2.3 |
76+
| 0.3.30 | 3.2.3 |
77+
| 0.3.29 | 3.1.2 |
78+
| 0.3.28 | 3.1.1 |
79+

generated-docs/out/test-frameworks/specs2.md

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ To use with specs2, add the following dependency:
55
## sbt
66

77
```scala
8-
"com.softwaremill.diffx" %% "diffx-specs2" % "0.7.0" % Test
8+
"com.softwaremill.diffx" %% "diffx-specs2" % "0.7.1" % Test
99
```
1010

1111
## mill
1212

1313
```scala
14-
ivy"com.softwaremill.diffx::diffx-specs2::0.7.0"
14+
ivy"com.softwaremill.diffx::diffx-specs2::0.7.1"
1515
```
1616

1717
## Usage
@@ -42,3 +42,30 @@ val left: Foo = Foo(
4242

4343
left must matchTo(right)
4444
```
45+
46+
## Versions matrix
47+
48+
Below table shows past Diffx releases with the corresponding specs2 version they were build with.
49+
For newer versions checkout the release changelog.
50+
51+
| Diffx | scalatest |
52+
|--------|:------------:|
53+
| 0.7.0 | 4.13.1 |
54+
| 0.6.0 | 4.13.0 |
55+
| 0.5.6 | 4.12.4-js-ec |
56+
| 0.5.5 | 4.12.4-js-ec |
57+
| 0.5.4 | 4.12.3 |
58+
| 0.5.3 | 4.12.1 |
59+
| 0.5.2 | 4.12.1 |
60+
| 0.5.1 | 4.12.1 |
61+
| 0.5.0 | 4.12.1 |
62+
| 0.4.5 | 4.10.6 |
63+
| 0.4.4 | 4.10.6 |
64+
| 0.4.3 | 4.10.6 |
65+
| 0.4.2 | 4.10.6 |
66+
| 0.4.1 | 4.10.6 |
67+
| 0.4.0 | 4.10.5 |
68+
| 0.3.30 | 4.10.5 |
69+
| 0.3.29 | 4.9.4 |
70+
| 0.3.28 | 4.9.3 |
71+

generated-docs/out/test-frameworks/utest.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ To use with utest, add following dependency:
55
## sbt
66

77
```scala
8-
"com.softwaremill.diffx" %% "diffx-utest" % "0.7.0" % Test
8+
"com.softwaremill.diffx" %% "diffx-utest" % "0.7.1" % Test
99
```
1010

1111
## mill
1212

1313
```scala
14-
ivy"com.softwaremill.diffx::diffx-utest::0.7.0"
14+
ivy"com.softwaremill.diffx::diffx-utest::0.7.1"
1515
```
1616

1717
## Usage
@@ -42,3 +42,23 @@ val left: Foo = Foo(
4242
assertEqual(left, right)
4343
```
4444

45+
## Versions matrix
46+
47+
Below table shows past Diffx releases with the corresponding utest version they were build with.
48+
For newer versions checkout the release changelog.
49+
50+
| Diffx | scalatest |
51+
|--------|:---------:|
52+
| 0.7.0 | 0.7.10 |
53+
| 0.6.0 | 0.7.10 |
54+
| 0.5.x | 0.7.10 |
55+
| 0.4.5 | 0.7.7 |
56+
| 0.4.4 | 0.7.7 |
57+
| 0.4.3 | 0.7.7 |
58+
| 0.4.2 | 0.7.7 |
59+
| 0.4.1 | 0.7.7 |
60+
| 0.4.0 | 0.7.5 |
61+
| 0.3.30 | 0.7.5 |
62+
| 0.3.29 | 0.7.4 |
63+
| 0.3.28 | 0.7.4 |
64+

generated-docs/out/usage/ignoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ implicit val conf: DiffConfiguration = DiffConfiguration(makeIgnored =
4444
)
4545
// conf: DiffConfiguration = DiffConfiguration(makeIgnored = <function1>)
4646
val d = Diff[Person].ignore(_.age)
47-
// d: Diff[Person] = com.softwaremill.diffx.Diff$$anon$1@71ed624c
47+
// d: Diff[Person] = com.softwaremill.diffx.Diff$$anon$1@5d572744
4848
d(Person("bob", 25), Person("bob", 30))
4949
// res2: DiffResult = DiffResultObject(
5050
// name = "Person",

generated-docs/out/usage/output.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ By default, it is set to an identical function.
4747
```scala
4848
implicit val showConfig = ShowConfig.default.copy(transformer = DiffResultTransformer.skipIdentical)
4949
// showConfig: ShowConfig = ShowConfig(
50-
// left = com.softwaremill.diffx.ShowConfig$$$Lambda$11597/0x0000000842d62840@4292838c,
51-
// right = com.softwaremill.diffx.ShowConfig$$$Lambda$11597/0x0000000842d62840@7e50258,
52-
// missing = com.softwaremill.diffx.ShowConfig$$$Lambda$11597/0x0000000842d62840@5a59b1a9,
53-
// additional = com.softwaremill.diffx.ShowConfig$$$Lambda$11597/0x0000000842d62840@352a9ee1,
54-
// default = com.softwaremill.diffx.ShowConfig$$$Lambda$11600/0x0000000842d61840@6372f52b,
55-
// arrow = com.softwaremill.diffx.ShowConfig$$$Lambda$11597/0x0000000842d62840@4c2adcdf,
56-
// transformer = com.softwaremill.diffx.DiffResultTransformer$$$Lambda$11636/0x0000000842d02840@5b69f80a
50+
// left = com.softwaremill.diffx.ShowConfig$$$Lambda$10184/0x0000000802892b88@163530b,
51+
// right = com.softwaremill.diffx.ShowConfig$$$Lambda$10184/0x0000000802892b88@382468a7,
52+
// missing = com.softwaremill.diffx.ShowConfig$$$Lambda$10184/0x0000000802892b88@2013f8f6,
53+
// additional = com.softwaremill.diffx.ShowConfig$$$Lambda$10184/0x0000000802892b88@453c98de,
54+
// default = com.softwaremill.diffx.ShowConfig$$$Lambda$10187/0x0000000802893398@5edc7079,
55+
// arrow = com.softwaremill.diffx.ShowConfig$$$Lambda$10184/0x0000000802892b88@45a65a55,
56+
// transformer = com.softwaremill.diffx.DiffResultTransformer$$$Lambda$10221/0x000000080262c000@7a4dde5f
5757
// )
5858
case class Person(name:String, age:Int)
5959

0 commit comments

Comments
 (0)