Commit Graph

32 Commits

Author SHA1 Message Date
Asher Gomez
43102325b7
test: use Deno.errors.NotCapable where appropriate (#5935)
* test: use `Deno.errors.NotCapable` where appropriate

* copyright headers

* fixes

* fixes

* fixes
2024-09-11 19:17:27 +09:00
Asher Gomez
ff60cefa52
BREAKING(dotenv): remove defaultPath option from load[Sync]() (#5451)
* BREAKING(dotenv): remove `defaultPath` option from `load[Sync]()`

* cleanup
2024-07-19 14:08:39 +10:00
Asher Gomez
27596868ca
BREAKING(dotenv): remove examplePath option from load[Sync]() (#5450)
* BREAKING(dotenv): remove `examplePath` option from `load[Sync]()`

* work
2024-07-19 13:46:23 +10:00
Yoshiya Hinosawa
3155f0050a
chore: switch to JSR-oriented codebase (#4650) 2024-04-29 11:57:30 +09:00
Asher Gomez
805b926032
fix: add --no-lock to spawned process args in tests (#4168) 2024-01-12 13:38:41 +09:00
Lino Le Van
c46143f0ac
chore: update copyright year (#4046)
* chore: update copyright year

* fix

---------

Co-authored-by: Asher Gomez <ashersaupingomez@gmail.com>
2024-01-02 08:11:32 +11:00
Tim Reichen
1589bf3be2
refactor(dotenv): format test names (#3996) 2023-12-20 21:01:13 +11:00
Asher Gomez
7b0e8c8522
refactor(dotenv): move parse() to own file (#3873) 2023-11-29 04:42:14 +00:00
Asher Gomez
cf27fa4e41
refactor(dotenv): move stringify() to own file (#3872) 2023-11-29 15:34:25 +11:00
Yoshiya Hinosawa
9479524eac
test(dotenv): await assertRejects (#3651) 2023-09-19 23:29:09 +09:00
Chris Knight
f6d0d8a954
BREAKING(dotenv): fix dotenv permissions (#3578)
Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2023-08-29 16:36:26 +09:00
ud2
159060b15c
perf: repoint internal imports to single-export files (#3537) 2023-08-14 16:08:42 +09:00
denobot
d84f4b1c94
0.197.0 (#3514)
Co-authored-by: bartlomieju <bartlomieju@users.noreply.github.com>
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2023-08-03 17:16:38 +02:00
Asher Gomez
239e85ad6a
BREAKING(testing, assert): move std/testing/asserts to std/assert (#3445) 2023-07-13 16:04:30 +09:00
Jesse Jackson
29e2dc51e1
feat(dotenv): allow reading from .env files without granting env access (#3306) 2023-04-19 18:05:51 +09:00
Jesse Jackson
6259d35f96
fix(dotenv): allow null for *path values (#3221) 2023-04-04 14:06:53 +09:00
Asher Gomez
c1637bdcbb
BREAKING(dotenv,fmt,io): remove deprecated APIs (#3134) 2023-01-27 16:24:10 +09:00
ayame113
b4239898d6
chore: update copyright header (#3082) 2023-01-03 19:47:44 +09:00
Tim Reichen
3baa3da018
BREAKING(dotenv): rename config to load (#2616) 2022-12-05 15:57:10 +09:00
Lino Le Van
8e46f5953e
chore: remove _util/assert_type.ts (#2952) 2022-11-29 13:49:59 +09:00
Yuki Tanaka
b53d43d725
feat(dotenv): support type inference based on restrictEnvAccessTo option (#2933) 2022-11-25 15:02:09 -05:00
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
Falk Hoppe
d6f30ea197
feat(dotenv): allow to restrict env lookup to specific Env variables (#2544) 2022-09-06 21:28:51 +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
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
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