| AArch64 | |
| ppc64le | |
| s390x | |
| x86-64 |
- Update text-builder-linear to version 0.1.3. [#]# 0.1.3 * Add decimal builders for unbounded inputs: `fromUnboundedDec`, `(|>$$)` and `($$<|)`.
- Update text-builder-linear to version 0.1.2.
[#]# 0.1.2
* Fix unsound behaviour caused by inlining of `runBuffer` / `runBufferBS`
and CSE (common subexpression elimination).
* Fix hexadecimal builder, looping on negative inputs.
* Fix decimal builder for non-standard bitness of the input.
* Add `(#<|)` and deprecate `(|>#)`.
* Add `newEmptyBuffer`.
* Add `prependChars` and `appendChars`.
* Add `justifyLeft`, `justifyRight` and `center`.
- Add text-builder-linear at version 0.1.1.1.