small-bytearray-builder v0.2.0.0 Release Notes

Release Date: 2019-09-04 // over 4 years ago
    • ๐Ÿ‘‰ Use natural-arithmetic to make manipulation of bounds possible.
    • โž• Add more functions for encoding numbers. This includes word8/16/32/64 and int8/16/32/64.
    • ๐Ÿ“‡ Rename the modules.
    • Correct a serious error in the implementation of bytes.
    • ๐Ÿ‘‰ Make pasteGrowST accept an initial offset.
    • โž• Add a pasteGrowST for length-indexed builders.
    • โž• Add function for rendering floating-point numbers in a slightly inaccurate way.
    • โž• Add functions for encoding ShortText as UTF-8 and as a JSON string.