2019-06-17 13:24:24 -04:00
|
|
|
# Revision history for small-bytearray-builder
|
|
|
|
|
2019-09-04 11:15:18 -04:00
|
|
|
## 0.2.0.0 -- 2019-09-04
|
2019-08-02 16:28:25 -04:00
|
|
|
|
2019-09-04 11:15:18 -04:00
|
|
|
* 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.
|
2019-08-02 16:28:25 -04:00
|
|
|
* Correct a serious error in the implementation of `bytes`.
|
|
|
|
* Make `pasteGrowST` accept an initial offset.
|
|
|
|
* Add a `pasteGrowST` for length-indexed builders.
|
2019-08-05 12:07:02 -04:00
|
|
|
* Add function for rendering floating-point numbers in a slightly
|
|
|
|
inaccurate way.
|
2019-08-07 15:23:02 -04:00
|
|
|
* Add functions for encoding `ShortText` as UTF-8 and as a JSON string.
|
2019-08-02 16:28:25 -04:00
|
|
|
|
2019-07-30 08:43:09 -04:00
|
|
|
## 0.1.1.0 -- 2019-07-30
|
2019-06-17 13:24:24 -04:00
|
|
|
|
2019-07-30 08:43:09 -04:00
|
|
|
* Add several additional functions for encoding numbers.
|
|
|
|
|
|
|
|
## 0.1.0.0 -- 2019-06-25
|
|
|
|
|
|
|
|
* First version
|