Skip to content

Commit

Permalink
Update README.md (#117)
Browse files Browse the repository at this point in the history
Version 0.6.0, new build targets, maintainership
  • Loading branch information
dhoepelman authored Jun 2, 2024
1 parent 285db7e commit b3e4853
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Portable validations for Kotlin

- **✅ Type-safe DSL**
- **🔗 Multi-platform support** (JVM, JS)
- **🔗 Multi-platform support** (JVM, JS, Native, Wasm)
- **🐥 Zero dependencies**

### Installation
Expand All @@ -16,7 +16,7 @@ kotlin {
sourceSets {
commonMain {
dependencies {
implementation("io.konform:konform:0.5.0")
implementation("io.konform:konform:0.6.0")
}
}
}
Expand All @@ -27,7 +27,7 @@ For jvm-only projects add:

```
dependencies {
implementation("io.konform:konform-jvm:0.5.0")
implementation("io.konform:konform-jvm:0.6.0")
}
```

Expand Down Expand Up @@ -225,9 +225,10 @@ result[Event::ticketPrices, "free"]
is validated successfully or fails validation with specific error messages.
See [documentation](https://kotest.io/docs/assertions/konform-matchers.html).

##### Author
##### Maintainer

[Niklas Lochschmidt](https://niklaslochschmidt.com)
[David Hoepelman](https://hoepelman.dev/) (Current maintainer)
[Niklas Lochschmidt](https://niklaslochschmidt.com) (Original author, co-maintainer)

##### License

Expand Down

0 comments on commit b3e4853

Please sign in to comment.