From df32fdc2a8af85cce5d1605397d4e60ff22fe433 Mon Sep 17 00:00:00 2001 From: halvardssm Date: Fri, 14 Aug 2026 09:24:24 +0000 Subject: [PATCH] chore: update versions --- Releases.md | 25 +++++++++++++++++++++++++ crypto/deno.json | 2 +- json/deno.json | 2 +- types/deno.json | 2 +- 4 files changed, 28 insertions(+), 3 deletions(-) diff --git a/Releases.md b/Releases.md index c69b70b..deb21b7 100644 --- a/Releases.md +++ b/Releases.md @@ -1,3 +1,28 @@ +### 2026.08.14 + +#### @stdext/crypto 0.1.1 (patch) + +- fix(crypto): Fixed errors due to changes in deno types + +#### @stdext/json 0.1.1 (patch) + +- feat(json): Added JSON Schema +- fix(json): Added exports and format types +- chore(json): fix lint + +#### @stdext/types 0.1.1 (patch) + +- feat(types): added new constructor type helper and added examples to existing + type helpers + +#### @stdext/validation 0.1.0 (minor) + +- feat(validation): Added tests and jsdoc - thanks AI +- feat(validation): Implemented a basic validator implementing StandardSchemaV1, + StandardJSONSchemaV1 and JSONSchema +- feat(validation): added validation namespace, and standard compliant validator +- chore(validation): Added jsdoc and improved readme - thanks AI + ### 2024.12.29a #### @stdext/assert 0.1.0 (minor) diff --git a/crypto/deno.json b/crypto/deno.json index d793109..e42ee10 100644 --- a/crypto/deno.json +++ b/crypto/deno.json @@ -1,5 +1,5 @@ { - "version": "0.1.0", + "version": "0.1.1", "name": "@stdext/crypto", "exports": { "./hash": "./hash.ts", diff --git a/json/deno.json b/json/deno.json index 7463277..f71ef83 100644 --- a/json/deno.json +++ b/json/deno.json @@ -1,5 +1,5 @@ { - "version": "0.1.0", + "version": "0.1.1", "name": "@stdext/json", "exports": { ".": "./mod.ts", diff --git a/types/deno.json b/types/deno.json index 45cdf5d..c747ff4 100644 --- a/types/deno.json +++ b/types/deno.json @@ -1,5 +1,5 @@ { - "version": "0.1.0", + "version": "0.1.1", "name": "@stdext/types", "exports": { ".": "./mod.ts"