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