mirror of
https://github.com/toddbluhm/env-cmd.git
synced 2025-12-08 18:23:33 +00:00
Added version number shield and fixed changelog formatting
This commit is contained in:
parent
c81fb43183
commit
0d1841c1e1
@ -1,10 +1,11 @@
|
||||
# Changelog
|
||||
|
||||
## 2.0.0
|
||||
- BREAKING: Removed the `-e` and `--env` flags! Now it just expects the first arg to `env-cmd` to be the relative path to the env file: `env-cmd env_file command carg1 carg2`
|
||||
- Changed ParseEnvFile over to more generic name: ParseEnvString
|
||||
- ParseEnvString: Ignore comment lines (lines starting with '#')
|
||||
- ParseEnvString: Ignore empty lines in env file
|
||||
- ***BREAKING***: Removed the `-e` and `--env` flags. Now it just expects the first arg to `env-cmd` to be the relative path to the env file: `env-cmd env_file command carg1 carg2`
|
||||
- **Change:** `ParseEnvFile` is now more properly named `ParseEnvString`
|
||||
- **Feature:** `ParseEnvString` will ignore comment lines (lines starting with `#`)
|
||||
- **Feature:** `ParseEnvString` will ignore empty lines in env file
|
||||
- **Bug:** `ParseEnvString` will extract the last line even if no newline (`\n`) exists on it
|
||||
|
||||
## 1.0.1
|
||||
- Fixed badges
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
[](https://travis-ci.org/toddbluhm/env-cmd)
|
||||
[](https://coveralls.io/github/toddbluhm/env-cmd)
|
||||
[](https://www.npmjs.com/package/env-cmd)
|
||||
[](https://www.npmjs.com/package/env-cmd)
|
||||
[](https://www.npmjs.com/package/env-cmd)
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user