Skip to content

Releases: ethauvin/urlencoder

1.5.0

28 Mar 05:06
dd3d500
Compare
Choose a tag to compare

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

Full Changelog: 1.4.0...1.5.0

1.4.0

22 Sep 02:23
Compare
Choose a tag to compare
  • First Multiplatform release

1.3.0

07 Jan 03:36
Compare
Choose a tag to compare
  • Added optional spaceToPlus argument to encode method.
  • Added optional plusToSpace argument to decode method.
  • Version bump to match Java version.

1.0.1

05 Jan 18:06
Compare
Choose a tag to compare
  • Also encode the ~ character to ensure the safest subset is unreserved
  • UrlEncoder now applies to any component of the URL to defensively encode the data

1.0.0

04 Jan 11:51
Compare
Choose a tag to compare

Initial release.