Changelog
1.1.0
Changelog
1.0.0
Changelog
0.4.1
wrapStyle
option to ConsoleAppender
to allow stripping of styling. Defaults to true.levelNameColored
to ConsoleAppender
Changelog
0.4.0
comb.number.round
to default to new comb.number.roundHalfUp
method.Changelog
0.3.5
Changelog
0.3.4
comb.string.format
to handle signing numbers with padding properly
comb.string.format('%+07.2d', 10); //"+010.00"
comb.string.format('%+07.2d', -10); //"-010.00"
comb.string.format('%+ 7.2d', 10); //" +10.00"
comb.string.format('%+ 7.2d', -10); //" -10.00"