Skip to content

Exact string required

Compare
Choose a tag to compare
@augi augi released this 15 Jul 12:02
· 54 commits to main since this release
c3ff57b

Until now, the library accepted strings with non-HEX characters, meaning that non-HEX characters were ignored. Unfortunately, this led to a performance penalty because a regex had to be evaluated during parsing.

Starting from this release, the library requires exact strings to be provided, so e.g. leading or trailing spaces are not allowed.