Skip to content

Commit

Permalink
Documentation changes from master
Browse files Browse the repository at this point in the history
  • Loading branch information
pdvrieze committed Jun 11, 2024
1 parent 8aed54a commit eccc5d0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
9 changes: 9 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 0.90.0-RC3
- Fix issues with dependencies in new layout (#209) - XMPCore now
builds/resolves.

# 0.90.0-RC2
Fixes:
- Fix multithreading initialization on JVM targets, serviceLoaders are
not thread-safe (#211).

# 0.90.0-RC1 – Supporting 2.0
Changes:
- Build with Kotlin 2.0.0
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,19 +81,19 @@ repositories {
### Core
#### multiplatform
```
implementation("io.github.pdvrieze.xmlutil:core:0.90.0-RC1")
implementation("io.github.pdvrieze.xmlutil:core:0.90.1-SNAPSHOT")
```
#### JVM – uses the stax API _not available_ on Android
```
implementation("io.github.pdvrieze.xmlutil:core-jvm:0.90.0-RC1")
implementation("io.github.pdvrieze.xmlutil:core-jvm:0.90.1-SNAPSHOT")
```
#### Android – Uses the android streaming library
```
implementation("io.github.pdvrieze.xmlutil:core-android:0.90.0-RC1")
implementation("io.github.pdvrieze.xmlutil:core-android:0.90.1-SNAPSHOT")
```
#### JS – Wraps DOM
```
implementation("io.github.pdvrieze.xmlutil:core-js:0.90.0-RC1")
implementation("io.github.pdvrieze.xmlutil:core-js:0.90.1-SNAPSHOT")
```

#### Native
Expand All @@ -104,19 +104,19 @@ that mirrors the Java API)
### Serialization
#### multiplatform
```
implementation("io.github.pdvrieze.xmlutil:serialization:0.90.0-RC1")
implementation("io.github.pdvrieze.xmlutil:serialization:0.90.1-SNAPSHOT")
```
#### JVM
```
implementation("io.github.pdvrieze.xmlutil:serialization-jvm:0.90.0-RC1")
implementation("io.github.pdvrieze.xmlutil:serialization-jvm:0.90.1-SNAPSHOT")
```
#### Android
```
implementation("io.github.pdvrieze.xmlutil:serialization-android:0.90.0-RC1")
implementation("io.github.pdvrieze.xmlutil:serialization-android:0.90.1-SNAPSHOT")
```
#### js
```
implementation("io.github.pdvrieze.xmlutil:serialization-js:0.90.0-RC1")
implementation("io.github.pdvrieze.xmlutil:serialization-js:0.90.1-SNAPSHOT")
```

### -Ktor- (Deprecated)
Expand Down

0 comments on commit eccc5d0

Please sign in to comment.