534 B
534 B
Revision history for small-bytearray-builder
0.2.0.0 -- 2019-??-??
- 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
word16Dec
. - Add functions for encoding
ShortText
as UTF-8 and as a JSON string.
0.1.1.0 -- 2019-07-30
- Add several additional functions for encoding numbers.
0.1.0.0 -- 2019-06-25
- First version