forked from pool/ghc-text-builder-linear
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-text-builder-linear?expand=0&rev=5
29 lines
1.0 KiB
Plaintext
29 lines
1.0 KiB
Plaintext
-------------------------------------------------------------------
|
|
Wed Jul 10 21:33:03 UTC 2024 - Peter Simons <psimons@suse.com>
|
|
|
|
- Update text-builder-linear to version 0.1.3.
|
|
## 0.1.3
|
|
|
|
* Add decimal builders for unbounded inputs: `fromUnboundedDec`, `(|>$$)` and `($$<|)`.
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Nov 11 17:35:01 UTC 2023 - Peter Simons <psimons@suse.com>
|
|
|
|
- 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`.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Aug 28 22:23:10 UTC 2023 - Peter Simons <psimons@suse.com>
|
|
|
|
- Add text-builder-linear at version 0.1.1.1.
|
|
|