Releases: ethauvin/urlencoder
Releases · ethauvin/urlencoder
1.6.0
Summary
- Compatibility with Java 8
What's Changed in 1.6.0
- Compile public version with Java 21 by @ethauvin in 09b44d5
- Bumped Gradle to version 8.10.2 by @ethauvin in 3e36e38
- Updated dependencies by @ethauvin in d66fdb1
- Bumped Detekt to version 1.23.7
- Bumped Kover to version 0.8.3
- Bumped Kotlin to version 1.9.24
- Java 8 compatibility by @rbraeunlich in #19
New Contributors
- @rbraeunlich made their first contribution in #19
Full Changelog: 1.5.0...1.6.0
1.5.0
Summary
- Updated Kotlin to 1.9.23 (The Kotlin
languageVersion
is still set to 1.6, so there's no change in the library's ABI.) - Added additional Kotlin Multiplatform targets.
- Tidied the Kotlin Multiplatform source sets, thanks to the new hierarchy structure.
- Bumped the Node version used by Kotlin Multiplatform, which is required for Wasm support.
- Refactored urlencoder-app to remove the Java Application plugin (this is no longer compatible with KGP), and instead use KGP's new
mainRun {}
function.
What's Changed
- add Java tests for verifying
@JvmStatic
by @aSemy in #14 - bump Kotlin to 1.9.23, enable additional Kotlin Multiplatform targets by @aSemy in #15
- Bumped Gradle to version 8.7 by @ethauvin in a689c56
- Bumped Dokka to version 1.9.20 by @ethauvin in b59d01e
- bump version to 1.5.0-SNAPSHOT by @aSemy in #16
- Reworked GitHub workflows by @ethauvin in 1ef2045
- Tidy publishing config by @aSemy in #17
Full Changelog: 1.4.0...1.5.0