Skip to content

@ctroenv/node v1.1.1

Latest

Choose a tag to compare

@ctrotech-tutor ctrotech-tutor released this 17 Jun 09:50
· 6 commits to main since this release

What's Changed

  • Fixed CRLF (\r\n) line endings - now normalized to \n
  • Fixed BOM character (\uFEFF) - now stripped from start
  • Fixed quoted value with inline comment (KEY="val" # comment) - now parsed correctly
  • Added $$ escaping test for literal dollar signs
  • Added tests for: empty values, multiple = signs, unicode, very long values, export with leading whitespace, empty quoted strings, nested quotes, trailing backslash on last line, process.env interpolation, and file var shadowing

Full Changelog: node-v1.1.0...node-v1.1.1