Skip to content

Commit f6d01c0

Browse files
committed
🔖 release v1.0.3
## 1.0.3 * [FEAT] add `@JvmStatic` to `QS.encode` and `QS.decode` methods to enable Java-friendly static calls
1 parent e9b0fb1 commit f6d01c0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1+
## 1.0.3
2+
3+
* [FEAT] add `@JvmStatic` to `QS.encode` and `QS.decode` methods to enable Java-friendly static calls
4+
15
## 1.0.2
26

3-
* [FIX] replace `URLDecoder.decode(String, Charset)` (API 33+) with `URLDecoder.decode(String, String)` to restore Android compatibility (minSdk 25).
7+
* [FIX] replace `URLDecoder.decode(String, Charset)` (API 33+) with `URLDecoder.decode(String, String)` to restore Android compatibility (minSdk 25)
48
* [CHORE] improve code readability by simplifying conditional expressions and comments
59

610
## 1.0.1

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88

99
allprojects {
1010
group = "io.github.techouse"
11-
version = "1.0.2"
11+
version = "1.0.3"
1212
repositories {
1313
google()
1414
mavenCentral()

0 commit comments

Comments
 (0)