bytebuild/CHANGELOG.md

20 lines
534 B
Markdown
Raw Normal View History

# 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.
2019-07-30 08:43:09 -04:00
## 0.1.1.0 -- 2019-07-30
2019-07-30 08:43:09 -04:00
* Add several additional functions for encoding numbers.
## 0.1.0.0 -- 2019-06-25
* First version