New
4.0.0
Features
Replaced setting DontJustifyNumbers with a new enum, NumberListAlignment, to control how arrays or table columns of numbers are handled.
Normalizeis the default and it behaves like previous versions whenDontJustifyNumbers==false. With it, number lists or columns are rewritten with the same number of digits after the decimal place.Decimallines the numbers up according to their decimal points, preserving the number exactly as it appeared in the input document. For regular numbers this usually looks likeNormalize, except with spaces padding out the extra decimal places instead of zeros.Leftlines up the values on the left, preserving the exactly values from the input document.Rightlines up the values on the right, preserving the exactly values from the input document.
Added
New setting, NumberListAlignment.
Removed
Removed setting DontJustifyNumbers.