Skip to content

Dot-Env Conversion v3.1.0

Latest
Compare
Choose a tag to compare
@linhntaim linhntaim released this 03 Nov 11:41

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 to number.
      • Options: binaryBigInt, octalBigInt, hexadecimalBigInt.
        • When setting these options to false, values in binary/octal/hexadecimal format will not be converted to bigint.