Releases: qexat/ansifmt
Releases · qexat/ansifmt
0.1.3
0.1.2
CHANGES:
Fixes
- Moved
Formatting.tokenize
andFormatting.format
to a dedicatedFormatting.Util
submodule - it is common for users who wish to implementTOKENIZABLE
toopen Formatting
, andFormatting.tokenize
would then shadow the user's own function, making it cumbersome if the latter was recursive.
This does not affect theAnsifmt
prelude -format
stays available.