Changes:
- New feature:
- New options to disable the support for binary/octal/hexadecimal format in conversion.
- Options:
binaryNumber,octalNumber,hexadecimalNumber.- When setting these options to
false, values in binary/octal/hexadecimal format will not be converted tonumber.
- When setting these options to
- Options:
binaryBigInt,octalBigInt,hexadecimalBigInt.- When setting these options to
false, values in binary/octal/hexadecimal format will not be converted tobigint.
- When setting these options to
- Options:
- New options to disable the support for binary/octal/hexadecimal format in conversion.