Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zarthross authored Aug 16, 2023
1 parent 3725800 commit 12c6717
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,17 @@ implicit val fooEncoder: Encoder[Foo] = deriveConfiguredEncoder
implicit val fooDecoder: Decoder[Foo] = deriveConfiguredDecoder
```

## Versioning

This library releases at a different cadence than [Circe], any apparent relationship between the [Circe] version numbers and generic-extras version numbers are a coincidence and NOT intentional. Please use the following table for determining capability with the corresponding [Circe] versions.

| Circe Generic Extras Version | Circe | Scala 2 | Scala 3 | Scala JVM | Scala.JS | Scala Native |
|------------------------------|--------|---------|---------|-----------|----------|--------------|
| 0.14.3 and later | 0.14.x ||||||
| 0.14.2 | 0.14.x ||||| ❌️ |
| 0.14.1 | 0.14.x ||||| ❌️ |
| 0.14.0 | 0.14.x ||||| ❌️ |

## Contributors and participation

All Circe projects support the [Scala code of conduct][code-of-conduct] and we want
Expand Down

0 comments on commit 12c6717

Please sign in to comment.