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

Commit fcd69b1

Browse files
committed
Release 0.8.2
1 parent ff3cc67 commit fcd69b1

File tree

9 files changed

+25
-25
lines changed

9 files changed

+25
-25
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.8.1" % Test
8+
"com.softwaremill.diffx" %% "diffx-cats" % "0.8.2" % Test
99
```
1010

1111
## mill
1212

1313
```scala
14-
ivy"com.softwaremill.diffx::diffx-cats::0.8.1"
14+
ivy"com.softwaremill.diffx::diffx-cats::0.8.2"
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.8.1" % Test
8+
"com.softwaremill.diffx" %% "diffx-refined" % "0.8.2" % Test
99
```
1010

1111
## mill
1212

1313
```scala
14-
ivy"com.softwaremill.diffx::diffx-refined::0.8.1"
14+
ivy"com.softwaremill.diffx::diffx-refined::0.8.2"
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.8.1"
8+
"com.softwaremill.diffx" %% "diffx-tagging" % "0.8.2"
99
```
1010

1111
## mill
1212

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

1717
## Usage

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

Lines changed: 2 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.8.1" % Test
8+
"com.softwaremill.diffx" %% "diffx-munit" % "0.8.2" % Test
99
```
1010

1111
## mill
1212

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

1717
## Usage

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

Lines changed: 4 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.8.1" % Test
9+
"com.softwaremill.diffx" %% "diffx-scalatest-should" % "0.8.2" % Test
1010
```
1111

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

1717
## mill
1818

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

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

2929
## Usage

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

Lines changed: 2 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.8.1" % Test
8+
"com.softwaremill.diffx" %% "diffx-specs2" % "0.8.2" % Test
99
```
1010

1111
## mill
1212

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

1717
## Usage

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

Lines changed: 2 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.8.1" % Test
8+
"com.softwaremill.diffx" %% "diffx-utest" % "0.8.2" % Test
99
```
1010

1111
## mill
1212

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

1717
## Usage

generated-docs/out/usage/ignoring.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ 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@7dcf8706
47+
// d: Diff[Person] = com.softwaremill.diffx.Diff$$anon$1@40bc11f
4848
d(Person("bob", 25), Person("bob", 30))
4949
// res2: DiffResult = DiffResultObject(
5050
// name = "Person",
5151
// fields = ListMap(
5252
// "name" -> IdenticalValue(value = "bob"),
53-
// "age" -> IdenticalValue(value = "Ignored but was: 25 -> 30")
53+
// "age" -> IdenticalValue(value = "<ignored>")
5454
// )
5555
// )
5656
```

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$26926/0x0000000803931670@687ba6e7,
51-
// right = com.softwaremill.diffx.ShowConfig$$$Lambda$26926/0x0000000803931670@3f0797ad,
52-
// missing = com.softwaremill.diffx.ShowConfig$$$Lambda$26926/0x0000000803931670@5dece27c,
53-
// additional = com.softwaremill.diffx.ShowConfig$$$Lambda$26926/0x0000000803931670@295a4052,
54-
// default = com.softwaremill.diffx.ShowConfig$$$Lambda$26929/0x0000000803931e80@1c239700,
55-
// arrow = com.softwaremill.diffx.ShowConfig$$$Lambda$26926/0x0000000803931670@1f1ad1d6,
56-
// transformer = com.softwaremill.diffx.DiffResultTransformer$$$Lambda$26962/0x00000008039b25e8@255f3f4b
50+
// left = com.softwaremill.diffx.ShowConfig$$$Lambda$10591/0x000000080288cce0@345c9fb1,
51+
// right = com.softwaremill.diffx.ShowConfig$$$Lambda$10591/0x000000080288cce0@64bf137c,
52+
// missing = com.softwaremill.diffx.ShowConfig$$$Lambda$10591/0x000000080288cce0@64d0eff9,
53+
// additional = com.softwaremill.diffx.ShowConfig$$$Lambda$10591/0x000000080288cce0@46af2758,
54+
// default = com.softwaremill.diffx.ShowConfig$$$Lambda$10594/0x000000080288d4f0@165e992b,
55+
// arrow = com.softwaremill.diffx.ShowConfig$$$Lambda$10591/0x000000080288cce0@ae64c6f,
56+
// transformer = com.softwaremill.diffx.DiffResultTransformer$$$Lambda$10583/0x0000000802886bb0@69aad5ed
5757
// )
5858
case class Person(name:String, age:Int)
5959

0 commit comments

Comments
 (0)