Skip to content

Releases: detached64/StringConv

v2.1.1

24 Feb 11:08

Choose a tag to compare

2.1.1 (2026-02-24)

Features

  • use dictionary for faster converter lookup by id (d04030e)

Bug Fixes

  • use Regex.Unescape to unescape UnicodeEscapeSequence (106b9f7)

v2.1.0

21 Feb 06:20

Choose a tag to compare

2.1.0 (2026-02-21)

Features

  • add category and id property to StringConverter & use id for pinning converters (bdbf3cf)
  • add dependencies property to StringConverter & add comments (d54a12e)
  • add dependency pinning for converters (cf1aa62)
  • add tooltips to converters (6d456d9)
  • add Unicode string converter (4284862)
  • add URL encoding converter (aff973a)
  • group converters by their category in UI (5364b9d)
  • make ToString abstract StringConverter (1762aea)
  • order converters once (67a2953)
  • set StringBuilder capacity (e9ead2d)
  • use capitalized "Settings.json" for settings file name (555cf1e)
  • use HashSet for pinned converter Ids in AppSettings (36c32e4)

Bug Fixes

  • add ConverterSerializerContext for JSON serialization of strings (5f3e0a7)
  • add missing dependency for URL encoding converter (9c6732b)
  • remove redundant sorting (1e763ea)
  • remove unnecessary null-conditional operator (21e97de)
  • rename UnicodeStringConverter to UnicodeEscapeSequenceConverter (302891d)

v2.0.3

08 Feb 04:49

Choose a tag to compare

Full Changelog: v2.0.2...v2.0.3

v2.0.2

20 Dec 06:32

Choose a tag to compare

Full Changelog: v2.0.1...v2.0.2

v2.0.1

12 Dec 09:17

Choose a tag to compare

Full Changelog: v2.0.0...v2.0.1

v2.0.0

15 Nov 05:35

Choose a tag to compare