Releases: tchaloupka/bc-string
Releases · tchaloupka/bc-string
v1.4.0
v1.3.3
@safebeing infered ongetFormatSize- added
opAssigntoStringImpl - fixed custom formatting to static array
v1.3.2
Some minor tweaks
v1.3.1
String.putaccepts static arrays too- fixed missing import (fixes build ie for
AArch64)
v1.3.0
- more generic
std.range.putis used to write to output range instead of explicitoutputrange.put - use static
StringZas output buffer innogcFormatinstead ofStringso it can be used safely withprintfand alikes - added SSE optimised
parseTokentostringmodule to help validating and advancing tokens in parsers
v1.2.3
format.d improvements by @WebFreak001 :
- Make
NullSinkpublic - document sinks
v1.2.2
- fix: make StringImpl.clone trusted to work with
dip1000
v1.2.1
Just a dub.sdl fix for betterC subconfiguration.
v1.2.0
Stringtypes refactored
v1.1.0
- some unittest fixes to support changes in newer compilers (watch out for dmd-2.096.0 with a betterC - see regression
- speedup of short strings in
bc.string.String