Skip to content

Commit

Permalink
Release 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ghostbuster91 committed Sep 24, 2023
1 parent be4fb3a commit 4b270cb
Show file tree
Hide file tree
Showing 11 changed files with 28 additions and 28 deletions.
4 changes: 2 additions & 2 deletions generated-docs/out/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ compare(left, right)
// )
// ),
// "parent" -> DiffResultValue(
// left = "repl.MdocSession.App.Foo",
// right = "repl.MdocSession.App.Bar"
// left = "repl.MdocSession.MdocApp.Foo",
// right = "repl.MdocSession.MdocApp.Bar"
// )
// )
// )
Expand Down
4 changes: 2 additions & 2 deletions generated-docs/out/integrations/cats.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ This module contains integration layer between [org.typelevel.cats](https://gith
## sbt

```scala
"com.softwaremill.diffx" %% "diffx-cats" % "0.8.3" % Test
"com.softwaremill.diffx" %% "diffx-cats" % "0.9.0" % Test
```

## mill

```scala
ivy"com.softwaremill.diffx::diffx-cats::0.8.3"
ivy"com.softwaremill.diffx::diffx-cats::0.9.0"
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions generated-docs/out/integrations/refined.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ This module contains integration layer between [eu.timepit.refined](https://gith
## sbt

```scala
"com.softwaremill.diffx" %% "diffx-refined" % "0.8.3" % Test
"com.softwaremill.diffx" %% "diffx-refined" % "0.9.0" % Test
```

## mill

```scala
ivy"com.softwaremill.diffx::diffx-refined::0.8.3"
ivy"com.softwaremill.diffx::diffx-refined::0.9.0"
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions generated-docs/out/integrations/tagging.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ This module contains integration layer between [com.softwaremill.common.tagging]
## sbt

```scala
"com.softwaremill.diffx" %% "diffx-tagging" % "0.8.3"
"com.softwaremill.diffx" %% "diffx-tagging" % "0.9.0"
```

## mill

```scala
ivy"com.softwaremill.diffx::diffx-tagging::0.8.3"
ivy"com.softwaremill.diffx::diffx-tagging::0.9.0"
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions generated-docs/out/test-frameworks/munit.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ To use with munit, add following dependency:
## sbt

```scala
"com.softwaremill.diffx" %% "diffx-munit" % "0.8.3" % Test
"com.softwaremill.diffx" %% "diffx-munit" % "0.9.0" % Test
```

## mill

```scala
ivy"com.softwaremill.diffx::diffx-munit::0.8.3"
ivy"com.softwaremill.diffx::diffx-munit::0.9.0"
```

## Usage
Expand Down
8 changes: 4 additions & 4 deletions generated-docs/out/test-frameworks/scalatest.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,24 @@ To use with scalatest, add the following dependency:

For use with `should` matchers:
```scala
"com.softwaremill.diffx" %% "diffx-scalatest-should" % "0.8.3" % Test
"com.softwaremill.diffx" %% "diffx-scalatest-should" % "0.9.0" % Test
```

For use with `must` matchers:
```scala
"com.softwaremill.diffx" %% "diffx-scalatest-must" % "0.8.3" % Test
"com.softwaremill.diffx" %% "diffx-scalatest-must" % "0.9.0" % Test
```

## mill

For use with `should` matchers:
```scala
ivy"com.softwaremill.diffx::diffx-scalatest-must::0.8.3"
ivy"com.softwaremill.diffx::diffx-scalatest-must::0.9.0"
```

For use with `must` matchers:
```scala
ivy"com.softwaremill.diffx::diffx-scalatest-must::0.8.3"
ivy"com.softwaremill.diffx::diffx-scalatest-must::0.9.0"
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions generated-docs/out/test-frameworks/specs2.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ To use with specs2, add the following dependency:
## sbt

```scala
"com.softwaremill.diffx" %% "diffx-specs2" % "0.8.3" % Test
"com.softwaremill.diffx" %% "diffx-specs2" % "0.9.0" % Test
```

## mill

```scala
ivy"com.softwaremill.diffx::diffx-specs2::0.8.3"
ivy"com.softwaremill.diffx::diffx-specs2::0.9.0"
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions generated-docs/out/test-frameworks/utest.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ To use with utest, add following dependency:
## sbt

```scala
"com.softwaremill.diffx" %% "diffx-utest" % "0.8.3" % Test
"com.softwaremill.diffx" %% "diffx-utest" % "0.9.0" % Test
```

## mill

```scala
ivy"com.softwaremill.diffx::diffx-utest::0.8.3"
ivy"com.softwaremill.diffx::diffx-utest::0.9.0"
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions generated-docs/out/test-frameworks/weaver.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@ To use with weaver, add the following dependency:
## sbt

```scala
"com.softwaremill.weaver" %% "diffx-weaver" % "0.8.3" % Test
"com.softwaremill.weaver" %% "diffx-weaver" % "0.9.0" % Test
```

## mill

```scala
ivy"com.softwaremill.diffx::diffx-weaver::0.8.3"
ivy"com.softwaremill.diffx::diffx-weaver::0.9.0"
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion generated-docs/out/usage/ignoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ implicit val conf: DiffConfiguration = DiffConfiguration(makeIgnored =
)
// conf: DiffConfiguration = DiffConfiguration(makeIgnored = <function1>)
val d = Diff[Person].ignore(_.age)
// d: Diff[Person] = com.softwaremill.diffx.Diff$$anon$1@2b53172e
// d: Diff[Person] = com.softwaremill.diffx.Diff$$anon$1@15be0d90
d(Person("bob", 25), Person("bob", 30))
// res2: DiffResult = DiffResultObject(
// name = "Person",
Expand Down
14 changes: 7 additions & 7 deletions generated-docs/out/usage/output.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,13 @@ By default, it is set to an identical function.
```scala
implicit val showConfig = ShowConfig.default.copy(transformer = DiffResultTransformer.skipIdentical)
// showConfig: ShowConfig = ShowConfig(
// left = com.softwaremill.diffx.ShowConfig$$$Lambda$12994/0x0000000802fcd840@44247db5,
// right = com.softwaremill.diffx.ShowConfig$$$Lambda$12994/0x0000000802fcd840@66c2460c,
// missing = com.softwaremill.diffx.ShowConfig$$$Lambda$12994/0x0000000802fcd840@4f023172,
// additional = com.softwaremill.diffx.ShowConfig$$$Lambda$12994/0x0000000802fcd840@3b0ad140,
// default = com.softwaremill.diffx.ShowConfig$$$Lambda$12997/0x0000000802fca040@5c24da41,
// arrow = com.softwaremill.diffx.ShowConfig$$$Lambda$12994/0x0000000802fcd840@28a205ef,
// transformer = com.softwaremill.diffx.DiffResultTransformer$$$Lambda$12986/0x0000000802d76840@76752828
// left = com.softwaremill.diffx.ShowConfig$$$Lambda$11343/0x000000080299f5d0@12b00fa1,
// right = com.softwaremill.diffx.ShowConfig$$$Lambda$11343/0x000000080299f5d0@2dd6b795,
// missing = com.softwaremill.diffx.ShowConfig$$$Lambda$11343/0x000000080299f5d0@6e405457,
// additional = com.softwaremill.diffx.ShowConfig$$$Lambda$11343/0x000000080299f5d0@25710eff,
// default = com.softwaremill.diffx.ShowConfig$$$Lambda$11346/0x00000008029a4000@372ec0f7,
// arrow = com.softwaremill.diffx.ShowConfig$$$Lambda$11343/0x000000080299f5d0@2fdca398,
// transformer = com.softwaremill.diffx.DiffResultTransformer$$$Lambda$11335/0x000000080299d5a8@43d2a8d8
// )
case class Person(name:String, age:Int)

Expand Down

0 comments on commit 4b270cb

Please sign in to comment.