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