File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11# What's Changed
22
3- - perf: make char to visible when error
3+ - feat: complete multiplatform support
4+ - feat: expose Json5QuoteStrategy api
5+
Original file line number Diff line number Diff line change 55
66kotlin multiplatform json5 for [ kotlinx.serialization] ( https://github.com/Kotlin/kotlinx.serialization )
77
8- complete multiplatform support: jvm/js/native
8+ ** complete multiplatform support: jvm/js/native**
99
1010## Usage
1111
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ mavenPublishing {
8181 publishToMavenCentral()
8282 signAllPublications()
8383 }
84- coordinates(" li.songe" , " json5" , " 0.4.1 " )
84+ coordinates(" li.songe" , " json5" , " 0.5.0 " )
8585
8686 val repoUrl = " https://github.com/lisonge/kotlin-json5"
8787 pom {
You can’t perform that action at this time.
0 commit comments