Skip to content

Commit

Permalink
🚀 9.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
DZakh committed Dec 6, 2024
1 parent 7384567 commit e514fd3
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 4 deletions.
1 change: 1 addition & 0 deletions IDEAS.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ let trimContract: S.contract<string => string> = S.contract(s => {

## v9

- deepStrict for js/ts
- Update documentation:
- Add Enums section to js docs

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rescript-schema",
"version": "8.4.0",
"version": "9.0.0-rc.1",
"description": "🧬 The fastest parser in the entire JavaScript ecosystem with a focus on small bundle size and top-notch DX",
"keywords": [
"ReScript",
Expand Down Expand Up @@ -83,7 +83,7 @@
"ts-expect": "1.3.0",
"ts-node": "10.9.1",
"typescript": "4.9.3",
"valibot": "0.36.0",
"valibot": "0.42.1",
"zod": "3.23.8"
},
"peerDependencies": {
Expand Down
16 changes: 14 additions & 2 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e514fd3

Please sign in to comment.