|
2 | 2 |
|
3 | 3 | ## 11.0.0 |
4 | 4 |
|
5 | | -- **Upgrade**: Upgraded dependency `commander` to `13.x` |
6 | | -- **Upgrade**: Upgraded dependency `cross-spawn` to `7.x` |
| 5 | +- **BREAKING**: Drop support for nodejs `v8` to `v20.9`. The minimum supported nodejs version is now `v20.10`. |
| 6 | +- **BREAKING**: remove `-r` flag and use only `-f` flag. |
| 7 | +- **BREAKING**: Support inline comments in `.env` files. A `#` character now signifies the start of an inline comment, unless the value is surrounded by quotation marks (`"`). |
| 8 | +- **BREAKING**: Migrated the repository to ESM modules instead of CommonJS. |
| 9 | +- **BREAKING**: Support variable expansion using curly-brace syntax (`{{MY_VAR}}`), when the `-x` option is enabled. |
| 10 | +- **Feature**: Support loading env variables from `.cjs` and `.mjs` files. |
| 11 | +- **Feature**: Support loading env variables from `.ts`, `.cts`, and `.mts` files. |
| 12 | +- **Feature**: When loading an invalid JSON file, show the original parse error. |
| 13 | +- **Feature**: Add a more helpful error message when trying to invoke env-cmd as a standalone command. |
| 14 | +- **Docs**: clarify how variable expansion works. |
| 15 | +- **Internal**: Replaced Travis CI with GitHub Actions, run unit tests on windows. |
| 16 | +- **Internal**: Configure automatic releases to npm from GitHub Actions |
| 17 | +- **Internal**: Refactor the loader logic, to make it easier to add other loaders. |
| 18 | +- **Upgrade**: Update all dependencies. |
7 | 19 | - **Upgrade**: Upgraded all devDependencies |
8 | 20 |
|
9 | 21 | ## 10.1.0 |
10 | 22 |
|
11 | 23 | - **Feature**: Added support for expanding vars using the `-x` flag. |
12 | 24 | Note: only supports `$var` syntax |
13 | | -- **Feature**: Added support for `--silent` flag that ignores env-cmd errors and missing files and |
| 25 | +- **Feature**: Added support for `--silent` flag that ignores env-cmd errors and missing files and |
14 | 26 | only terminates on caught signals |
15 | 27 | - **Feature**: Added a new `--verbose` flag that prints additional debugging info to `console.info` |
16 | 28 | - **Upgrade**: Upgraded dependency `commander` to `4.x` |
|
0 commit comments