All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Remove
gojo
dependencies, any usage ofStringBuilder
now uses String streaming. Same withbytes.Buffer
->ByteWriter
. - Removed unused functions to simplify the user interface for the string transformation functions.
- Functions now accept
Stringable
types, instead of justString
. - Removed some additional allocations.
- Use
consume()
instead of__str__()
to render the result from the buffers.
- First release with a changelog! Added rattler build and conda publish.