Skip to content

Releases: Cysharp/WebSerializer

Ver.1.3.0

20 Jan 14:32
Compare
Choose a tag to compare
  • Add .NET Standard 2.0 and .NET Standard 2.1 support

Ver.1.2.0

20 Jan 08:58
Compare
Choose a tag to compare
  • Support IEnumerable<KeyValuePair<TKey,TValue>> serializes key=value&key=value...
  • Default UrlEncoder encodes @

Ver.1.1.0

11 Jan 09:14
Compare
Choose a tag to compare
  • Changed WebSerializerOptions.UrlEncoder uses custom encoder in default that encode ';'
  • Changed WebSerializerOptions.CollectionSeparator is null, null write collection as name=value&name=value&...
  • WebSerializer.ToQueryString(urlBase) detect '?', if exists '?', add prefix as '&'

Ver.1.0.0

10 Jan 14:12
Compare
Choose a tag to compare

Initial release.