···11----
22-'@atcute/lexicons': patch
33----
44-55-slight perf optimization to record validation
-5
.changeset/red-monkeys-care.md
···11----
22-'@atcute/lexicons': patch
33----
44-55-mark generic URIs over 8192 UTF-8 characters as invalid
-11
.changeset/spotty-foxes-write.md
···11----
22-'@atcute/lexicons': minor
33----
44-55-JIT-compiled object validation
66-77-this doesn't eek out as much performance as I hoped, but the added code was small enough that it
88-seemed okay to add.
99-1010-this optimization requires the runtime environment to allow the use of `eval()`/`new Function()`,
1111-and generates an unrolled validation loop.
···11# @atcute/lexicons
2233+## 1.1.0
44+55+### Minor Changes
66+77+- 5383f0c: JIT-compiled object validation
88+99+ this doesn't eek out as much performance as I hoped, but the added code was small enough that it
1010+ seemed okay to add.
1111+1212+ this optimization requires the runtime environment to allow the use of `eval()`/`new Function()`,
1313+ and generates an unrolled validation loop.
1414+1515+### Patch Changes
1616+1717+- dee1e70: fix faulty UTF-16 fast-path constraint validation
1818+- cfbbc3e: fix handle syntax conformance
1919+- c061b2a: slight perf optimization to record validation
2020+- 7b590bd: mark generic URIs over 8192 UTF-8 characters as invalid
2121+- 19731f4: fix missing root path on validation errors
2222+- aafe153: return literal enum error if variant is closed
2323+324## 1.0.4
425526### Patch Changes