diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c9ba37..177d74c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,27 @@ # Changelog +## [1.1.0](https://github.com/wuespace/envar/compare/v1.0.1...v1.1.0) (2024-10-29) + + +### Features + +* :label: Make `value` parameter of `ZodSchemaCompat.safeParse` more precise ([a310740](https://github.com/wuespace/envar/commit/a310740647606f5a5cd7d9d13a42893bdd06e244)) +* :memo: Add documentation around built-in validators to the `README.md` ([6475cae](https://github.com/wuespace/envar/commit/6475caee9b629cc5c4134581fb37a62d021e254f)) +* :memo: Add missing doc comments ([d22425e](https://github.com/wuespace/envar/commit/d22425e2666eb51b73e7d48d2a2cbff2b78fd362)) +* :memo: Demonstrate inline configuration in for Docker Compose in `README.md` ([8f85b44](https://github.com/wuespace/envar/commit/8f85b4402f0886c823afa80a19f9162f64ddffb4)) +* :memo: Improve overall documentation ([3f81d3e](https://github.com/wuespace/envar/commit/3f81d3e8ff243793e5dc9937932f588eb20ae56d)) +* :sparkles: Add built-in `REQUIRED` validator for projects not using zod ([d5a8e12](https://github.com/wuespace/envar/commit/d5a8e12348fe7c85f15be9edfc86f06e6a694902)) +* :sparkles: Add the `public readonly envVariable` to the `EnvNotSetError` based on the pre-existing constructor parameter ([98bf3a4](https://github.com/wuespace/envar/commit/98bf3a4cbe23b180ccb6f9a6bfe56e802548103f)) +* :technologist: Allow single-argument call of `initVariable(envVariable: string)`, defaulting to the `OPTIONAL` built-in validator ([6fe664d](https://github.com/wuespace/envar/commit/6fe664dff2271eaa99b70e74b316a8b6ebf4ea13)) +* ✨ Add built-in `OPTIONAL_NON_EMPTY` validator for projects not using zod ([c64120f](https://github.com/wuespace/envar/commit/c64120f19107e0eca6301d9b62275f6cce13b0ba)) +* ✨ Add built-in `OPTIONAL` validator for projects not using zod ([623fd65](https://github.com/wuespace/envar/commit/623fd65ad0c80f5b3e5b8a17dd557723f25cc8a0)) +* ✨ Add built-in `REQUIRED_NON_EMPTY` validator for projects not using zod ([4bc18eb](https://github.com/wuespace/envar/commit/4bc18eb9cbddfbfd37ae8e9a44d9abae88c94e97)) + + + + + ### [1.0.1](https://github.com/wuespace/envar/compare/v1.0.0...v1.0.1) (2024-10-29) diff --git a/deno.json b/deno.json index 6f33d02..cfe4c2a 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@wuespace/envar", - "version": "1.0.1", + "version": "1.1.0", "exports": "./mod.ts", "license": "MIT", "publish": {