Skip to content

Commit f7e3252

Browse files
committed
0.7.2
1 parent f2a984b commit f7e3252

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## <small>0.7.2 (2026-03-13)</small>
2+
3+
* feat: 🎸 add s.cast namespace for programmer-friendly coercion ([f2a984b](https://github.com/mjancarik/esmj-schema/commit/f2a984b))
4+
* feat: 🎸 add s.coerce namespace for type coercion ([98bb3a5](https://github.com/mjancarik/esmj-schema/commit/98bb3a5))
5+
* docs: ✏️ update library size ([c8381d3](https://github.com/mjancarik/esmj-schema/commit/c8381d3))
6+
7+
8+
19
## <small>0.7.1 (2026-03-13)</small>
210

311
* feat: 🎸 add catch() method for fallback on parse failure ([9c58f06](https://github.com/mjancarik/esmj-schema/commit/9c58f06))

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@esmj/schema",
3-
"version": "0.7.1",
3+
"version": "0.7.2",
44
"description": "Tiny extendable package for schema validation.",
55
"keywords": [
66
"schema",

0 commit comments

Comments
 (0)