Skip to content

Commit f7bda2f

Browse files
committed
chore(release): Release v1.1.0 🚀
1 parent d22425e commit f7bda2f

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
<!-- markdownlint-disable -->
22
# Changelog
33

4+
## [1.1.0](https://github.com/wuespace/envar/compare/v1.0.1...v1.1.0) (2024-10-29)
5+
6+
7+
### Features
8+
9+
* :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))
11+
* :memo: Add missing doc comments ([d22425e](https://github.com/wuespace/envar/commit/d22425e2666eb51b73e7d48d2a2cbff2b78fd362))
12+
* :memo: Demonstrate inline configuration in for Docker Compose in `README.md` ([8f85b44](https://github.com/wuespace/envar/commit/8f85b4402f0886c823afa80a19f9162f64ddffb4))
13+
* :memo: Improve overall documentation ([3f81d3e](https://github.com/wuespace/envar/commit/3f81d3e8ff243793e5dc9937932f588eb20ae56d))
14+
* :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))
20+
21+
22+
23+
24+
425
### [1.0.1](https://github.com/wuespace/envar/compare/v1.0.0...v1.0.1) (2024-10-29)
526

627

deno.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@wuespace/envar",
3-
"version": "1.0.1",
3+
"version": "1.1.0",
44
"exports": "./mod.ts",
55
"license": "MIT",
66
"publish": {

0 commit comments

Comments
 (0)