Skip to content

Releases: luqmanoop/sync-dotenv

v2.7.0

24 Feb 12:44
Compare
Choose a tag to compare

Add option to avoid comments and emptyLines in env before sync

configure sync-dotenv in your package.json

{
 "scripts": {
   ...
 },
 "sync-dotenv": {
  "comments": false, // comments in .env will not be synced
  "emptyLines": true, // empty lines in .env will be synced
 }
}

Thanks @danieldspx for contributing

Fix empty line entries

20 May 22:59
Compare
Choose a tag to compare

Fixes an issue where empty line entries such as __EMPTYLINE_10__ are added to sample env after sync.

Drop ES module

19 May 06:03
Compare
Choose a tag to compare

Before now, sync-dotenv builds in es/cjs module format. This release dropped es module from the build and stick to commonJS.

  • Remove ES Modules from the build

Now available as CLI tool 🎉

19 May 05:58
Compare
Choose a tag to compare

You can now use sync-dotenv from the command line

$ sync-dotenv

For CLI options, use the --help flag

$ sync-dotenv --help

v1.0.0

12 May 14:59
Compare
Choose a tag to compare
v1.0.0 Pre-release
Pre-release
1.0.0