Skip to content

Commit

Permalink
Release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nodh committed Jun 11, 2021
1 parent 78a91ff commit 98c7bc8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 15 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,9 @@ If you are planning to use this library, please fork it (internally), and review
## Changelog

Version 1.0.0:
- Convert to a Kotlin multiplatform project, therefore some details may have changed when calling from Java
- Convert to a Kotlin multiplatform project, therefore some details may have changed when calling from JVM
- Implements encoding and decoding data on JS and JVM targets
- Some testcases from `dgc-testdata` still fail

Version 0.4.0:
- Update ehn-dgc-schema to 1.2.1
Expand Down
15 changes: 1 addition & 14 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ plugins {
}

group = "ehn.techiop.hcert"
version = "1.0.0-SNAPSHOT"
version = "1.0.0"
java.sourceCompatibility = JavaVersion.VERSION_1_8

idea {
Expand Down Expand Up @@ -82,19 +82,6 @@ kotlin {
binaries.executable()
useCommonJs()
}
/* js("node", LEGACY) {
moduleName = "hcert-node"
browser {
distribution {
directory = file("$projectDir/output-node/")
}
webpackTask {
output.library = "hcert-node"
}
}
useCommonJs()
}*/

sourceSets {
val commonMain by getting {
dependencies {
Expand Down

0 comments on commit 98c7bc8

Please sign in to comment.