Releases: antimatter-dimensions/notations
Releases · antimatter-dimensions/notations
v2.2.0
v2.1.0
v2.0.1
v2.0.0
v1.7.0
v1.6.0
v1.5.0
v1.4.0
v1.3.0
v1.2.3
Fixes:
- Made decimal places in
format
default to 0 if it's undefined. Note that this slightly changes the behavior offormat
for Infinity notation (clearly a bug fix) and Logarithm notation (arguably a bug fix). - Made formatWithCommas not put commas after the decimal point. Note that this slightly changes the behavior of
format
for Logarithm notation with more than three decimal place of precision (clearly a bug fix).
Other changes in behavior:
- Added five new units to Imperial notation. Imperial notation can now format all numbers up to the limit of break_infinity.js. Due to the new units not all being added at the end, this changes the behavior of
format
for Imperial notation for very large numbers, even those for which Imperial notation did not previously have undefined in its output.
Note about versioning: In general, even versions where the third digit changes may change the behavior of existing notations, but these changes will be documented in release descriptions (as here), will be minor, and will mostly be at least arguably bug fixes. Do not assume without reading the release descriptions that a number will be formatted exactly the same way in one version and the next.