- ci:
- adds automatic release based on changelog
- removes node 10 and 12 support
- adds node 16 and 18 to workflow
- deps:
- fixes shrinkwrap
- refactors decimal thousands format code (reduce complexity)
- deps:
- deps:
- add group_excet option (default: 4) to cope with BIPM digit group exception
- deps:
- works around toFixed() known bug related to precision rounding
- deps:
- deps:
- bugs:
- fixes nasty little bug on precision rounding (example: 9,945 to 1 decimal would throw instead of returning 9,9)
- bugs:
- fixes precision rounding for zero decimals edge case
- bugs:
- fixes precision rounding (2 decimals, 0.345 is now converted to 0.35 instead of 0.34)
- deps: