Skip to content

Commit 0aac4b8

Browse files
committed
Revision 0.34.30 (#1198)
1 parent f709937 commit 0aac4b8

File tree

6 files changed

+343
-255
lines changed

6 files changed

+343
-255
lines changed

changelog/0.34.0.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,13 @@
22

33
---
44

5+
6+
57
### Revision Updates
8+
- [Revision 0.34.30](https://github.com/sinclairzx81/typebox/pull/1198)
9+
- Additional Syntax Parsing Optimizations
610
- [Revision 0.34.29](https://github.com/sinclairzx81/typebox/pull/1197)
7-
- Scalable Delimited Sequence Parsing
11+
- Syntax Parsing Optimizations
812
- [Revision 0.34.28](https://github.com/sinclairzx81/typebox/pull/1187)
913
- Add Cast to Configurable Parse Pipeline
1014
- [Revision 0.34.27](https://github.com/sinclairzx81/typebox/pull/1182)

example/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ type T = Static<typeof T>
1919
console.log(T)
2020

2121
// -----------------------------------------------------------
22-
// Parse: Type
22+
// Syntax: Type
2323
// -----------------------------------------------------------
2424

2525
const S = Syntax({ T }, `{ x: T, y: T, z: T }`)

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sinclair/typebox",
3-
"version": "0.34.29",
3+
"version": "0.34.30",
44
"description": "Json Schema Type Builder with Static Type Resolution for TypeScript",
55
"keywords": [
66
"typescript",

0 commit comments

Comments
 (0)