Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 867 Bytes

changelog.md

File metadata and controls

34 lines (23 loc) · 867 Bytes

0.1.4

  • Add instance Eq Builder and instance Ord Builder.

0.1.3

  • Add decimal builders for unbounded inputs: fromUnboundedDec, (|>$$) and ($$<|).

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.

0.1.1.1

  • Support text-2.1.

0.1.1

  • Introduce ByteString backend (thanks @oberblastmeister for the idea).
  • Fix decimal builder for 30- and 31-bit wide types.
  • Speed up decimal builder on aarch64.
  • Speed up hexadecimal builder.
  • Support 32-bit architectures.

0.1

  • Initial release.