@dotenvx/dotenvx 1.65.0 → 1.65.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +227 -221
- package/package.json +1 -1
- package/src/lib/extensions/ops.js +32 -2
package/CHANGELOG.md
CHANGED
|
@@ -2,7 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
-
[Unreleased](https://github.com/dotenvx/dotenvx/compare/v1.65.
|
|
5
|
+
[Unreleased](https://github.com/dotenvx/dotenvx/compare/v1.65.1...main)
|
|
6
|
+
|
|
7
|
+
## [1.65.1](https://github.com/dotenvx/dotenvx/compare/v1.65.0...v1.65.1) (2026-05-13)
|
|
8
|
+
|
|
9
|
+
### Changed
|
|
10
|
+
|
|
11
|
+
* Prompts from `ops` should bubble up ([#812](https://github.com/dotenvx/dotenvx/pull/812))
|
|
6
12
|
|
|
7
13
|
## [1.65.0](https://github.com/dotenvx/dotenvx/compare/v1.64.0...v1.65.0) (2026-05-05)
|
|
8
14
|
|
|
@@ -325,55 +331,55 @@ export default {
|
|
|
325
331
|
|
|
326
332
|
* Remove unnecessary use of `eval` in proKeypair helper ([#654](https://github.com/dotenvx/dotenvx/pull/654))
|
|
327
333
|
|
|
328
|
-
## 1.48.3
|
|
334
|
+
## 1.48.3 (2025-07-21)
|
|
329
335
|
|
|
330
336
|
### Changed
|
|
331
337
|
|
|
332
338
|
* Include `privateKeyName` and `privateKey` on internal `processedEnv` object ([#649](https://github.com/dotenvx/dotenvx/pull/649))
|
|
333
339
|
|
|
334
|
-
## 1.48.2
|
|
340
|
+
## 1.48.2 (2025-07-20)
|
|
335
341
|
|
|
336
342
|
### Changed
|
|
337
343
|
|
|
338
344
|
* Check radar status before sending ([#646](https://github.com/dotenvx/dotenvx/pull/646))
|
|
339
345
|
|
|
340
|
-
## 1.48.1
|
|
346
|
+
## 1.48.1 (2025-07-19)
|
|
341
347
|
|
|
342
348
|
### Changed
|
|
343
349
|
|
|
344
350
|
* Send `beforEnv` and `afterEnv` to Radar if user has installed ([#645](https://github.com/dotenvx/dotenvx/pull/645))
|
|
345
351
|
|
|
346
|
-
## 1.48.0
|
|
352
|
+
## 1.48.0 (2025-07-17)
|
|
347
353
|
|
|
348
354
|
### Added
|
|
349
355
|
|
|
350
356
|
* Include `beforeEnv` and `afterEnv` for user debugging ([#644](https://github.com/dotenvx/dotenvx/pull/644))
|
|
351
357
|
|
|
352
|
-
## 1.47.7
|
|
358
|
+
## 1.47.7 (2025-07-17)
|
|
353
359
|
|
|
354
360
|
### Changed
|
|
355
361
|
|
|
356
362
|
* `src` should be in internal `processEnv` object ([#643](https://github.com/dotenvx/dotenvx/pull/643))
|
|
357
363
|
|
|
358
|
-
## 1.47.6
|
|
364
|
+
## 1.47.6 (2025-07-14)
|
|
359
365
|
|
|
360
366
|
### Changed
|
|
361
367
|
|
|
362
368
|
* Make Radar call non-blocking ([#642](https://github.com/dotenvx/dotenvx/pull/642))
|
|
363
369
|
|
|
364
|
-
## 1.47.5
|
|
370
|
+
## 1.47.5 (2025-07-11)
|
|
365
371
|
|
|
366
372
|
### Changed
|
|
367
373
|
|
|
368
374
|
* Add resilient handling of any Radar failures ([#639](https://github.com/dotenvx/dotenvx/pull/639))
|
|
369
375
|
|
|
370
|
-
## 1.47.4
|
|
376
|
+
## 1.47.4 (2025-07-11)
|
|
371
377
|
|
|
372
378
|
### Changed
|
|
373
379
|
|
|
374
380
|
* Smarter require of non-installed libs like [`dotenvx-radar`](https://dotenvx.com/radar) ([#638](https://github.com/dotenvx/dotenvx/pull/638))
|
|
375
381
|
|
|
376
|
-
## 1.47.3
|
|
382
|
+
## 1.47.3 (2025-07-09)
|
|
377
383
|
|
|
378
384
|
### Added
|
|
379
385
|
|
|
@@ -383,19 +389,19 @@ export default {
|
|
|
383
389
|
|
|
384
390
|
* Remove `cli` in package.json ([#632](https://github.com/dotenvx/dotenvx/pull/632))
|
|
385
391
|
|
|
386
|
-
## 1.47.2
|
|
392
|
+
## 1.47.2 (2025-07-09)
|
|
387
393
|
|
|
388
394
|
### Added
|
|
389
395
|
|
|
390
396
|
* Export `cli` in package.json ([#629](https://github.com/dotenvx/dotenvx/pull/629))
|
|
391
397
|
|
|
392
|
-
## 1.47.1
|
|
398
|
+
## 1.47.1 (2025-07-08)
|
|
393
399
|
|
|
394
400
|
### Added
|
|
395
401
|
|
|
396
402
|
* Add convenience log that `radar active 📡` when dotenvx-radar is installed ([#625](https://github.com/dotenvx/dotenvx/pull/625))
|
|
397
403
|
|
|
398
|
-
## 1.47.0
|
|
404
|
+
## 1.47.0 (2025-07-08)
|
|
399
405
|
|
|
400
406
|
### Added
|
|
401
407
|
|
|
@@ -424,7 +430,7 @@ export default {
|
|
|
424
430
|
|_______________________________________________________________________|
|
|
425
431
|
```
|
|
426
432
|
|
|
427
|
-
## 1.46.0
|
|
433
|
+
## 1.46.0 (2025-07-07)
|
|
428
434
|
|
|
429
435
|
### Added
|
|
430
436
|
|
|
@@ -434,43 +440,43 @@ export default {
|
|
|
434
440
|
|
|
435
441
|
* Remove `git-dotenvx` and `git dotenvx` shorthand ([#621](https://github.com/dotenvx/dotenvx/pull/621))
|
|
436
442
|
|
|
437
|
-
## 1.45.2
|
|
443
|
+
## 1.45.2 (2025-07-01)
|
|
438
444
|
|
|
439
445
|
### Changed
|
|
440
446
|
|
|
441
447
|
* Minor README updates
|
|
442
448
|
|
|
443
|
-
## 1.45.1
|
|
449
|
+
## 1.45.1 (2025-06-20)
|
|
444
450
|
|
|
445
451
|
### Changed
|
|
446
452
|
|
|
447
453
|
* Include `setLogName` and `setLogVersion` in `config` ([#613](https://github.com/dotenvx/dotenvx/pull/613))
|
|
448
454
|
|
|
449
|
-
## 1.45.0
|
|
455
|
+
## 1.45.0 (2025-06-20)
|
|
450
456
|
|
|
451
457
|
### Added
|
|
452
458
|
|
|
453
459
|
* Add `logger.setName` and `logger.setVersion` for customization of logger ([#612](https://github.com/dotenvx/dotenvx/pull/612))
|
|
454
460
|
|
|
455
|
-
## 1.44.2
|
|
461
|
+
## 1.44.2 (2025-06-10)
|
|
456
462
|
|
|
457
463
|
### Changed
|
|
458
464
|
|
|
459
465
|
* Clarify license is BSD-3.
|
|
460
466
|
|
|
461
|
-
## [1.44.1](https://github.com/dotenvx/dotenvx/compare/v1.44.0...v1.44.1)
|
|
467
|
+
## [1.44.1](https://github.com/dotenvx/dotenvx/compare/v1.44.0...v1.44.1) (2025-05-19)
|
|
462
468
|
|
|
463
469
|
### Changed
|
|
464
470
|
|
|
465
471
|
* Patch `SetOutput` type ([#597](https://github.com/dotenvx/dotenvx/pull/597))
|
|
466
472
|
|
|
467
|
-
## [1.44.0](https://github.com/dotenvx/dotenvx/compare/v1.43.0...v1.44.0)
|
|
473
|
+
## [1.44.0](https://github.com/dotenvx/dotenvx/compare/v1.43.0...v1.44.0) (2025-05-12)
|
|
468
474
|
|
|
469
475
|
### Added
|
|
470
476
|
|
|
471
477
|
* Add `armv7` support ([#593](https://github.com/dotenvx/dotenvx/pull/593))
|
|
472
478
|
|
|
473
|
-
## [1.43.0](https://github.com/dotenvx/dotenvx/compare/v1.42.2...v1.43.0)
|
|
479
|
+
## [1.43.0](https://github.com/dotenvx/dotenvx/compare/v1.42.2...v1.43.0) (2025-05-03)
|
|
474
480
|
|
|
475
481
|
### Removed
|
|
476
482
|
|
|
@@ -480,49 +486,49 @@ export default {
|
|
|
480
486
|
|
|
481
487
|
* Replace instances of `console.error` with `logger.error` ([#584](https://github.com/dotenvx/dotenvx/pull/584))
|
|
482
488
|
|
|
483
|
-
## [1.42.2](https://github.com/dotenvx/dotenvx/compare/v1.42.1...v1.42.2)
|
|
489
|
+
## [1.42.2](https://github.com/dotenvx/dotenvx/compare/v1.42.1...v1.42.2) (2025-05-01)
|
|
484
490
|
|
|
485
491
|
### Changed
|
|
486
492
|
|
|
487
493
|
* Fix `--force` flag work with `?force=true` ([2776715](https://github.com/dotenvx/dotenvx/commit/2776715075928fa534b270cef0554b58b60bcd12))
|
|
488
494
|
|
|
489
|
-
## [1.42.1](https://github.com/dotenvx/dotenvx/compare/v1.42.0...v1.42.1)
|
|
495
|
+
## [1.42.1](https://github.com/dotenvx/dotenvx/compare/v1.42.0...v1.42.1) (2025-05-01)
|
|
490
496
|
|
|
491
497
|
### Added
|
|
492
498
|
|
|
493
499
|
* Add `--force` flag to `install.sh` ([0b8d21c](https://github.com/dotenvx/dotenvx/commit/0b8d21c612167354451213ef30e6e1299d91016d))
|
|
494
500
|
|
|
495
|
-
## [1.42.0](https://github.com/dotenvx/dotenvx/compare/v1.41.0...v1.42.0)
|
|
501
|
+
## [1.42.0](https://github.com/dotenvx/dotenvx/compare/v1.41.0...v1.42.0) (2025-04-30)
|
|
496
502
|
|
|
497
503
|
### Added
|
|
498
504
|
|
|
499
505
|
* Add ability to override the `os` and `arch` via `install.sh` and `dotenvx.sh` ([3ded752](https://github.com/dotenvx/dotenvx/commit/3ded752fbe60aa4eeebe9fe90a87f35dba502a76))
|
|
500
506
|
|
|
501
|
-
## [1.41.0](https://github.com/dotenvx/dotenvx/compare/v1.40.1...v1.41.0)
|
|
507
|
+
## [1.41.0](https://github.com/dotenvx/dotenvx/compare/v1.40.1...v1.41.0) (2025-04-18)
|
|
502
508
|
|
|
503
509
|
### Added
|
|
504
510
|
|
|
505
511
|
* Add [directory] argument to precommit and prebuild ([#572](https://github.com/dotenvx/dotenvx/pull/572))
|
|
506
512
|
|
|
507
|
-
## [1.40.1](https://github.com/dotenvx/dotenvx/compare/v1.40.0...v1.40.1)
|
|
513
|
+
## [1.40.1](https://github.com/dotenvx/dotenvx/compare/v1.40.0...v1.40.1) (2025-04-16)
|
|
508
514
|
|
|
509
515
|
### Changed
|
|
510
516
|
|
|
511
517
|
* Patch `ext scan` command ([#570](https://github.com/dotenvx/dotenvx/pull/570))
|
|
512
518
|
|
|
513
|
-
## [1.40.0](https://github.com/dotenvx/dotenvx/compare/v1.39.1...v1.40.0)
|
|
519
|
+
## [1.40.0](https://github.com/dotenvx/dotenvx/compare/v1.39.1...v1.40.0) (2025-04-13)
|
|
514
520
|
|
|
515
521
|
### Added
|
|
516
522
|
|
|
517
523
|
* Smarter `ext precommit` and `ext prebuild` – catch duplicate KEYs in the same .env file where one is mistakenly left unencrypted ([#567](https://github.com/dotenvx/dotenvx/pull/567))
|
|
518
524
|
|
|
519
|
-
## [1.39.1](https://github.com/dotenvx/dotenvx/compare/v1.39.0...v1.39.1)
|
|
525
|
+
## [1.39.1](https://github.com/dotenvx/dotenvx/compare/v1.39.0...v1.39.1) (2025-04-04)
|
|
520
526
|
|
|
521
527
|
### Added
|
|
522
528
|
|
|
523
529
|
* Add `version` to homebrew formula ([#564](https://github.com/dotenvx/dotenvx/pull/564))
|
|
524
530
|
|
|
525
|
-
## [1.39.0](https://github.com/dotenvx/dotenvx/compare/v1.38.5...v1.39.0)
|
|
531
|
+
## [1.39.0](https://github.com/dotenvx/dotenvx/compare/v1.38.5...v1.39.0) (2025-03-16)
|
|
526
532
|
|
|
527
533
|
### Added
|
|
528
534
|
|
|
@@ -532,31 +538,31 @@ export default {
|
|
|
532
538
|
|
|
533
539
|
* Fix typos ([#550](https://github.com/dotenvx/dotenvx/pull/550))
|
|
534
540
|
|
|
535
|
-
## [1.38.5](https://github.com/dotenvx/dotenvx/compare/v1.38.4...v1.38.5)
|
|
541
|
+
## [1.38.5](https://github.com/dotenvx/dotenvx/compare/v1.38.4...v1.38.5) (2025-03-11)
|
|
536
542
|
|
|
537
543
|
### Added
|
|
538
544
|
|
|
539
545
|
* 🐞 Add `config.d.ts` file to fix type error when loading `dotenvx/dotenvx/config` with dynamic import ([#547](https://github.com/dotenvx/dotenvx/pull/547))
|
|
540
546
|
|
|
541
|
-
## [1.38.4](https://github.com/dotenvx/dotenvx/compare/v1.38.3...v1.38.4)
|
|
547
|
+
## [1.38.4](https://github.com/dotenvx/dotenvx/compare/v1.38.3...v1.38.4) (2025-03-04)
|
|
542
548
|
|
|
543
549
|
### Changed
|
|
544
550
|
|
|
545
551
|
* 🐞 Fix blank line disappearing after encrypting empty value ([#542](https://github.com/dotenvx/dotenvx/pull/542))
|
|
546
552
|
|
|
547
|
-
## [1.38.3](https://github.com/dotenvx/dotenvx/compare/v1.38.2...v1.38.3)
|
|
553
|
+
## [1.38.3](https://github.com/dotenvx/dotenvx/compare/v1.38.2...v1.38.3) (2025-02-25)
|
|
548
554
|
|
|
549
555
|
### Changed
|
|
550
556
|
|
|
551
557
|
* 🐞 Fix self-referencing expansion when key exists already in `process.env` ([#536](https://github.com/dotenvx/dotenvx/pull/536))
|
|
552
558
|
|
|
553
|
-
## [1.38.2](https://github.com/dotenvx/dotenvx/compare/v1.38.1...v1.38.2)
|
|
559
|
+
## [1.38.2](https://github.com/dotenvx/dotenvx/compare/v1.38.1...v1.38.2) (2025-02-24)
|
|
554
560
|
|
|
555
561
|
### Added
|
|
556
562
|
|
|
557
563
|
* Add typescript types for `main.get`.
|
|
558
564
|
|
|
559
|
-
## [1.38.1](https://github.com/dotenvx/dotenvx/compare/v1.38.0...v1.38.1)
|
|
565
|
+
## [1.38.1](https://github.com/dotenvx/dotenvx/compare/v1.38.0...v1.38.1) (2025-02-24)
|
|
560
566
|
|
|
561
567
|
### Changed
|
|
562
568
|
|
|
@@ -564,14 +570,14 @@ export default {
|
|
|
564
570
|
|
|
565
571
|
Note: dotenvx will convert these `\r\n` newlines to `\n`. Our recommendation is to stop using `CRLF` - its origin is from typewriter days. Instead, set your editor or gitattributes to use `LF`.
|
|
566
572
|
|
|
567
|
-
## [1.38.0](https://github.com/dotenvx/dotenvx/compare/v1.37.0...v1.38.0)
|
|
573
|
+
## [1.38.0](https://github.com/dotenvx/dotenvx/compare/v1.37.0...v1.38.0) (2025-02-24)
|
|
568
574
|
|
|
569
575
|
### Changed
|
|
570
576
|
|
|
571
577
|
* Command substitution failures no longer halt further processing of keys in a .env file ([#533](https://github.com/dotenvx/dotenvx/pull/533))
|
|
572
578
|
* A more helpful error is raised if a command substitution failure occurs ([#533](https://github.com/dotenvx/dotenvx/pull/533))
|
|
573
579
|
|
|
574
|
-
## [1.37.0](https://github.com/dotenvx/dotenvx/compare/v1.36.0...v1.37.0)
|
|
580
|
+
## [1.37.0](https://github.com/dotenvx/dotenvx/compare/v1.36.0...v1.37.0) (2025-02-20)
|
|
575
581
|
|
|
576
582
|
### Added
|
|
577
583
|
|
|
@@ -579,13 +585,13 @@ Note: dotenvx will convert these `\r\n` newlines to `\n`. Our recommendation is
|
|
|
579
585
|
|
|
580
586
|
also: [our whitepaper](https://dotenvx.com/dotenvx.pdf) is released as a draft.
|
|
581
587
|
|
|
582
|
-
## [1.36.0](https://github.com/dotenvx/dotenvx/compare/v1.35.0...v1.36.0)
|
|
588
|
+
## [1.36.0](https://github.com/dotenvx/dotenvx/compare/v1.35.0...v1.36.0) (2025-02-12)
|
|
583
589
|
|
|
584
590
|
### Changed
|
|
585
591
|
|
|
586
592
|
* `--strict` flag respects (doesn't throw) anything in `--ignore` flag ([#527](https://github.com/dotenvx/dotenvx/pull/527))
|
|
587
593
|
|
|
588
|
-
## [1.35.0](https://github.com/dotenvx/dotenvx/compare/v1.34.0...v1.35.0)
|
|
594
|
+
## [1.35.0](https://github.com/dotenvx/dotenvx/compare/v1.34.0...v1.35.0) (2025-02-07)
|
|
589
595
|
|
|
590
596
|
### Added
|
|
591
597
|
|
|
@@ -594,25 +600,25 @@ also: [our whitepaper](https://dotenvx.com/dotenvx.pdf) is released as a draft.
|
|
|
594
600
|
|
|
595
601
|
The addition of `main.get` facilitates what we term Decryption at Access, a concept explored in greater detail in our [whitepaper](https://dotenvx.com/dotenvx.pdf).
|
|
596
602
|
|
|
597
|
-
## [1.34.0](https://github.com/dotenvx/dotenvx/compare/v1.33.0...v1.34.0)
|
|
603
|
+
## [1.34.0](https://github.com/dotenvx/dotenvx/compare/v1.33.0...v1.34.0) (2025-01-25)
|
|
598
604
|
|
|
599
605
|
### Added
|
|
600
606
|
|
|
601
607
|
* `main.set` method now writes to files ([#517](https://github.com/dotenvx/dotenvx/pull/517))
|
|
602
608
|
|
|
603
|
-
## [1.33.0](https://github.com/dotenvx/dotenvx/compare/v1.32.1...v1.33.0)
|
|
609
|
+
## [1.33.0](https://github.com/dotenvx/dotenvx/compare/v1.32.1...v1.33.0) (2025-01-13)
|
|
604
610
|
|
|
605
611
|
### Added
|
|
606
612
|
|
|
607
613
|
* support ESM import convenience `import '@dotenvx/dotenvx/config'` ([#508](https://github.com/dotenvx/dotenvx/pull/508))
|
|
608
614
|
|
|
609
|
-
## [1.32.1](https://github.com/dotenvx/dotenvx/compare/v1.32.0...v1.32.1)
|
|
615
|
+
## [1.32.1](https://github.com/dotenvx/dotenvx/compare/v1.32.0...v1.32.1) (2025-01-07)
|
|
610
616
|
|
|
611
617
|
### Changed
|
|
612
618
|
|
|
613
619
|
* remove duplicated help messages ([#504](https://github.com/dotenvx/dotenvx/pull/504))
|
|
614
620
|
|
|
615
|
-
## [1.32.0](https://github.com/dotenvx/dotenvx/compare/v1.31.3...v1.32.0)
|
|
621
|
+
## [1.32.0](https://github.com/dotenvx/dotenvx/compare/v1.31.3...v1.32.0) (2024-12-27)
|
|
616
622
|
|
|
617
623
|
### Added
|
|
618
624
|
|
|
@@ -626,38 +632,38 @@ The addition of `main.get` facilitates what we term Decryption at Access, a conc
|
|
|
626
632
|
|
|
627
633
|
* remove internal logger methods `errorvp, errorvpb, warnv, warnvp, warnvpb, successvp, successvpb, help2` ([#501](https://github.com/dotenvx/dotenvx/pull/501))
|
|
628
634
|
|
|
629
|
-
## [1.31.3](https://github.com/dotenvx/dotenvx/compare/v1.31.2...v1.31.3)
|
|
635
|
+
## [1.31.3](https://github.com/dotenvx/dotenvx/compare/v1.31.2...v1.31.3) (2024-12-20)
|
|
630
636
|
|
|
631
637
|
### Changed
|
|
632
638
|
|
|
633
639
|
* adjust wingetcreate to use powershell when parsing version
|
|
634
640
|
|
|
635
|
-
## [1.31.2](https://github.com/dotenvx/dotenvx/compare/v1.31.1...v1.31.2)
|
|
641
|
+
## [1.31.2](https://github.com/dotenvx/dotenvx/compare/v1.31.1...v1.31.2) (2024-12-20)
|
|
636
642
|
|
|
637
643
|
### Changed
|
|
638
644
|
|
|
639
645
|
* use wingetcreate for releasing to WinGet ([#498](https://github.com/dotenvx/dotenvx/pull/498))
|
|
640
646
|
|
|
641
|
-
## [1.31.1](https://github.com/dotenvx/dotenvx/compare/v1.31.0...v1.31.1)
|
|
647
|
+
## [1.31.1](https://github.com/dotenvx/dotenvx/compare/v1.31.0...v1.31.1) (2024-12-20)
|
|
642
648
|
|
|
643
649
|
### Changed
|
|
644
650
|
|
|
645
651
|
* 🐞 fix encryption of values containing explicit `\n` newlines ([#495](https://github.com/dotenvx/dotenvx/pull/495))
|
|
646
652
|
|
|
647
|
-
## [1.31.0](https://github.com/dotenvx/dotenvx/compare/v1.30.1...v1.31.0)
|
|
653
|
+
## [1.31.0](https://github.com/dotenvx/dotenvx/compare/v1.30.1...v1.31.0) (2024-12-14)
|
|
648
654
|
|
|
649
655
|
### Added
|
|
650
656
|
|
|
651
657
|
* expose `main.set` function ([#492](https://github.com/dotenvx/dotenvx/pull/492))
|
|
652
658
|
* add missing types for `main.config` ([#491](https://github.com/dotenvx/dotenvx/pull/491))
|
|
653
659
|
|
|
654
|
-
## [1.30.1](https://github.com/dotenvx/dotenvx/compare/v1.30.0...v1.30.1)
|
|
660
|
+
## [1.30.1](https://github.com/dotenvx/dotenvx/compare/v1.30.0...v1.30.1) (2024-12-13)
|
|
655
661
|
|
|
656
662
|
### Added
|
|
657
663
|
|
|
658
664
|
* support complex command substitution combining variable expansion ([#490](https://github.com/dotenvx/dotenvx/pull/490))
|
|
659
665
|
|
|
660
|
-
## [1.30.0](https://github.com/dotenvx/dotenvx/compare/v1.29.0...v1.30.0)
|
|
666
|
+
## [1.30.0](https://github.com/dotenvx/dotenvx/compare/v1.29.0...v1.30.0) (2024-12-13)
|
|
661
667
|
|
|
662
668
|
### Added
|
|
663
669
|
|
|
@@ -680,43 +686,43 @@ $ tree -a .
|
|
|
680
686
|
$ dotenvx get -fk .env.keys -f apps/backend/.env
|
|
681
687
|
```
|
|
682
688
|
|
|
683
|
-
## [1.29.0](https://github.com/dotenvx/dotenvx/compare/v1.28.0...v1.29.0)
|
|
689
|
+
## [1.29.0](https://github.com/dotenvx/dotenvx/compare/v1.28.0...v1.29.0) (2024-12-09)
|
|
684
690
|
|
|
685
691
|
### Added
|
|
686
692
|
|
|
687
693
|
* add `--ignore` flag to suppress specified errors. example: `dotenvx run --ignore=MISSING_ENV_FILE` ([#485](https://github.com/dotenvx/dotenvx/pull/485))
|
|
688
694
|
|
|
689
|
-
## [1.28.0](https://github.com/dotenvx/dotenvx/compare/v1.27.0...v1.28.0)
|
|
695
|
+
## [1.28.0](https://github.com/dotenvx/dotenvx/compare/v1.27.0...v1.28.0) (2024-12-03)
|
|
690
696
|
|
|
691
697
|
### Changed
|
|
692
698
|
|
|
693
699
|
* `.env.keys` file is generated WITHOUT quotes going forward. This is to minimize friction around Docker gotchas to developers - old versions of Docker do not support `--env-file` containing quoted keys/values. ([#480](https://github.com/dotenvx/dotenvx/pull/480)) ([additional note](https://github.com/dotenvx/dotenvx/issues/465#issuecomment-2515279676))
|
|
694
700
|
|
|
695
|
-
## [1.27.0](https://github.com/dotenvx/dotenvx/compare/v1.26.2...v1.27.0)
|
|
701
|
+
## [1.27.0](https://github.com/dotenvx/dotenvx/compare/v1.26.2...v1.27.0) (2024-12-03)
|
|
696
702
|
|
|
697
703
|
### Added
|
|
698
704
|
|
|
699
705
|
* add support for `\t` expansion when double quoted. (e.g. `TAB="hi\tfriend"` becomes `hi friend`) ([#479](https://github.com/dotenvx/dotenvx/pull/479))
|
|
700
706
|
|
|
701
|
-
## [1.26.2](https://github.com/dotenvx/dotenvx/compare/v1.26.1...v1.26.2)
|
|
707
|
+
## [1.26.2](https://github.com/dotenvx/dotenvx/compare/v1.26.1...v1.26.2) (2024-12-02)
|
|
702
708
|
|
|
703
709
|
### Changed
|
|
704
710
|
|
|
705
711
|
* build binaries with bytecode option ([#477](https://github.com/dotenvx/dotenvx/pull/477))
|
|
706
712
|
|
|
707
|
-
## [1.26.1](https://github.com/dotenvx/dotenvx/compare/v1.26.0...v1.26.1)
|
|
713
|
+
## [1.26.1](https://github.com/dotenvx/dotenvx/compare/v1.26.0...v1.26.1) (2024-12-02)
|
|
708
714
|
|
|
709
715
|
### Added
|
|
710
716
|
|
|
711
717
|
* add typescript type definitions for `main.parse` method ([#475](https://github.com/dotenvx/dotenvx/pull/475))
|
|
712
718
|
|
|
713
|
-
## [1.26.0](https://github.com/dotenvx/dotenvx/compare/v1.25.2...v1.26.0)
|
|
719
|
+
## [1.26.0](https://github.com/dotenvx/dotenvx/compare/v1.25.2...v1.26.0) (2024-11-29)
|
|
714
720
|
|
|
715
721
|
### Added
|
|
716
722
|
|
|
717
723
|
* add `privateKey` option to `main.parse` method ([#474](https://github.com/dotenvx/dotenvx/pull/474))
|
|
718
724
|
|
|
719
|
-
## [1.25.2](https://github.com/dotenvx/dotenvx/compare/v1.25.1...v1.25.2)
|
|
725
|
+
## [1.25.2](https://github.com/dotenvx/dotenvx/compare/v1.25.1...v1.25.2) (2024-11-29)
|
|
720
726
|
|
|
721
727
|
### Added
|
|
722
728
|
|
|
@@ -726,13 +732,13 @@ $ dotenvx get -fk .env.keys -f apps/backend/.env
|
|
|
726
732
|
|
|
727
733
|
* remove types for functions that were removed a while back ([2aa660](https://github.com/dotenvx/dotenvx/commit/2aa660695757143f65751a201115f074b81942a8))
|
|
728
734
|
|
|
729
|
-
## [1.25.1](https://github.com/dotenvx/dotenvx/compare/v1.25.0...v1.25.1)
|
|
735
|
+
## [1.25.1](https://github.com/dotenvx/dotenvx/compare/v1.25.0...v1.25.1) (2024-11-25)
|
|
730
736
|
|
|
731
737
|
### Changed
|
|
732
738
|
|
|
733
739
|
* improve helpful error messaging around decryption failures by specifying specific key and private key name ([#463](https://github.com/dotenvx/dotenvx/pull/463))
|
|
734
740
|
|
|
735
|
-
## [1.25.0](https://github.com/dotenvx/dotenvx/compare/v1.24.5...v1.25.0)
|
|
741
|
+
## [1.25.0](https://github.com/dotenvx/dotenvx/compare/v1.24.5...v1.25.0) (2024-11-25)
|
|
736
742
|
|
|
737
743
|
### Added
|
|
738
744
|
|
|
@@ -748,37 +754,37 @@ $ dotenvx get -fk .env.keys -f apps/backend/.env
|
|
|
748
754
|
|
|
749
755
|
* remove `dotenvx.get()` function from `lib/main.js`. (`parse` already historically exists for this purpose) ([#461](https://github.com/dotenvx/dotenvx/pull/461))
|
|
750
756
|
|
|
751
|
-
## [1.24.5](https://github.com/dotenvx/dotenvx/compare/v1.24.4...v1.24.5)
|
|
757
|
+
## [1.24.5](https://github.com/dotenvx/dotenvx/compare/v1.24.4...v1.24.5) (2024-11-22)
|
|
752
758
|
|
|
753
759
|
### Changed
|
|
754
760
|
|
|
755
761
|
* 🐞 do not expand prior literal values ([#458](https://github.com/dotenvx/dotenvx/pull/458))
|
|
756
762
|
|
|
757
|
-
## [1.24.4](https://github.com/dotenvx/dotenvx/compare/v1.24.3...v1.24.4)
|
|
763
|
+
## [1.24.4](https://github.com/dotenvx/dotenvx/compare/v1.24.3...v1.24.4) (2024-11-20)
|
|
758
764
|
|
|
759
765
|
### Changed
|
|
760
766
|
|
|
761
767
|
* do not expand command substitution ([#456](https://github.com/dotenvx/dotenvx/pull/456))
|
|
762
768
|
|
|
763
|
-
## [1.24.3](https://github.com/dotenvx/dotenvx/compare/v1.24.2...v1.24.3)
|
|
769
|
+
## [1.24.3](https://github.com/dotenvx/dotenvx/compare/v1.24.2...v1.24.3) (2024-11-20)
|
|
764
770
|
|
|
765
771
|
### Changed
|
|
766
772
|
|
|
767
773
|
* 🐞 fix command substitution for more complex commands ([#455](https://github.com/dotenvx/dotenvx/pull/455))
|
|
768
774
|
|
|
769
|
-
## [1.24.2](https://github.com/dotenvx/dotenvx/compare/v1.24.1...v1.24.2)
|
|
775
|
+
## [1.24.2](https://github.com/dotenvx/dotenvx/compare/v1.24.1...v1.24.2) (2024-11-18)
|
|
770
776
|
|
|
771
777
|
### Changed
|
|
772
778
|
|
|
773
779
|
* treat pre-existing expandable values as literal in `process.env` ([#450](https://github.com/dotenvx/dotenvx/pull/450))
|
|
774
780
|
|
|
775
|
-
## [1.24.1](https://github.com/dotenvx/dotenvx/compare/v1.24.0...v1.24.1)
|
|
781
|
+
## [1.24.1](https://github.com/dotenvx/dotenvx/compare/v1.24.0...v1.24.1) (2024-11-18)
|
|
776
782
|
|
|
777
783
|
### Changed
|
|
778
784
|
|
|
779
785
|
* bump `cross-spawn` to prevent potential ReDoS [CVE-2024-21538](https://github.com/advisories/ghsa-3xgq-45jj-v275) ([#449](https://github.com/dotenvx/dotenvx/pull/449))
|
|
780
786
|
|
|
781
|
-
## [1.24.0](https://github.com/dotenvx/dotenvx/compare/v1.23.0...v1.24.0)
|
|
787
|
+
## [1.24.0](https://github.com/dotenvx/dotenvx/compare/v1.23.0...v1.24.0) (2024-11-15)
|
|
782
788
|
|
|
783
789
|
### Added
|
|
784
790
|
|
|
@@ -802,25 +808,25 @@ FOO=${FOO}bar
|
|
|
802
808
|
|
|
803
809
|
* removed `dotenvx.configDotenv()`. use `dotenvx.config()` ([#445](https://github.com/dotenvx/dotenvx/pull/445))
|
|
804
810
|
|
|
805
|
-
## 1.23.0
|
|
811
|
+
## 1.23.0 (2024-11-12)
|
|
806
812
|
|
|
807
813
|
### Added
|
|
808
814
|
|
|
809
815
|
* deeper variable expansion support and protection against self-referencing variables 🛡️ ([#439](https://github.com/dotenvx/dotenvx/pull/439))
|
|
810
816
|
|
|
811
|
-
## 1.22.2
|
|
817
|
+
## 1.22.2 (2024-11-12)
|
|
812
818
|
|
|
813
819
|
### Changed
|
|
814
820
|
|
|
815
821
|
* more lenient handling of `--` separator and better error messaging when flags are ambiguous ([#438](https://github.com/dotenvx/dotenvx/pull/438))
|
|
816
822
|
|
|
817
|
-
## 1.22.1
|
|
823
|
+
## 1.22.1 (2024-11-11)
|
|
818
824
|
|
|
819
825
|
### Changed
|
|
820
826
|
|
|
821
827
|
* 🐞 patch loading order issue with single quotes ([#436](https://github.com/dotenvx/dotenvx/pull/436))
|
|
822
828
|
|
|
823
|
-
## 1.22.0
|
|
829
|
+
## 1.22.0 (2024-11-04)
|
|
824
830
|
|
|
825
831
|
### Added
|
|
826
832
|
|
|
@@ -830,7 +836,7 @@ FOO=${FOO}bar
|
|
|
830
836
|
|
|
831
837
|
* clarify next steps after first time encrypting ([#430](https://github.com/dotenvx/dotenvx/pull/430))
|
|
832
838
|
|
|
833
|
-
## 1.21.1
|
|
839
|
+
## 1.21.1 (2024-10-31)
|
|
834
840
|
|
|
835
841
|
### Changed
|
|
836
842
|
|
|
@@ -838,7 +844,7 @@ FOO=${FOO}bar
|
|
|
838
844
|
* for `precommit` redirect missing `dotenvx` command using POSIX compliant redirection ([#424](https://github.com/dotenvx/dotenvx/pull/424))
|
|
839
845
|
* make parent `dotenvx help` command less noisy by removing `[options]`. run `dotenvx COMMAND -h` to list all available options like always ([#429](https://github.com/dotenvx/dotenvx/pull/429))
|
|
840
846
|
|
|
841
|
-
## 1.21.0
|
|
847
|
+
## 1.21.0 (2024-10-25)
|
|
842
848
|
|
|
843
849
|
### Changed
|
|
844
850
|
|
|
@@ -847,14 +853,14 @@ FOO=${FOO}bar
|
|
|
847
853
|
|
|
848
854
|
🎓 now if you choose to single quote, double quote, no quote, or backtick your value it will be respected - including for encrypted values. this more intuitively handles complex cases like escaped characters, literals, and json.
|
|
849
855
|
|
|
850
|
-
## 1.20.1
|
|
856
|
+
## 1.20.1 (2024-10-23)
|
|
851
857
|
|
|
852
858
|
### Changed
|
|
853
859
|
|
|
854
860
|
* update [eciesjs](https://github.com/ecies/js/issues/802) ([#421](https://github.com/dotenvx/dotenvx/pull/421))
|
|
855
861
|
* remove default values for ts interface - no longer permitted by latest ts ([#419](https://github.com/dotenvx/dotenvx/pull/419))
|
|
856
862
|
|
|
857
|
-
## 1.20.0
|
|
863
|
+
## 1.20.0 (2024-10-17)
|
|
858
864
|
|
|
859
865
|
### Changed
|
|
860
866
|
|
|
@@ -867,37 +873,37 @@ FOO=${FOO}bar
|
|
|
867
873
|
|
|
868
874
|
* remove `main.decrypt,encrypt,set` ([#410](https://github.com/dotenvx/dotenvx/pull/410))
|
|
869
875
|
|
|
870
|
-
## 1.19.3
|
|
876
|
+
## 1.19.3 (2024-10-15)
|
|
871
877
|
|
|
872
878
|
### Changed
|
|
873
879
|
|
|
874
880
|
* 🐞 fix decrypt re-encrypt of values containing backslashes ([#406](https://github.com/dotenvx/dotenvx/pull/407))
|
|
875
881
|
|
|
876
|
-
## 1.19.2
|
|
882
|
+
## 1.19.2 (2024-10-13)
|
|
877
883
|
|
|
878
884
|
### Changed
|
|
879
885
|
|
|
880
886
|
* forward additional signals like `SIGUSR2` ([#403](https://github.com/dotenvx/dotenvx/pull/403))
|
|
881
887
|
|
|
882
|
-
## 1.19.1
|
|
888
|
+
## 1.19.1 (2024-10-13)
|
|
883
889
|
|
|
884
890
|
### Changed
|
|
885
891
|
|
|
886
892
|
* if `SIGTERM` or `SIGINT` sent, don't bubble wrapped process error ([#402](https://github.com/dotenvx/dotenvx/pull/402))
|
|
887
893
|
|
|
888
|
-
## 1.19.0
|
|
894
|
+
## 1.19.0 (2024-10-11)
|
|
889
895
|
|
|
890
896
|
### Added
|
|
891
897
|
|
|
892
898
|
* support key glob filtering for `encrypt` and `decrypt`. example: `dotenvx encrypt -ek "NEXT_PUBLIC_*"` ([#397](https://github.com/dotenvx/dotenvx/pull/397))
|
|
893
899
|
|
|
894
|
-
## 1.18.1
|
|
900
|
+
## 1.18.1 (2024-10-11)
|
|
895
901
|
|
|
896
902
|
### Added
|
|
897
903
|
|
|
898
904
|
* escape user inputted regex groupings like `$1` or `$2`. ([#396](https://github.com/dotenvx/dotenvx/pull/396))
|
|
899
905
|
|
|
900
|
-
## 1.18.0
|
|
906
|
+
## 1.18.0 (2024-10-11)
|
|
901
907
|
|
|
902
908
|
### Added
|
|
903
909
|
|
|
@@ -930,115 +936,115 @@ API_KEY='encrypted:5678'
|
|
|
930
936
|
|
|
931
937
|
It's an aesthetic side effect only. Your values will continue to be decrypted and encrypted correctly.
|
|
932
938
|
|
|
933
|
-
## 1.17.0
|
|
939
|
+
## 1.17.0 (2024-10-09)
|
|
934
940
|
|
|
935
941
|
### Added
|
|
936
942
|
|
|
937
943
|
* add `--format=eval` option for `get` ([#393](https://github.com/dotenvx/dotenvx/pull/393))
|
|
938
944
|
|
|
939
|
-
## 1.16.1
|
|
945
|
+
## 1.16.1 (2024-10-08)
|
|
940
946
|
|
|
941
947
|
### Changed
|
|
942
948
|
|
|
943
949
|
* suppress stderr using `options.stdio` ([#391](https://github.com/dotenvx/dotenvx/pull/391))
|
|
944
950
|
|
|
945
|
-
## 1.16.0
|
|
951
|
+
## 1.16.0 (2024-10-07)
|
|
946
952
|
|
|
947
953
|
### Changed
|
|
948
954
|
|
|
949
955
|
* for `dotenvx keypair` call out to `dotenvx pro keypair` if [pro](https://github.com/dotenvx/dotenvx/issues/259) installed ([#390](https://github.com/dotenvx/dotenvx/pull/390))
|
|
950
956
|
|
|
951
|
-
## 1.15.0
|
|
957
|
+
## 1.15.0 (2024-10-05)
|
|
952
958
|
|
|
953
959
|
### Added
|
|
954
960
|
|
|
955
961
|
* add `--format=shell` option for `keypair` ([#389](https://github.com/dotenvx/dotenvx/pull/389))
|
|
956
962
|
|
|
957
|
-
## 1.14.2
|
|
963
|
+
## 1.14.2 (2024-09-27)
|
|
958
964
|
|
|
959
965
|
### Changed
|
|
960
966
|
|
|
961
967
|
* swap `process.stdout.write` for `console.log` to patch up npx edge case ([#387](https://github.com/dotenvx/dotenvx/pull/387))
|
|
962
968
|
|
|
963
|
-
## 1.14.1
|
|
969
|
+
## 1.14.1 (2024-09-13)
|
|
964
970
|
|
|
965
971
|
### Changed
|
|
966
972
|
|
|
967
973
|
* run precommit hook only on staged files ([#380](https://github.com/dotenvx/dotenvx/pull/380))
|
|
968
974
|
|
|
969
|
-
## 1.14.0
|
|
975
|
+
## 1.14.0 (2024-09-04)
|
|
970
976
|
|
|
971
977
|
### Added
|
|
972
978
|
|
|
973
979
|
* add `dotenvx keypair` command for printing your public/private keypairs ([#375](https://github.com/dotenvx/dotenvx/pull/375))
|
|
974
980
|
|
|
975
|
-
## 1.13.3
|
|
981
|
+
## 1.13.3 (2024-09-04)
|
|
976
982
|
|
|
977
983
|
### Changed
|
|
978
984
|
|
|
979
985
|
* exit code 1 when `decrypt` fails in any way ([#374](https://github.com/dotenvx/dotenvx/pull/374))
|
|
980
986
|
|
|
981
|
-
## 1.13.2
|
|
987
|
+
## 1.13.2 (2024-09-02)
|
|
982
988
|
|
|
983
989
|
### Added
|
|
984
990
|
|
|
985
991
|
* expose `getColor` and `bold` to `lib/main.js` ([#369](https://github.com/dotenvx/dotenvx/pull/369))
|
|
986
992
|
|
|
987
|
-
## 1.13.1
|
|
993
|
+
## 1.13.1 (2024-09-02)
|
|
988
994
|
|
|
989
995
|
### Added
|
|
990
996
|
|
|
991
997
|
* expose `logger` and `setLogLevel` to `lib/main.js` - `const = { logger, setLogLevel } = require('@dotenvx/dotenvx')` ([#368](https://github.com/dotenvx/dotenvx/pull/368))
|
|
992
998
|
|
|
993
|
-
## 1.13.0
|
|
999
|
+
## 1.13.0 (2024-09-02)
|
|
994
1000
|
|
|
995
1001
|
### Changed
|
|
996
1002
|
|
|
997
1003
|
* move `ls` to core commands ([#367](https://github.com/dotenvx/dotenvx/pull/367))
|
|
998
1004
|
|
|
999
|
-
## 1.12.1
|
|
1005
|
+
## 1.12.1 (2024-08-31)
|
|
1000
1006
|
|
|
1001
1007
|
### Changed
|
|
1002
1008
|
|
|
1003
1009
|
* return without quotations for `dotenvx get --format shell` ([#366](https://github.com/dotenvx/dotenvx/pull/366))
|
|
1004
1010
|
|
|
1005
|
-
## 1.12.0
|
|
1011
|
+
## 1.12.0 (2024-08-31)
|
|
1006
1012
|
|
|
1007
1013
|
### Added
|
|
1008
1014
|
|
|
1009
1015
|
* add `dotenvx get --format shell` option ([#363](https://github.com/dotenvx/dotenvx/pull/363))
|
|
1010
1016
|
|
|
1011
|
-
## 1.11.5
|
|
1017
|
+
## 1.11.5 (2024-08-28)
|
|
1012
1018
|
|
|
1013
1019
|
### Changed
|
|
1014
1020
|
|
|
1015
1021
|
* revert `tinyexec` for `execa` - to support usage in bun
|
|
1016
1022
|
|
|
1017
|
-
## 1.11.4
|
|
1023
|
+
## 1.11.4 (2024-08-28)
|
|
1018
1024
|
|
|
1019
1025
|
### Changed
|
|
1020
1026
|
|
|
1021
1027
|
* bump `tinyexec` and add postrelease-bunx check ([#362](https://github.com/dotenvx/dotenvx/pull/362))
|
|
1022
1028
|
|
|
1023
|
-
## 1.11.3
|
|
1029
|
+
## 1.11.3 (2024-08-27)
|
|
1024
1030
|
|
|
1025
1031
|
### Changed
|
|
1026
1032
|
|
|
1027
1033
|
* fallback to `process.env.TERM` for color depth where deno and bun do not support it ([#360](https://github.com/dotenvx/dotenvx/pull/360))
|
|
1028
1034
|
|
|
1029
|
-
## 1.11.2
|
|
1035
|
+
## 1.11.2 (2024-08-27)
|
|
1030
1036
|
|
|
1031
1037
|
### Added
|
|
1032
1038
|
|
|
1033
1039
|
* detect encoding when reading `.env*` file on `run/get` ([#359](https://github.com/dotenvx/dotenvx/pull/359))
|
|
1034
1040
|
|
|
1035
|
-
## 1.11.1
|
|
1041
|
+
## 1.11.1 (2024-08-26)
|
|
1036
1042
|
|
|
1037
1043
|
### Changed
|
|
1038
1044
|
|
|
1039
1045
|
* support encryption of `export KEY` variables and preserve `#!shebangs` ([#357](https://github.com/dotenvx/dotenvx/pull/357))
|
|
1040
1046
|
|
|
1041
|
-
## 1.11.0
|
|
1047
|
+
## 1.11.0 (2024-08-26)
|
|
1042
1048
|
|
|
1043
1049
|
### Added
|
|
1044
1050
|
|
|
@@ -1048,43 +1054,43 @@ It's an aesthetic side effect only. Your values will continue to be decrypted an
|
|
|
1048
1054
|
|
|
1049
1055
|
* `ext precommit` ignores `tests/` directory (and similar) ([#356](https://github.com/dotenvx/dotenvx/pull/356))
|
|
1050
1056
|
|
|
1051
|
-
## 1.10.4
|
|
1057
|
+
## 1.10.4 (2024-08-25)
|
|
1052
1058
|
|
|
1053
1059
|
### Changed
|
|
1054
1060
|
|
|
1055
1061
|
* fix `pro` display in help command
|
|
1056
1062
|
|
|
1057
|
-
## 1.10.3
|
|
1063
|
+
## 1.10.3 (2024-08-24)
|
|
1058
1064
|
|
|
1059
1065
|
### Added
|
|
1060
1066
|
|
|
1061
1067
|
* ci: automate publishing to `winget` ([#354](https://github.com/dotenvx/dotenvx/pull/354))
|
|
1062
1068
|
|
|
1063
|
-
## 1.10.2
|
|
1069
|
+
## 1.10.2 (2024-08-23)
|
|
1064
1070
|
|
|
1065
1071
|
### Changed
|
|
1066
1072
|
|
|
1067
1073
|
* default `config` to empty `[]` array so that `DOTENV_KEY_${environment}` looks up correctly ([#352](https://github.com/dotenvx/dotenvx/pull/352))
|
|
1068
1074
|
|
|
1069
|
-
## 1.10.1
|
|
1075
|
+
## 1.10.1 (2024-08-23)
|
|
1070
1076
|
|
|
1071
1077
|
### Changed
|
|
1072
1078
|
|
|
1073
1079
|
* check subfolders on `dotenvx ext precommit` hook ([#350](https://github.com/dotenvx/dotenvx/pull/350))
|
|
1074
1080
|
|
|
1075
|
-
## 1.10.0
|
|
1081
|
+
## 1.10.0 (2024-08-23)
|
|
1076
1082
|
|
|
1077
1083
|
### Removed
|
|
1078
1084
|
|
|
1079
1085
|
* remove `dotenvx ext vault`, replace with [dotenvx-ext-vault](https://github.com/dotenvx/dotenvx-ext-vaut) (install there to continue using `ext vault`) ([#351](https://github.com/dotenvx/dotenvx/pull/351))
|
|
1080
1086
|
|
|
1081
|
-
## 1.9.1
|
|
1087
|
+
## 1.9.1 (2024-08-22)
|
|
1082
1088
|
|
|
1083
1089
|
### Added
|
|
1084
1090
|
|
|
1085
1091
|
* warn if private key is missing or blank ([#349](https://github.com/dotenvx/dotenvx/pull/349))
|
|
1086
1092
|
|
|
1087
|
-
## 1.9.0
|
|
1093
|
+
## 1.9.0 (2024-08-21)
|
|
1088
1094
|
|
|
1089
1095
|
### Added
|
|
1090
1096
|
|
|
@@ -1098,7 +1104,7 @@ It's an aesthetic side effect only. Your values will continue to be decrypted an
|
|
|
1098
1104
|
|
|
1099
1105
|
* removed `winston` - logger simplified to use `console.log` going forward ([#347](https://github.com/dotenvx/dotenvx/pull/347))
|
|
1100
1106
|
|
|
1101
|
-
## 1.8.0
|
|
1107
|
+
## 1.8.0 (2024-08-20)
|
|
1102
1108
|
|
|
1103
1109
|
### Added
|
|
1104
1110
|
|
|
@@ -1117,43 +1123,43 @@ It's an aesthetic side effect only. Your values will continue to be decrypted an
|
|
|
1117
1123
|
* remove `picocolors` and `color-name` - cutting down on 2 dependencies ([#340](https://github.com/dotenvx/dotenvx/pull/340))
|
|
1118
1124
|
* remove `ext hub` from extension list (you can still install it as an extension [here](https://github.com/dotenvx/dotenvx-ext-hub)) ([#337](https://github.com/dotenvx/dotenvx/pull/337))
|
|
1119
1125
|
|
|
1120
|
-
## 1.7.0
|
|
1126
|
+
## 1.7.0 (2024-08-09)
|
|
1121
1127
|
|
|
1122
1128
|
### Removed
|
|
1123
1129
|
|
|
1124
1130
|
* remove `ext settings` command (and [`conf`](https://www.npmjs.com/package/conf) along with it) ([#323](https://github.com/dotenvx/dotenvx/pull/323))
|
|
1125
1131
|
|
|
1126
|
-
## 1.6.5
|
|
1132
|
+
## 1.6.5 (2024-08-09)
|
|
1127
1133
|
|
|
1128
1134
|
### Changed
|
|
1129
1135
|
|
|
1130
1136
|
* 🐞 patch `chomp` for interpolation. strip ending newline (was stripping first found newline) ([#322](https://github.com/dotenvx/dotenvx/pull/322))
|
|
1131
1137
|
|
|
1132
|
-
## 1.6.4
|
|
1138
|
+
## 1.6.4 (2024-07-15)
|
|
1133
1139
|
|
|
1134
1140
|
### Changed
|
|
1135
1141
|
|
|
1136
1142
|
* fix `dotenvx help` (command was missing)
|
|
1137
1143
|
|
|
1138
|
-
## 1.6.3
|
|
1144
|
+
## 1.6.3 (2024-07-15)
|
|
1139
1145
|
|
|
1140
1146
|
### Changed
|
|
1141
1147
|
|
|
1142
1148
|
* adjust `dotenvx pro` to be dynamic if [dotenvx-pro](https://github.com/dotenvx/dotenvx-pro) is installed user's machine
|
|
1143
1149
|
|
|
1144
|
-
## 1.6.2
|
|
1150
|
+
## 1.6.2 (2024-07-12)
|
|
1145
1151
|
|
|
1146
1152
|
### Added
|
|
1147
1153
|
|
|
1148
1154
|
* add more detailed type definitions ([#313](https://github.com/dotenvx/dotenvx/pull/313))
|
|
1149
1155
|
|
|
1150
|
-
## 1.6.1
|
|
1156
|
+
## 1.6.1 (2024-07-11)
|
|
1151
1157
|
|
|
1152
1158
|
### Added
|
|
1153
1159
|
|
|
1154
1160
|
* add support for `.env1` (`.env*`) file format. (private key expands to `DOTENV_PRIVATE_KEY_DEVELOPMENT1`) ([#312](https://github.com/dotenvx/dotenvx/pull/312))
|
|
1155
1161
|
|
|
1156
|
-
## 1.6.0
|
|
1162
|
+
## 1.6.0 (2024-07-11)
|
|
1157
1163
|
|
|
1158
1164
|
### Added
|
|
1159
1165
|
|
|
@@ -1170,7 +1176,7 @@ It's an aesthetic side effect only. Your values will continue to be decrypted an
|
|
|
1170
1176
|
* remove `dotenvx convert` - still at `dotenvx encrypt`
|
|
1171
1177
|
* remove `dotenvx vault` - still at `dotenvx ext vault`
|
|
1172
1178
|
|
|
1173
|
-
## 1.5.0
|
|
1179
|
+
## 1.5.0 (2024-06-30)
|
|
1174
1180
|
|
|
1175
1181
|
### Added
|
|
1176
1182
|
|
|
@@ -1184,32 +1190,32 @@ It's an aesthetic side effect only. Your values will continue to be decrypted an
|
|
|
1184
1190
|
|
|
1185
1191
|
* remove `dotenvx ext hub`, replace with [dotenvx-ext-hub](https://github.com/dotenvx/dotenvx-ext-hub) (install there to continue using hub) ([#291](https://github.com/dotenvx/dotenvx/pull/291))
|
|
1186
1192
|
|
|
1187
|
-
## 1.4.0
|
|
1193
|
+
## 1.4.0 (2024-06-30)
|
|
1188
1194
|
|
|
1189
1195
|
### Removed
|
|
1190
1196
|
|
|
1191
1197
|
* remove update notice. let users decide what version they want without nagging them to update ([#288](https://github.com/dotenvx/dotenvx/pull/288))
|
|
1192
1198
|
* remove `dotenvx hub`. still available at `dotenvx ext hub` ([#290](https://github.com/dotenvx/dotenvx/pull/290))
|
|
1193
1199
|
|
|
1194
|
-
## 1.3.2
|
|
1200
|
+
## 1.3.2 (2024-06-30)
|
|
1195
1201
|
|
|
1196
1202
|
### Changed
|
|
1197
1203
|
|
|
1198
1204
|
* 🐞 remove risky `prepare` and `postinstall` scripts and replace with `npm run patch` for development and binary building ([#286](https://github.com/dotenvx/dotenvx/pull/286))
|
|
1199
1205
|
|
|
1200
|
-
## 1.3.1
|
|
1206
|
+
## 1.3.1 (2024-06-30)
|
|
1201
1207
|
|
|
1202
1208
|
### Changed
|
|
1203
1209
|
|
|
1204
1210
|
* 🐞 make `patch-package` only run locally with `prepare` ([#283](https://github.com/dotenvx/dotenvx/pull/283))
|
|
1205
1211
|
|
|
1206
|
-
## 1.3.0
|
|
1212
|
+
## 1.3.0 (2024-06-29)
|
|
1207
1213
|
|
|
1208
1214
|
### Added
|
|
1209
1215
|
|
|
1210
1216
|
* encrypt specified keys with `--key` option - `dotenvx encrypt -k HELLO` ([#281](https://github.com/dotenvx/dotenvx/pull/281))
|
|
1211
1217
|
|
|
1212
|
-
## 1.2.0
|
|
1218
|
+
## 1.2.0 (2024-06-29)
|
|
1213
1219
|
|
|
1214
1220
|
### Added
|
|
1215
1221
|
|
|
@@ -1219,19 +1225,19 @@ It's an aesthetic side effect only. Your values will continue to be decrypted an
|
|
|
1219
1225
|
|
|
1220
1226
|
* replace `glob` with faster approach ([#278](https://github.com/dotenvx/dotenvx/pull/278))
|
|
1221
1227
|
|
|
1222
|
-
## 1.1.0
|
|
1228
|
+
## 1.1.0 (2024-06-28)
|
|
1223
1229
|
|
|
1224
1230
|
### Added
|
|
1225
1231
|
|
|
1226
1232
|
* add TypeScript type definitions ([#272](https://github.com/dotenvx/dotenvx/pull/272))
|
|
1227
1233
|
|
|
1228
|
-
## 1.0.1
|
|
1234
|
+
## 1.0.1 (2024-06-27)
|
|
1229
1235
|
|
|
1230
1236
|
### Changed
|
|
1231
1237
|
|
|
1232
1238
|
* 🐞 fix expansion when preset on `process.env` and/or with `--overload` ([#271](https://github.com/dotenvx/dotenvx/pull/271))
|
|
1233
1239
|
|
|
1234
|
-
## 1.0.0
|
|
1240
|
+
## 1.0.0 (2024-06-24)
|
|
1235
1241
|
|
|
1236
1242
|
🎉 `dotenvx` has made it to `1.0.0`. There are BREAKING CHANGES ⚠️ .
|
|
1237
1243
|
|
|
@@ -1263,82 +1269,82 @@ This is a BIG release that sets the tone for `dotenvx`'s core offering and featu
|
|
|
1263
1269
|
|
|
1264
1270
|
[blog post: "From dotenv to dotenvx: Next Generation Config Management"](https://dotenvx.com/blog/2024/06/24/dotenvx-next-generation-config-management.html)
|
|
1265
1271
|
|
|
1266
|
-
## 0.45.0
|
|
1272
|
+
## 0.45.0 (2024-06-17)
|
|
1267
1273
|
|
|
1268
1274
|
### Changed
|
|
1269
1275
|
|
|
1270
1276
|
* Rename `dotenvx vault convert` to `dotenvx vault migrate` ([#251](https://github.com/dotenvx/dotenvx/pull/251))
|
|
1271
1277
|
* Update `install.sh` regex version check to be `sh` compatible (not just bash)
|
|
1272
1278
|
|
|
1273
|
-
## 0.44.6
|
|
1279
|
+
## 0.44.6 (2024-06-17)
|
|
1274
1280
|
|
|
1275
1281
|
### Added
|
|
1276
1282
|
|
|
1277
1283
|
* Added `checksums.txt` as part of each release
|
|
1278
1284
|
|
|
1279
|
-
## 0.44.5
|
|
1285
|
+
## 0.44.5 (2024-06-16)
|
|
1280
1286
|
|
|
1281
1287
|
### Changed
|
|
1282
1288
|
|
|
1283
1289
|
* Removed `.github` folder from published binaries on npm (example: [npm code](https://www.npmjs.com/package/@dotenvx/dotenvx-darwin-arm64?activeTab=code))
|
|
1284
1290
|
* Add help message to `install.sh`
|
|
1285
1291
|
|
|
1286
|
-
## 0.44.4
|
|
1292
|
+
## 0.44.4 (2024-06-15)
|
|
1287
1293
|
|
|
1288
1294
|
### Changed
|
|
1289
1295
|
|
|
1290
1296
|
* Automated deployment of `install.sh` along with sanity checks ([#250](https://github.com/dotenvx/dotenvx/pull/250))
|
|
1291
1297
|
|
|
1292
|
-
## 0.44.3
|
|
1298
|
+
## 0.44.3 (2024-06-15)
|
|
1293
1299
|
|
|
1294
1300
|
### Added
|
|
1295
1301
|
|
|
1296
1302
|
* Include `CHANGELOG.md` in npm release
|
|
1297
1303
|
* Include `install.sh` in package release
|
|
1298
1304
|
|
|
1299
|
-
## 0.44.2
|
|
1305
|
+
## 0.44.2 (2024-06-14)
|
|
1300
1306
|
|
|
1301
1307
|
### Changed
|
|
1302
1308
|
|
|
1303
1309
|
* Fix license in `package.json` to match project's license BSD-3.
|
|
1304
1310
|
|
|
1305
|
-
## 0.44.1
|
|
1311
|
+
## 0.44.1 (2024-05-27)
|
|
1306
1312
|
|
|
1307
1313
|
### Changed
|
|
1308
1314
|
|
|
1309
1315
|
* Respect decryption of zero length strings - `dotenvx set HELLO '' --encrypt` ([#236](https://github.com/dotenvx/dotenvx/pull/236))
|
|
1310
1316
|
|
|
1311
|
-
## 0.44.0
|
|
1317
|
+
## 0.44.0 (2024-05-22)
|
|
1312
1318
|
|
|
1313
1319
|
### Added
|
|
1314
1320
|
|
|
1315
1321
|
* Added `options.debug`, `options.verbose`, `options.quiet`, and `options.logLevel` to `.config()` ([#233](https://github.com/dotenvx/dotenvx/pull/233))
|
|
1316
1322
|
|
|
1317
|
-
## 0.43.2
|
|
1323
|
+
## 0.43.2 (2024-05-21)
|
|
1318
1324
|
|
|
1319
1325
|
### Changed
|
|
1320
1326
|
|
|
1321
1327
|
* Patch `replace` when replacing double, single, or backticked quoted at anywhere in the `.env` file. ([#232](https://github.com/dotenvx/dotenvx/pull/232))
|
|
1322
1328
|
|
|
1323
|
-
## 0.43.1
|
|
1329
|
+
## 0.43.1 (2024-05-21)
|
|
1324
1330
|
|
|
1325
1331
|
### Changed
|
|
1326
1332
|
|
|
1327
1333
|
* Improved `replace` function regex - to handle more edge case scenarios with replacing KEY/values ([#227](https://github.com/dotenvx/dotenvx/pull/227))
|
|
1328
1334
|
|
|
1329
|
-
## 0.43.0
|
|
1335
|
+
## 0.43.0 (2024-05-20)
|
|
1330
1336
|
|
|
1331
1337
|
### Added
|
|
1332
1338
|
|
|
1333
1339
|
* Support `require('@dotenvx/dotenvx').config()` for `DOTENV_PRIVATE_KEY` decryption ([#225](https://github.com/dotenvx/dotenvx/pull/225))
|
|
1334
1340
|
|
|
1335
|
-
## 0.42.0
|
|
1341
|
+
## 0.42.0 (2024-05-20)
|
|
1336
1342
|
|
|
1337
1343
|
### Added
|
|
1338
1344
|
|
|
1339
1345
|
* Added `.env.vault deprecated` warning when using `DOTENV_KEY`. Provide instructions to convert to encrypted `.env` files. ([#224](https://github.com/dotenvx/dotenvx/pull/224))
|
|
1340
1346
|
|
|
1341
|
-
## 0.41.0
|
|
1347
|
+
## 0.41.0 (2024-05-20)
|
|
1342
1348
|
|
|
1343
1349
|
### Added
|
|
1344
1350
|
|
|
@@ -1371,13 +1377,13 @@ Learn more at [https://dotenvx.com/docs/quickstart#add-encryption]
|
|
|
1371
1377
|
|
|
1372
1378
|
* Rename `encryptme` to `convert` ([#222](https://github.com/dotenvx/dotenvx/pull/222))
|
|
1373
1379
|
|
|
1374
|
-
## 0.40.1
|
|
1380
|
+
## 0.40.1 (2024-05-19)
|
|
1375
1381
|
|
|
1376
1382
|
### Added
|
|
1377
1383
|
|
|
1378
1384
|
* Support encryption replacement of multiline values ([#220](https://github.com/dotenvx/dotenvx/pull/220))
|
|
1379
1385
|
|
|
1380
|
-
## 0.40.0
|
|
1386
|
+
## 0.40.0 (2024-05-18)
|
|
1381
1387
|
|
|
1382
1388
|
### Added
|
|
1383
1389
|
|
|
@@ -1391,7 +1397,7 @@ Learn more at [https://dotenvx.com/docs/quickstart#add-encryption]
|
|
|
1391
1397
|
|
|
1392
1398
|
* Do not warn of missing files for conventions (too noisy) ([#216](https://github.com/dotenvx/dotenvx/pull/216))
|
|
1393
1399
|
|
|
1394
|
-
## 0.39.0
|
|
1400
|
+
## 0.39.0 (2024-05-14)
|
|
1395
1401
|
|
|
1396
1402
|
### Added
|
|
1397
1403
|
|
|
@@ -1401,7 +1407,7 @@ Learn more at [https://dotenvx.com/docs/quickstart#add-encryption]
|
|
|
1401
1407
|
|
|
1402
1408
|
* Removed help messages like 'in production' and 'in ci'. Too specific and could lead to confusion.
|
|
1403
1409
|
|
|
1404
|
-
## 0.38.0
|
|
1410
|
+
## 0.38.0 (2024-05-09)
|
|
1405
1411
|
|
|
1406
1412
|
### Changed
|
|
1407
1413
|
|
|
@@ -1437,88 +1443,88 @@ Further notes:
|
|
|
1437
1443
|
* This solution is brand new, but I intend it to be the future for `.env` files. It has many benefits over `.env.vault` files. We will be sunsetting the `.env.vault` mechanism but its tooling will stay around in `dotenvx` for at least 1 year to come - under `dotenvx vault` parent command.
|
|
1438
1444
|
* Be patient as we update our documentation to prioritize this improved encryption format for `.env` files.
|
|
1439
1445
|
|
|
1440
|
-
## 0.37.1
|
|
1446
|
+
## 0.37.1 (2024-04-30)
|
|
1441
1447
|
|
|
1442
1448
|
* warn when running `dotenvx status` against any untracked (not in .env.vault) files ([#196](https://github.com/dotenvx/dotenvx/pull/196))
|
|
1443
1449
|
|
|
1444
|
-
## 0.37.0
|
|
1450
|
+
## 0.37.0 (2024-04-27)
|
|
1445
1451
|
|
|
1446
1452
|
* add `--convention nextjs` flag to `dotenvx run` ([#193](https://github.com/dotenvx/dotenvx/pull/193))
|
|
1447
1453
|
* improve `status` error message when decrypt fails or no `.env*` files ([#192](https://github.com/dotenvx/dotenvx/pull/192))
|
|
1448
1454
|
|
|
1449
|
-
## 0.36.1
|
|
1455
|
+
## 0.36.1 (2024-04-27)
|
|
1450
1456
|
|
|
1451
1457
|
* handle `SIGTERM` ([#191](https://github.com/dotenvx/dotenvx/pull/191))
|
|
1452
1458
|
|
|
1453
|
-
## 0.36.0
|
|
1459
|
+
## 0.36.0 (2024-04-27)
|
|
1454
1460
|
|
|
1455
1461
|
* add `dotenvx status` command ([#186](https://github.com/dotenvx/dotenvx/pull/186))
|
|
1456
1462
|
* add `dotenvx decrypt [directory]` argument option ([#186](https://github.com/dotenvx/dotenvx/pull/186))
|
|
1457
1463
|
* add `dotenvx decrypt --environment` flag option ([#186](https://github.com/dotenvx/dotenvx/pull/186))
|
|
1458
1464
|
* normalize windows `\` paths ([#186](https://github.com/dotenvx/dotenvx/pull/186))
|
|
1459
1465
|
|
|
1460
|
-
## 0.35.1
|
|
1466
|
+
## 0.35.1 (2024-04-19)
|
|
1461
1467
|
|
|
1462
1468
|
### Changed
|
|
1463
1469
|
|
|
1464
1470
|
* exit code `1` if `get KEY` not found/undefined ([#185](https://github.com/dotenvx/dotenvx/pull/185))
|
|
1465
1471
|
|
|
1466
|
-
## 0.35.0
|
|
1472
|
+
## 0.35.0 (2024-04-19)
|
|
1467
1473
|
|
|
1468
1474
|
### Added
|
|
1469
1475
|
|
|
1470
1476
|
* added `set` command, and optionally pass `--env-file` flag(s) to `set` usage: `dotenvx set HELLO World` ([#182](https://github.com/dotenvx/dotenvx/pull/182))
|
|
1471
1477
|
|
|
1472
|
-
## 0.34.0
|
|
1478
|
+
## 0.34.0 (2024-04-16)
|
|
1473
1479
|
|
|
1474
1480
|
### Changed
|
|
1475
1481
|
|
|
1476
1482
|
* make `hub push` more forgiving by permitting full filepath like `hub push directory/.env.keys` ([#180](https://github.com/dotenvx/dotenvx/pull/180))
|
|
1477
1483
|
* add note on generated `.env.example` ([#181](https://github.com/dotenvx/dotenvx/pull/181))
|
|
1478
1484
|
|
|
1479
|
-
## 0.33.1
|
|
1485
|
+
## 0.33.1 (2024-04-15)
|
|
1480
1486
|
|
|
1481
1487
|
### Changed
|
|
1482
1488
|
|
|
1483
1489
|
* patch injection around falsy values ([#177](https://github.com/dotenvx/dotenvx/pull/177))
|
|
1484
1490
|
|
|
1485
|
-
## 0.33.0
|
|
1491
|
+
## 0.33.0 (2024-04-15)
|
|
1486
1492
|
|
|
1487
1493
|
### Added
|
|
1488
1494
|
|
|
1489
1495
|
* add .env.vault support for `.env.something.something` (useful for Next.js pattern of .env.development.local) ([#174](https://github.com/dotenvx/dotenvx/pull/174))
|
|
1490
1496
|
|
|
1491
|
-
## 0.32.0
|
|
1497
|
+
## 0.32.0 (2024-04-09)
|
|
1492
1498
|
|
|
1493
1499
|
### Changed
|
|
1494
1500
|
|
|
1495
1501
|
* quiet exit code 1 message ([#173](https://github.com/dotenvx/dotenvx/pull/173))
|
|
1496
1502
|
|
|
1497
|
-
## 0.31.1
|
|
1503
|
+
## 0.31.1 (2024-04-08)
|
|
1498
1504
|
|
|
1499
1505
|
### Changed
|
|
1500
1506
|
|
|
1501
1507
|
* improve error messages ([#171](https://github.com/dotenvx/dotenvx/pull/171))
|
|
1502
1508
|
|
|
1503
|
-
## 0.31.0
|
|
1509
|
+
## 0.31.0 (2024-04-08)
|
|
1504
1510
|
|
|
1505
1511
|
### Added
|
|
1506
1512
|
|
|
1507
1513
|
* add `hub logout` command ([#170](https://github.com/dotenvx/dotenvx/pull/170))
|
|
1508
1514
|
|
|
1509
|
-
## 0.30.2
|
|
1515
|
+
## 0.30.2 (2024-04-08)
|
|
1510
1516
|
|
|
1511
1517
|
### Changed
|
|
1512
1518
|
|
|
1513
1519
|
* small fixes for windows users related to `hub open` and `hub push` ([#169](https://github.com/dotenvx/dotenvx/pull/169))
|
|
1514
1520
|
|
|
1515
|
-
## 0.30.1
|
|
1521
|
+
## 0.30.1 (2024-04-07)
|
|
1516
1522
|
|
|
1517
1523
|
### Changed
|
|
1518
1524
|
|
|
1519
1525
|
* remove windows warnings related to missing `git` or `git origin` ([#166](https://github.com/dotenvx/dotenvx/pull/166) [#167](https://github.com/dotenvx/dotenvx/pull/167))
|
|
1520
1526
|
|
|
1521
|
-
## 0.30.0
|
|
1527
|
+
## 0.30.0 (2024-04-06)
|
|
1522
1528
|
|
|
1523
1529
|
### Added
|
|
1524
1530
|
|
|
@@ -1528,31 +1534,31 @@ Further notes:
|
|
|
1528
1534
|
|
|
1529
1535
|
* refactor `dotenvx get` to use `run` under the hood
|
|
1530
1536
|
|
|
1531
|
-
## 0.29.2
|
|
1537
|
+
## 0.29.2 (2024-04-05)
|
|
1532
1538
|
|
|
1533
1539
|
### Changed
|
|
1534
1540
|
|
|
1535
1541
|
* fix broken `hub login` and `hub open` ([#160](https://github.com/dotenvx/dotenvx/pull/160))
|
|
1536
1542
|
|
|
1537
|
-
## 0.29.1
|
|
1543
|
+
## 0.29.1 (2024-04-04)
|
|
1538
1544
|
|
|
1539
1545
|
### Changed
|
|
1540
1546
|
|
|
1541
1547
|
* patch situation where `DOTENV_KEY` is present and `--env-file` flag is set. assume to still look for `.env.vault` file as first in line ([#157](https://github.com/dotenvx/dotenvx/pull/157))
|
|
1542
1548
|
|
|
1543
|
-
## 0.29.0
|
|
1549
|
+
## 0.29.0 (2024-04-04)
|
|
1544
1550
|
|
|
1545
1551
|
### Changed
|
|
1546
1552
|
|
|
1547
1553
|
* respect order for `--env-vault-file`, `--env-file` and `--env` flags (for example: `dotenvx run --env "HELLO=one" --env-file=.env` will prioritize `--env` flag. Add `--overload` here to prioritize `--env-file` or reverse the order.). you can now mix and match multiple flags in any complex order you wish and dotenvx will respect it. ([#155](https://github.com/dotenvx/dotenvx/pull/155))
|
|
1548
1554
|
|
|
1549
|
-
## 0.28.0
|
|
1555
|
+
## 0.28.0 (2024-04-03)
|
|
1550
1556
|
|
|
1551
1557
|
### Added
|
|
1552
1558
|
|
|
1553
1559
|
* add `dotenvx settings` command to list your current settings. in the future we'll provide ways to modify these settings as dotenvx's functionality grows ([#153](https://github.com/dotenvx/dotenvx/pull/153))
|
|
1554
1560
|
|
|
1555
|
-
## 0.27.2
|
|
1561
|
+
## 0.27.2 (2024-04-02)
|
|
1556
1562
|
|
|
1557
1563
|
### Added
|
|
1558
1564
|
|
|
@@ -1565,7 +1571,7 @@ Further notes:
|
|
|
1565
1571
|
* return current version if remote version fails ([#149](https://github.com/dotenvx/dotenvx/pull/149))
|
|
1566
1572
|
* switch to our own update notice mechanism (eliminating multiple deps) ([#151](https://github.com/dotenvx/dotenvx/pull/151))
|
|
1567
1573
|
|
|
1568
|
-
## 0.27.1
|
|
1574
|
+
## 0.27.1 (2024-03-26)
|
|
1569
1575
|
|
|
1570
1576
|
### Added
|
|
1571
1577
|
|
|
@@ -1575,50 +1581,50 @@ Further notes:
|
|
|
1575
1581
|
|
|
1576
1582
|
* remove `got` from top level deps ([#139](https://github.com/dotenvx/dotenvx/pull/139))
|
|
1577
1583
|
|
|
1578
|
-
## 0.27.0
|
|
1584
|
+
## 0.27.0 (2024-03-25)
|
|
1579
1585
|
|
|
1580
1586
|
### Changed
|
|
1581
1587
|
|
|
1582
1588
|
* move `update-notifier` into `lib/helpers` for more control over `got` lib ([#138](https://github.com/dotenvx/dotenvx/pull/138))
|
|
1583
1589
|
* move `clipboardy` into `lib/helpers` for more control and to support commonjs going forward (sindre has dropped support and many mature systems still require commonjs for their infra and have need of dotenvx). ([#137](https://github.com/dotenvx/dotenvx/pull/137))
|
|
1584
1590
|
|
|
1585
|
-
## 0.26.0
|
|
1591
|
+
## 0.26.0 (2024-03-18)
|
|
1586
1592
|
|
|
1587
1593
|
### Added
|
|
1588
1594
|
|
|
1589
1595
|
* add `hub pull` command to pull a repo's `.env.keys` down. ([#129](https://github.com/dotenvx/dotenvx/pull/129))
|
|
1590
1596
|
|
|
1591
|
-
## 0.25.1
|
|
1597
|
+
## 0.25.1 (2024-03-14)
|
|
1592
1598
|
|
|
1593
1599
|
### Changed
|
|
1594
1600
|
|
|
1595
1601
|
* 🐞 patch bug with evaluate commands. do not attempt to evaluate risky preset envs in `process.env`. evaluate only what's set in a `.env*` file ([#125](https://github.com/dotenvx/dotenvx/pull/125))
|
|
1596
1602
|
|
|
1597
|
-
## 0.25.0
|
|
1603
|
+
## 0.25.0 (2024-03-12)
|
|
1598
1604
|
|
|
1599
1605
|
### Added
|
|
1600
1606
|
|
|
1601
1607
|
* expand `hub push` with `[directory]` option. use for monorepos. for example: `dotenvx hub push apps/backend` ([#121](https://github.com/dotenvx/dotenvx/pull/121))
|
|
1602
1608
|
|
|
1603
|
-
## 0.24.0
|
|
1609
|
+
## 0.24.0 (2024-02-29)
|
|
1604
1610
|
|
|
1605
1611
|
### Added
|
|
1606
1612
|
|
|
1607
1613
|
* add command substitution. for example `DATABASE_URL="postgres://$(whoami)@localhost/my_database"` ([#113](https://github.com/dotenvx/dotenvx/pull/113))
|
|
1608
1614
|
|
|
1609
|
-
## 0.23.0
|
|
1615
|
+
## 0.23.0 (2024-02-28)
|
|
1610
1616
|
|
|
1611
1617
|
### Added
|
|
1612
1618
|
|
|
1613
1619
|
* support personal environment variables. anything after the comment `# personal.dotenvx.com` will be considered personal and will not be encrypted to .env.vault ([#110](https://github.com/dotenvx/dotenvx/pull/110))
|
|
1614
1620
|
|
|
1615
|
-
## 0.22.0
|
|
1621
|
+
## 0.22.0 (2024-02-27)
|
|
1616
1622
|
|
|
1617
1623
|
### Added
|
|
1618
1624
|
|
|
1619
1625
|
* `require('@dotenvx/dotenvx').config()` expands/interpolates variables. this matches the behavior of `run`. (note that this behavior differs from the original `require('dotenv').config()` ([#107](https://github.com/dotenvx/dotenvx/pull/107))
|
|
1620
1626
|
|
|
1621
|
-
## 0.21.0
|
|
1627
|
+
## 0.21.0 (2024-02-27)
|
|
1622
1628
|
|
|
1623
1629
|
### Added
|
|
1624
1630
|
|
|
@@ -1632,61 +1638,61 @@ Further notes:
|
|
|
1632
1638
|
|
|
1633
1639
|
* remove `main.inject` function ([#102](https://github.com/dotenvx/dotenvx/pull/102))
|
|
1634
1640
|
|
|
1635
|
-
## 0.20.2
|
|
1641
|
+
## 0.20.2 (2024-02-24)
|
|
1636
1642
|
|
|
1637
1643
|
### Added
|
|
1638
1644
|
|
|
1639
1645
|
* added support for `--env` flag on the `.env.vault` decryption portion of `run` ([#101](https://github.com/dotenvx/dotenvx/pull/101))
|
|
1640
1646
|
|
|
1641
|
-
## 0.20.1
|
|
1647
|
+
## 0.20.1 (2024-02-24)
|
|
1642
1648
|
|
|
1643
1649
|
### Changed
|
|
1644
1650
|
|
|
1645
1651
|
* use system command path ([#98](https://github.com/dotenvx/dotenvx/pull/98))
|
|
1646
1652
|
|
|
1647
|
-
## 0.20.0
|
|
1653
|
+
## 0.20.0 (2024-02-23)
|
|
1648
1654
|
|
|
1649
1655
|
### Changed
|
|
1650
1656
|
|
|
1651
1657
|
* added `--env` flag. for example, `dotenvx --env="HELLO=World" -- yourcommand` ([#94](https://github.com/dotenvx/dotenvx/pull/94))
|
|
1652
1658
|
|
|
1653
|
-
## 0.19.1
|
|
1659
|
+
## 0.19.1 (2024-02-22)
|
|
1654
1660
|
|
|
1655
1661
|
### Changed
|
|
1656
1662
|
|
|
1657
1663
|
* patched up the `precommit` command ([#91](https://github.com/dotenvx/dotenvx/pull/91))
|
|
1658
1664
|
|
|
1659
|
-
## 0.19.0
|
|
1665
|
+
## 0.19.0 (2024-02-22)
|
|
1660
1666
|
|
|
1661
1667
|
### Added
|
|
1662
1668
|
|
|
1663
1669
|
* added `scan` command to scan for possible leaked secrets in your code ([#90](https://github.com/dotenvx/dotenvx/pull/90))
|
|
1664
1670
|
|
|
1665
|
-
## 0.18.0
|
|
1671
|
+
## 0.18.0 (2024-02-21)
|
|
1666
1672
|
|
|
1667
1673
|
### Added
|
|
1668
1674
|
|
|
1669
1675
|
* added `get` command, optionally pass `--env-file` flag(s) to `get`, optionally pass `--overload`, and optionally pass `--pretty-print`. usage: `dotenvx get HELLO` => `World` ([#89](https://github.com/dotenvx/dotenvx/pull/89))
|
|
1670
1676
|
|
|
1671
|
-
## 0.17.1
|
|
1677
|
+
## 0.17.1 (2024-02-20)
|
|
1672
1678
|
|
|
1673
1679
|
### Changed
|
|
1674
1680
|
|
|
1675
1681
|
* expose `main.encrypt` and `main.ls` functions
|
|
1676
1682
|
|
|
1677
|
-
## 0.17.0
|
|
1683
|
+
## 0.17.0 (2024-02-19)
|
|
1678
1684
|
|
|
1679
1685
|
### Added
|
|
1680
1686
|
|
|
1681
1687
|
* added `[directory]` argument to `encrypt`. for example, in your nx repo from root `dotenvx encrypt apps/backend` will encrypt .env* files in that directory and manage the `.env.keys` and `.env.vault` in that directory as well ([#82](https://github.com/dotenvx/dotenvx/pull/82))
|
|
1682
1688
|
|
|
1683
|
-
## 0.16.1
|
|
1689
|
+
## 0.16.1 (2024-02-19)
|
|
1684
1690
|
|
|
1685
1691
|
### Changed
|
|
1686
1692
|
|
|
1687
1693
|
* bumped `dotenv` version to fix `encrypt` bug
|
|
1688
1694
|
|
|
1689
|
-
## 0.16.0
|
|
1695
|
+
## 0.16.0 (2024-02-17)
|
|
1690
1696
|
|
|
1691
1697
|
### Added
|
|
1692
1698
|
|
|
@@ -1694,275 +1700,275 @@ Further notes:
|
|
|
1694
1700
|
* added `--env-file` option `ls` ([#82](https://github.com/dotenvx/dotenvx/pull/82))
|
|
1695
1701
|
* optionally specify `--env-vault-file` path to `.env.vault` (defaults to `.env.vault`) ([#73](https://github.com/dotenvx/dotenvx/pull/73))
|
|
1696
1702
|
|
|
1697
|
-
## 0.15.4
|
|
1703
|
+
## 0.15.4 (2024-02-11)
|
|
1698
1704
|
|
|
1699
1705
|
### Changed
|
|
1700
1706
|
|
|
1701
1707
|
* 🐞 patch `--overload` flag logic ([#66](https://github.com/dotenvx/dotenvx/pull/66))
|
|
1702
1708
|
|
|
1703
|
-
## 0.15.3
|
|
1709
|
+
## 0.15.3 (2024-02-11)
|
|
1704
1710
|
|
|
1705
1711
|
### Changed
|
|
1706
1712
|
|
|
1707
1713
|
* 🐞 fix undici readablestream error ([#65](https://github.com/dotenvx/dotenvx/pull/65))
|
|
1708
1714
|
|
|
1709
|
-
## 0.15.2
|
|
1715
|
+
## 0.15.2 (2024-02-11)
|
|
1710
1716
|
|
|
1711
1717
|
### Changed
|
|
1712
1718
|
|
|
1713
1719
|
* switch from axios to undici ([#59](https://github.com/dotenvx/dotenvx/pull/59))
|
|
1714
1720
|
* bump `dotenv-expand` ([#63](https://github.com/dotenvx/dotenvx/pull/63))
|
|
1715
1721
|
|
|
1716
|
-
## 0.15.1
|
|
1722
|
+
## 0.15.1 (2024-02-10)
|
|
1717
1723
|
|
|
1718
1724
|
### Changed
|
|
1719
1725
|
|
|
1720
1726
|
* use improved dotenv expansion ([#62](https://github.com/dotenvx/dotenvx/pull/62))
|
|
1721
1727
|
|
|
1722
|
-
## 0.15.0
|
|
1728
|
+
## 0.15.0 (2024-02-06)
|
|
1723
1729
|
|
|
1724
1730
|
### Added
|
|
1725
1731
|
|
|
1726
1732
|
* add expansion ([#60](https://github.com/dotenvx/dotenvx/pull/60))
|
|
1727
1733
|
* use `dotenvx.com` ([#56](https://github.com/dotenvx/dotenvx/pull/56))
|
|
1728
1734
|
|
|
1729
|
-
## 0.14.1
|
|
1735
|
+
## 0.14.1 (2024-01-27)
|
|
1730
1736
|
|
|
1731
1737
|
### Changed
|
|
1732
1738
|
|
|
1733
1739
|
* patch esm issue. use update-notifier ^5.1.0
|
|
1734
1740
|
|
|
1735
|
-
## 0.14.0
|
|
1741
|
+
## 0.14.0 (2024-01-27)
|
|
1736
1742
|
|
|
1737
1743
|
### Added
|
|
1738
1744
|
|
|
1739
1745
|
* Added `genexample` command. Generate `.env.example` from your `.env` file. ([#49](https://github.com/dotenvx/dotenvx/pull/49))
|
|
1740
1746
|
* couple security patches ([#50](https://github.com/dotenvx/dotenvx/pull/50), [#51](https://github.com/dotenvx/dotenvx/pull/51))
|
|
1741
1747
|
|
|
1742
|
-
## 0.13.0
|
|
1748
|
+
## 0.13.0 (2024-01-27)
|
|
1743
1749
|
|
|
1744
1750
|
### Added
|
|
1745
1751
|
|
|
1746
1752
|
* Added `decrypt` command. Decrypt `.env.vault` to prospective `.env*` files. `.env.keys` must be present. ([#48](https://github.com/dotenvx/dotenvx/pull/48))
|
|
1747
1753
|
|
|
1748
|
-
## 0.12.0
|
|
1754
|
+
## 0.12.0 (2024-01-26)
|
|
1749
1755
|
|
|
1750
1756
|
### Added
|
|
1751
1757
|
|
|
1752
1758
|
* Append to `.gitignore` with `gitignore` command (also `.dockerignore`, `.npmignore`, and `.vercelignore` if existing) ([#47](https://github.com/dotenvx/dotenvx/pull/47))
|
|
1753
1759
|
|
|
1754
|
-
## 0.11.0
|
|
1760
|
+
## 0.11.0 (2024-01-25)
|
|
1755
1761
|
|
|
1756
1762
|
### Removed
|
|
1757
1763
|
|
|
1758
1764
|
* no longer append to `*ignore` files automatically. too invasive. will provide as separate cli command ([#45](https://github.com/dotenvx/dotenvx/pull/45))
|
|
1759
1765
|
|
|
1760
|
-
## 0.10.6
|
|
1766
|
+
## 0.10.6 (2024-01-24)
|
|
1761
1767
|
|
|
1762
1768
|
### Changed
|
|
1763
1769
|
|
|
1764
1770
|
* Improve error message when decryption fails ([#40](https://github.com/dotenvx/dotenvx/pull/40))
|
|
1765
1771
|
|
|
1766
|
-
## 0.10.5
|
|
1772
|
+
## 0.10.5 (2024-01-17)
|
|
1767
1773
|
|
|
1768
1774
|
### Changed
|
|
1769
1775
|
|
|
1770
1776
|
* Rename `predockerbuild` command to `prebuild` ([#36](https://github.com/dotenvx/pull/36))
|
|
1771
1777
|
|
|
1772
|
-
## 0.10.4
|
|
1778
|
+
## 0.10.4 (2024-01-17)
|
|
1773
1779
|
|
|
1774
1780
|
### Added
|
|
1775
1781
|
|
|
1776
1782
|
* Add `predockerbuild` command to prevent including `.env` file in your docker builds ([#35](https://github.com/dotenvx/pull/35))
|
|
1777
1783
|
|
|
1778
|
-
## 0.10.3
|
|
1784
|
+
## 0.10.3 (2024-01-17)
|
|
1779
1785
|
|
|
1780
1786
|
### Changed
|
|
1781
1787
|
|
|
1782
1788
|
* If dotenvx is missing tell user how to install it from pre-commit ([#34](https://github.com/dotenvx/pull/34))
|
|
1783
1789
|
* Add help notice for ci (when .env file not present) ([#33](https://github.com/dotenvx/pull/33))
|
|
1784
1790
|
|
|
1785
|
-
## 0.10.2
|
|
1791
|
+
## 0.10.2 (2024-01-14)
|
|
1786
1792
|
|
|
1787
1793
|
### Changed
|
|
1788
1794
|
|
|
1789
1795
|
* Improve error message when custom `--env-file` passed ([#32](https://github.com/dotenvx/pull/32))
|
|
1790
1796
|
|
|
1791
|
-
## 0.10.1
|
|
1797
|
+
## 0.10.1 (2024-01-14)
|
|
1792
1798
|
|
|
1793
1799
|
### Changed
|
|
1794
1800
|
|
|
1795
1801
|
* Adjust `precommit` verbosity and coloring
|
|
1796
1802
|
* Add `--install` flag to precommit - installs to `.git/hooks/pre-commit` ([#31](https://github.com/dotenvx/dotenvx/pull/31))
|
|
1797
1803
|
|
|
1798
|
-
## 0.10.0
|
|
1804
|
+
## 0.10.0 (2024-01-13)
|
|
1799
1805
|
|
|
1800
1806
|
### Added
|
|
1801
1807
|
|
|
1802
1808
|
* Added `dotenvx precommit` command and instructions for git pre-commit hook ([#30](https://github.com/dotenvx/dotenvx/pull/30))
|
|
1803
1809
|
|
|
1804
|
-
## 0.9.0
|
|
1810
|
+
## 0.9.0 (2024-01-13)
|
|
1805
1811
|
|
|
1806
1812
|
### Changed
|
|
1807
1813
|
|
|
1808
1814
|
* Remove `.flaskenv` from appends ([#27](https://github.com/dotenvx/dotenvx/pull/27))
|
|
1809
1815
|
* Improved error message when .env file is missing ([#28](https://github.com/dotenvx/dotenvx/pull/28))
|
|
1810
1816
|
|
|
1811
|
-
## 0.8.4
|
|
1817
|
+
## 0.8.4 (2024-01-11)
|
|
1812
1818
|
|
|
1813
1819
|
### Changed
|
|
1814
1820
|
|
|
1815
1821
|
Load `axios` with a try/catch depending on context 🐞 ([#24](https://github.com/dotenvx/dotenvx/pull/24))
|
|
1816
1822
|
|
|
1817
|
-
## 0.8.3
|
|
1823
|
+
## 0.8.3 (2024-01-11)
|
|
1818
1824
|
|
|
1819
1825
|
### Changed
|
|
1820
1826
|
|
|
1821
1827
|
Patched `helpers.guessEnvironment` bug when filepath contained a `.` in the folder name. 🐞 ([#23](https://github.com/dotenvx/dotenvx/pull/23))
|
|
1822
1828
|
|
|
1823
|
-
## 0.8.2
|
|
1829
|
+
## 0.8.2 (2024-01-04)
|
|
1824
1830
|
|
|
1825
1831
|
### Changed
|
|
1826
1832
|
|
|
1827
1833
|
Change path to axios in attempt for `pkg` to build correctly.
|
|
1828
1834
|
|
|
1829
|
-
## 0.8.1
|
|
1835
|
+
## 0.8.1 (2024-01-04)
|
|
1830
1836
|
|
|
1831
1837
|
### Added
|
|
1832
1838
|
|
|
1833
1839
|
Add axios (missing) to `package-lock.json`
|
|
1834
1840
|
|
|
1835
|
-
## 0.8.0
|
|
1841
|
+
## 0.8.0 (2024-01-04)
|
|
1836
1842
|
|
|
1837
1843
|
### Added
|
|
1838
1844
|
|
|
1839
1845
|
Added [hub](https://hub.dotenvx.com) support. 🎉 ([#16](https://github.com/dotenvx/dotenvx/pull/16))
|
|
1840
1846
|
|
|
1841
|
-
## 0.7.4
|
|
1847
|
+
## 0.7.4 (2023-12-22)
|
|
1842
1848
|
|
|
1843
1849
|
### Changed
|
|
1844
1850
|
|
|
1845
1851
|
Create binaries with root:root defaults. ([#21](https://github.com/dotenvx/dotenvx/pull/21))
|
|
1846
1852
|
|
|
1847
|
-
## 0.7.3
|
|
1853
|
+
## 0.7.3 (2023-12-22)
|
|
1848
1854
|
|
|
1849
1855
|
### Added
|
|
1850
1856
|
|
|
1851
1857
|
Tell user about undefined subprocess with additional `debug` logs ([#19](https://github.com/dotenvx/dotenvx/pull/19))
|
|
1852
1858
|
|
|
1853
|
-
## 0.7.2
|
|
1859
|
+
## 0.7.2 (2023-12-22)
|
|
1854
1860
|
|
|
1855
1861
|
### Added
|
|
1856
1862
|
|
|
1857
1863
|
`debug` other signals send to execa process ([#18](https://github.com/dotenvx/dotenvx/pull/18))
|
|
1858
1864
|
|
|
1859
|
-
## 0.7.1
|
|
1865
|
+
## 0.7.1 (2023-12-22)
|
|
1860
1866
|
|
|
1861
1867
|
### Changed
|
|
1862
1868
|
|
|
1863
1869
|
Fix missed package.json#version
|
|
1864
1870
|
|
|
1865
|
-
## 0.7.0
|
|
1871
|
+
## 0.7.0 (2023-12-22)
|
|
1866
1872
|
|
|
1867
1873
|
### Added
|
|
1868
1874
|
|
|
1869
1875
|
handle `SIGINT` ([#17](https://github.com/dotenvx/dotenvx/pull/17))
|
|
1870
1876
|
|
|
1871
|
-
## 0.6.13
|
|
1877
|
+
## 0.6.13 (2023-12-02)
|
|
1872
1878
|
|
|
1873
1879
|
write to `/latest` only for [releases](https://github.com/dotenvx/releases) repo ([#15](https://github.com/dotenvx/dotenvx/pull/15))
|
|
1874
1880
|
|
|
1875
|
-
## 0.6.12
|
|
1881
|
+
## 0.6.12 (2023-12-01)
|
|
1876
1882
|
|
|
1877
1883
|
### Changed
|
|
1878
1884
|
|
|
1879
1885
|
do not package README alongside binary. adds noise to a user's machine. keep their machine shiny. ([#14](https://github.com/dotenvx/dotenvx/pull/14))
|
|
1880
1886
|
|
|
1881
|
-
## 0.6.11
|
|
1887
|
+
## 0.6.11 (2023-12-01)
|
|
1882
1888
|
|
|
1883
1889
|
### Added
|
|
1884
1890
|
|
|
1885
1891
|
tell user what to do next ([#13](https://github.com/dotenvx/dotenvx/pull/13))
|
|
1886
1892
|
|
|
1887
|
-
## 0.6.10
|
|
1893
|
+
## 0.6.10 (2023-12-01)
|
|
1888
1894
|
|
|
1889
1895
|
### Patched
|
|
1890
1896
|
|
|
1891
1897
|
do not log when error code is 0 ([#12](https://github.com/dotenvx/dotenvx/pull/12))
|
|
1892
1898
|
|
|
1893
|
-
## 0.6.9
|
|
1899
|
+
## 0.6.9 (2023-12-01)
|
|
1894
1900
|
|
|
1895
1901
|
### Added
|
|
1896
1902
|
|
|
1897
1903
|
tell user when no changes to re-encrypt ([#11](https://github.com/dotenvx/dotenvx/pull/11))
|
|
1898
1904
|
|
|
1899
|
-
## 0.6.8
|
|
1905
|
+
## 0.6.8 (2023-12-01)
|
|
1900
1906
|
|
|
1901
1907
|
### Added
|
|
1902
1908
|
|
|
1903
1909
|
added help text when user's command fails. include link to report issue ([#10](https://github.com/dotenvx/dotenvx/pull/10))
|
|
1904
1910
|
|
|
1905
|
-
## 0.6.7
|
|
1911
|
+
## 0.6.7 (2023-12-01)
|
|
1906
1912
|
|
|
1907
1913
|
## Added
|
|
1908
1914
|
|
|
1909
1915
|
added next step help message when running `dotenvx run` with no argument ([#9](https://github.com/dotenvx/dotenvx/pull/9))
|
|
1910
1916
|
|
|
1911
1917
|
|
|
1912
|
-
## 0.6.6
|
|
1918
|
+
## 0.6.6 (2023-12-01)
|
|
1913
1919
|
|
|
1914
1920
|
### Added
|
|
1915
1921
|
|
|
1916
1922
|
help includes a command example as well as a full working 'try it out' example ([#8](https://github.com/dotenvx/dotenvx/pull/8))
|
|
1917
1923
|
|
|
1918
|
-
## 0.6.5
|
|
1924
|
+
## 0.6.5 (2023-12-01)
|
|
1919
1925
|
|
|
1920
1926
|
### Changed
|
|
1921
1927
|
|
|
1922
1928
|
made the info messaging more succinct ([#7](https://github.com/dotenvx/dotenvx/pull/7))
|
|
1923
1929
|
|
|
1924
|
-
## 0.6.4
|
|
1930
|
+
## 0.6.4 (2023-11-29)
|
|
1925
1931
|
|
|
1926
1932
|
### Added
|
|
1927
1933
|
|
|
1928
1934
|
added tagged images to [hub.docker.com/u/dotenv](https://hub.docker.com/r/dotenv/dotenvx/tags)
|
|
1929
1935
|
|
|
1930
|
-
## 0.6.3
|
|
1936
|
+
## 0.6.3 (2023-11-29)
|
|
1931
1937
|
|
|
1932
1938
|
### Changed
|
|
1933
1939
|
|
|
1934
1940
|
fixed the `.env.keys` file comment. spacing was off. ([#6](https://github.com/dotenvx/dotenvx/pull/6))
|
|
1935
1941
|
|
|
1936
|
-
## 0.6.2
|
|
1942
|
+
## 0.6.2 (2023-11-28)
|
|
1937
1943
|
|
|
1938
1944
|
### Added
|
|
1939
1945
|
|
|
1940
1946
|
added help text to `encrypt`. ([#5](https://github.com/dotenvx/dotenvx/pull/5))
|
|
1941
1947
|
|
|
1942
|
-
## 0.6.1
|
|
1948
|
+
## 0.6.1 (2023-11-28)
|
|
1943
1949
|
|
|
1944
1950
|
### Changed
|
|
1945
1951
|
|
|
1946
1952
|
removed the `pad` on the logging level. didn't look good when running in default INFO mode. ([#4](https://github.com/dotenvx/dotenvx/pull/4))
|
|
1947
1953
|
|
|
1948
|
-
## 0.6.0
|
|
1954
|
+
## 0.6.0 (2023-11-28)
|
|
1949
1955
|
|
|
1950
1956
|
### Added
|
|
1951
1957
|
|
|
1952
1958
|
prevent committing a `.env*` file to code. append to `.gitignore`, `.dockerignore`, `.vercelignore`, and `.npmignore` 🗂️ ([#3](https://github.com/dotenvx/dotenvx/pull/3))
|
|
1953
1959
|
|
|
1954
|
-
## 0.5.0
|
|
1960
|
+
## 0.5.0 (2023-11-27)
|
|
1955
1961
|
|
|
1956
1962
|
### Added
|
|
1957
1963
|
|
|
1958
1964
|
`run` support for `.env.vault` files 🔑 ([#2](https://github.com/dotenvx/dotenvx/pull/2))
|
|
1959
1965
|
|
|
1960
|
-
## 0.4.0
|
|
1966
|
+
## 0.4.0 (2023-11-27)
|
|
1961
1967
|
|
|
1962
1968
|
### Added
|
|
1963
1969
|
|
|
1964
1970
|
`encrypt` 🔐 ([#1](https://github.com/dotenvx/dotenvx/pull/1))
|
|
1965
1971
|
|
|
1966
|
-
## 0.3.9 and prior
|
|
1972
|
+
## 0.3.9 and prior (2023-11-26)
|
|
1967
1973
|
|
|
1968
1974
|
Please see commit history.
|