Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions .changeset/json-primitive.md

This file was deleted.

9 changes: 9 additions & 0 deletions package/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @vlandoss/env

## 0.4.0

### Minor Changes

- [#24](https://github.com/variableland/env/pull/24) [`e814bfa`](https://github.com/variableland/env/commit/e814bfaf80227a5c4b11fa0341ce3725a7a9ddfc) Thanks [@rqbazan](https://github.com/rqbazan)! - Add `json` primitive to `@vlandoss/env/zod`: `e.json(schema)` decodes a
JSON-string env var into a validated object and also accepts the decoded
object from config files / defaults (codec `.or(schema)`, same dual-source
pattern as `e.bool`).

## 0.3.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vlandoss/env",
"version": "0.3.0",
"version": "0.4.0",
"description": "Contract-first environment configuration with typed schemas",
"homepage": "https://github.com/variableland/env/tree/main/package#readme",
"bugs": {
Expand Down