This website requires JavaScript.
Explore
Help
Sign In
coop-cloud-mirrors
/
godotenv
Watch
0
Star
0
Fork
1
mirror of
https://github.com/joho/godotenv.git
synced
2026-09-01 21:14:38 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
dependabot/github_actions/github/codeql-action-4.37.4
godotenv
/
fixtures
T
Add File
New File
Upload File
Apply Patch
Copy Permalink
Download directory as ZIP
Download directory as TAR.GZ
History
James Wert
82194f2733
Version 1.4.0 allowed hyphen "-" to be in environment variable names, after 1.4.0 this resulted in a parsing error which breaks backwards compatibility. Added back in hyphen support in variable names with associated test cases.
2025-03-31 09:34:30 -04:00
..
comments.env
fix: if a line contains multiple # characters, there will be issues w… (
#238
)
2024-12-16 15:14:19 +11:00
equals.env
fix tiny details (
#199
)
2023-01-27 13:01:43 +11:00
exported.env
First failing tests extracted from dotenv
2013-07-30 11:46:52 +10:00
hyphen.env
Version 1.4.0 allowed hyphen "-" to be in environment variable names, after 1.4.0 this resulted in a parsing error which breaks backwards compatibility. Added back in hyphen support in variable names with associated test cases.
2025-03-31 09:34:30 -04:00
invalid1.env
Don't hide line parsing errors
2016-12-12 14:43:30 +01:00
plain.env
Fix bug where internal unquoted whitespace truncates values (
#205
)
2023-02-06 08:47:38 +11:00
quoted.env
Multiline string support (
#156
)
2023-01-27 13:14:16 +11:00
substitutions.env
Re-add global env variable substitution (
#227
)
2024-11-01 09:24:06 +11:00