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

Commit 4b270cb

Browse files
committed
Release 0.9.0
1 parent be4fb3a commit 4b270cb

File tree

11 files changed

+28
-28
lines changed

11 files changed

+28
-28
lines changed

generated-docs/out/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ compare(left, right)
6161
// )
6262
// ),
6363
// "parent" -> DiffResultValue(
64-
// left = "repl.MdocSession.App.Foo",
65-
// right = "repl.MdocSession.App.Bar"
64+
// left = "repl.MdocSession.MdocApp.Foo",
65+
// right = "repl.MdocSession.MdocApp.Bar"
6666
// )
6767
// )
6868
// )

generated-docs/out/integrations/cats.md

+2-2
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.3" % Test
8+
"com.softwaremill.diffx" %% "diffx-cats" % "0.9.0" % Test
99
```
1010

1111
## mill
1212

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

1717
## Usage

generated-docs/out/integrations/refined.md

+2-2
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.3" % Test
8+
"com.softwaremill.diffx" %% "diffx-refined" % "0.9.0" % Test
99
```
1010

1111
## mill
1212

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

1717
## Usage

generated-docs/out/integrations/tagging.md

+2-2
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.3"
8+
"com.softwaremill.diffx" %% "diffx-tagging" % "0.9.0"
99
```
1010

1111
## mill
1212

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

1717
## Usage

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

+2-2
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.3" % Test
8+
"com.softwaremill.diffx" %% "diffx-munit" % "0.9.0" % Test
99
```
1010

1111
## mill
1212

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

1717
## Usage

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

+4-4
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.3" % Test
9+
"com.softwaremill.diffx" %% "diffx-scalatest-should" % "0.9.0" % Test
1010
```
1111

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

1717
## mill
1818

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

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

2929
## Usage

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

+2-2
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.3" % Test
8+
"com.softwaremill.diffx" %% "diffx-specs2" % "0.9.0" % Test
99
```
1010

1111
## mill
1212

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

1717
## Usage

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

+2-2
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.3" % Test
8+
"com.softwaremill.diffx" %% "diffx-utest" % "0.9.0" % Test
99
```
1010

1111
## mill
1212

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

1717
## Usage

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ To use with weaver, add the following dependency:
55
## sbt
66

77
```scala
8-
"com.softwaremill.weaver" %% "diffx-weaver" % "0.8.3" % Test
8+
"com.softwaremill.weaver" %% "diffx-weaver" % "0.9.0" % Test
99
```
1010

1111
## mill
1212

1313
```scala
14-
ivy"com.softwaremill.diffx::diffx-weaver::0.8.3"
14+
ivy"com.softwaremill.diffx::diffx-weaver::0.9.0"
1515
```
1616

1717
## Usage

generated-docs/out/usage/ignoring.md

+1-1
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@2b53172e
47+
// d: Diff[Person] = com.softwaremill.diffx.Diff$$anon$1@15be0d90
4848
d(Person("bob", 25), Person("bob", 30))
4949
// res2: DiffResult = DiffResultObject(
5050
// name = "Person",

generated-docs/out/usage/output.md

+7-7
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$12994/0x0000000802fcd840@44247db5,
51-
// right = com.softwaremill.diffx.ShowConfig$$$Lambda$12994/0x0000000802fcd840@66c2460c,
52-
// missing = com.softwaremill.diffx.ShowConfig$$$Lambda$12994/0x0000000802fcd840@4f023172,
53-
// additional = com.softwaremill.diffx.ShowConfig$$$Lambda$12994/0x0000000802fcd840@3b0ad140,
54-
// default = com.softwaremill.diffx.ShowConfig$$$Lambda$12997/0x0000000802fca040@5c24da41,
55-
// arrow = com.softwaremill.diffx.ShowConfig$$$Lambda$12994/0x0000000802fcd840@28a205ef,
56-
// transformer = com.softwaremill.diffx.DiffResultTransformer$$$Lambda$12986/0x0000000802d76840@76752828
50+
// left = com.softwaremill.diffx.ShowConfig$$$Lambda$11343/0x000000080299f5d0@12b00fa1,
51+
// right = com.softwaremill.diffx.ShowConfig$$$Lambda$11343/0x000000080299f5d0@2dd6b795,
52+
// missing = com.softwaremill.diffx.ShowConfig$$$Lambda$11343/0x000000080299f5d0@6e405457,
53+
// additional = com.softwaremill.diffx.ShowConfig$$$Lambda$11343/0x000000080299f5d0@25710eff,
54+
// default = com.softwaremill.diffx.ShowConfig$$$Lambda$11346/0x00000008029a4000@372ec0f7,
55+
// arrow = com.softwaremill.diffx.ShowConfig$$$Lambda$11343/0x000000080299f5d0@2fdca398,
56+
// transformer = com.softwaremill.diffx.DiffResultTransformer$$$Lambda$11335/0x000000080299d5a8@43d2a8d8
5757
// )
5858
case class Person(name:String, age:Int)
5959

0 commit comments

Comments
 (0)