Releases: efstajas/validate-env
Releases · efstajas/validate-env
v0.3.3
- Fix Git Actions auto publish workflow ignoring
lib
folder in some cases
- No functional changes
v0.3.2
- Improve package.json with proper repo field, better keywords and a description that mentions that it can type-check vars.
- No functional changes.
v0.3.1
Now, you can specify a value as optional by adding a ? after the type, like:
Optional values pass validation when missing, but if present must match the specified type.
Also, you can now add comments to your template file by using a hash # character.
v0.2.3
- Improve README
- No functional changes
v0.2.2
- Remove accidental console.log when checking array type.
v0.2.1
- Fix README mistake
- No functional changes
v0.2.0
- By default, console.log validation result automatically.
- Allow disabling automatic logging by passing
{ silent: true }
as the second parameter.
v0.1.4
- Fix an issue with dist directory not being included in published package
- No functional changes.
v0.1.3
- Fix npm publish not publishing lib directory
v0.1.2
- Add CI Badge to README.
- No functional changes.