Releases: Gruruya/nmostr
Releases · Gruruya/nmostr
0.1.1
Breaking
- Remove custom
toStackString
, a function was added to nim-stack-strings with the same purpose.
Fix
- Fix
fromBytes(T: typedesc[NNote])
accidently accepting aseq[byte]
address instead ofopenArray[byte]
. - Correct using
rangeCheck
for bounds checks, useassert
instead.
Maintenance
- Bump dependencies' versions.
- Split single tests file into multiple files.