Skip to content

Improve stability and more on strict mode

Compare
Choose a tag to compare
@thesimj thesimj released this 25 Dec 23:55
· 34 commits to master since this release
74427d0
  • refactoring .env and env.yaml file parsing with regex.
  • on strict mode add more check on .env files when same variable defined several times.
  • add option to define only list in env.yaml file.
  • add option to globally disable strict mode by setting ENVYAML_STRICT_DISABLE before initialize EnvYaml object.