You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*:label: Make `value` parameter of `ZodSchemaCompat.safeParse` more precise ([a310740](https://github.com/wuespace/envar/commit/a310740647606f5a5cd7d9d13a42893bdd06e244))
10
+
*:memo: Add documentation around built-in validators to the `README.md` ([6475cae](https://github.com/wuespace/envar/commit/6475caee9b629cc5c4134581fb37a62d021e254f))
*:memo: Demonstrate inline configuration in for Docker Compose in `README.md` ([8f85b44](https://github.com/wuespace/envar/commit/8f85b4402f0886c823afa80a19f9162f64ddffb4))
*:sparkles: Add built-in `REQUIRED` validator for projects not using zod ([d5a8e12](https://github.com/wuespace/envar/commit/d5a8e12348fe7c85f15be9edfc86f06e6a694902))
15
+
*:sparkles: Add the `public readonly envVariable` to the `EnvNotSetError` based on the pre-existing constructor parameter ([98bf3a4](https://github.com/wuespace/envar/commit/98bf3a4cbe23b180ccb6f9a6bfe56e802548103f))
16
+
*:technologist: Allow single-argument call of `initVariable(envVariable: string)`, defaulting to the `OPTIONAL` built-in validator ([6fe664d](https://github.com/wuespace/envar/commit/6fe664dff2271eaa99b70e74b316a8b6ebf4ea13))
17
+
* ✨ Add built-in `OPTIONAL_NON_EMPTY` validator for projects not using zod ([c64120f](https://github.com/wuespace/envar/commit/c64120f19107e0eca6301d9b62275f6cce13b0ba))
18
+
* ✨ Add built-in `OPTIONAL` validator for projects not using zod ([623fd65](https://github.com/wuespace/envar/commit/623fd65ad0c80f5b3e5b8a17dd557723f25cc8a0))
19
+
* ✨ Add built-in `REQUIRED_NON_EMPTY` validator for projects not using zod ([4bc18eb](https://github.com/wuespace/envar/commit/4bc18eb9cbddfbfd37ae8e9a44d9abae88c94e97))
0 commit comments