We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b013a23 commit 708f676Copy full SHA for 708f676
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 1.0.4
2
+
3
+* [FEAT] add `@JvmOverloads` annotation to decoder and encoder functions for improved Java interoperability
4
5
## 1.0.3
6
7
* [FEAT] add `@JvmStatic` to `QS.encode` and `QS.decode` methods to enable Java-friendly static calls
build.gradle.kts
@@ -8,7 +8,7 @@ plugins {
8
9
allprojects {
10
group = "io.github.techouse"
11
- version = "1.0.3"
+ version = "1.0.4"
12
repositories {
13
google()
14
mavenCentral()
0 commit comments