Releases: JonShort/cenv
Releases · JonShort/cenv
Release list
v2.0.0
2.0.0 - 2024-03-22
Changed
- [BREAKING] Keyword line formatting is now stricter, e.g. ##++ thing would previously match, now single comment & space are required, e.g.
# ++ thing - [BREAKING] The env var regex now expects env var names to follow the UNIX-style standard for environment variables, but allows the following
0-9,A-Z,a-z,_ - Keywords can now contain dashes
v1.3.0
1.3.0 - 2023-01-19
Changed
- Improved the message displayed when cenv is run against a .env file which doesn't implement the cenv pattern
v1.2.1
v1.2.0
v1.1.0
1.1.0 - 2021-08-02
Added
- Available keywords are now listed to the user when invalid or no keyword provided
v1.0.0
v0.0.1
[0.0.1] - 2021-03-11
Added
- MVP functionality