Added spaceToPlus parameter to encode function

This commit is contained in:
Erik C. Thauvin 2023-01-05 20:42:00 -08:00
parent 50ffe56ba8
commit f8b9376f40
6 changed files with 41 additions and 39 deletions

View file

@ -8,7 +8,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.thauvin.erik</groupId>
<artifactId>urlencoder</artifactId>
<version>1.0.1</version>
<version>1.2.1-SNAPSHOT</version>
<name>UrlEncoder for Kotlin</name>
<description>A simple defensive library to encode/decode URL components</description>
<url>https://github.com/ethauvin/urlencoder</url>