- Rename package from @sinclair/typebox to @alkdev/typebox - Update author, repository, and homepage to alkdev - Remove GitHub workflows, .vscode config, and branding assets - Update all source, test, example, changelog, and task imports - Update tsconfig.json path mappings - Clean up readme header (remove upstream badges/branding)
540 B
540 B
0.25.24
Updates:
- 331 Implements an additional check specific to property types of
required & undefined. This to ensure the property key exists when the property value extendsundefined. - 331 Documentation updates for AJV and TypeCompiler
Additional:
- 331 Remove unused recursive code paths for create and cast.