Commit Graph

69 Commits

Author SHA1 Message Date
Asher Gomez
b72d3eb42a
refactor: replace Deno.spawn with Deno.Command (#2886) 2022-11-15 15:00:59 +09:00
Lino Le Van
3c364df445
fix(dotenv): Empty string crashing parsing (#2819) 2022-10-28 12:02:35 -04:00
Santiago Aguilar Hernández
24ef3e54d8
docs(dotenv): added missing permission flag in example (#2646) 2022-09-13 17:16:43 +09:00
Falk Hoppe
d6f30ea197
feat(dotenv): allow to restrict env lookup to specific Env variables (#2544) 2022-09-06 21:28:51 +09:00
Kitson Kelly
e83306672e
docs: improve module documentation (#2511) 2022-08-11 21:51:20 +10:00
Pig Fang
bc66b6fd85
docs(dotenv): remove duplicated section (#2458) 2022-07-22 20:58:00 +09:00
Tim Reichen
805c6235e5
feat(dotenv): stringify (#2412) 2022-07-05 09:32:49 +09:00
sevenwithawp
a3fc01bb8d
feat(dotenv): add expand feature, move parse logic to RegExp (#2387) 2022-07-03 19:53:22 +09:00
Tim Reichen
4707ea2a1d
refactor(dotenv): change deno deploy handling (#2413) 2022-07-03 19:27:28 +09:00
coloursofnoise
27d8e90574
feat(dotenv): include missing vars in MissingEnvVarsError (#2390) 2022-06-28 13:36:59 +09:00
Bartek Iwańczuk
a06298b0b5
chore: Update top level module JSDocs (#2343)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2022-06-14 11:20:56 +02:00
X
a9052a2873
fix(dotenv): support inline comment (#2316) 2022-06-08 15:25:48 +08:00
Leo Kettmeir
852968f631
refactor: switch the Deno.spawn (#2161) 2022-05-25 11:08:27 +02:00
like-nanhai
c75454c44b
docs: add module level docs (#2190) 2022-05-04 19:34:37 +09:00
Jesse Jackson
0b2ea1a43d
docs(dotenv): fix typo (#2095) 2022-04-10 16:56:05 +02:00
Jesse Jackson
04edd2478b
docs(dotenv): fix typos and improve formatting (#2002)
consistency of quotes and whitespace in sample output
2022-03-07 17:53:57 +09:00
Jesse Jackson
58204e6f56
refactor: mark modules as browser compatible (#1972) 2022-03-01 13:25:50 +09:00
ayame113
aecfee66a0
fix(dotenv): avoid top-level-await in load.ts (#1964) 2022-02-26 10:28:52 +09:00
Piet van Zoen
3cb1f79980
feat(dotenv): add dotenv library (#1877)
closes https://github.com/denoland/deno/issues/13396
2022-02-23 17:49:15 +09:00