- First release, experimental.
- Upgraded some dev deps;
tslint
/eslint
had some security issues.
- Somehow broke everything. Now runs fine again.
- Updated the injection of environment files to use a proper file dialog.
- Removed
dotenv
as dependency and made environment file parsing more robust, allowing for badly formatted files with optional leading export statements.
- Added "Output current environment to panel" command. Thanks to Jebtrix for suggesting it and making the pull request.
- Added ability to source environment file from file tree context menu on
.env
files.
- Added ability to replace any currently defined variable using a quicklist, via the "Replace" command.
- Changed internal names of commands to be not as needlessly short.