Fork from @sinclair/typebox 0.34.49 as @alkdev/typebox

- 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)
This commit is contained in:
2026-04-23 13:22:31 +00:00
parent 11f18ac6e9
commit bd758c2342
981 changed files with 1676 additions and 2054 deletions

View File

@@ -3,19 +3,21 @@
---
### Revision Updates
- [Revision 0.34.48](https://github.com/sinclairzx81/typebox-legacy/pull/6)
- [Revision 0.34.49](https://github.com/sinclairzx81/sinclair-typebox/pull/11)
- Documentation Update - Link to 1.x. Updates in support of non-legacy 1.x compiler backport.
- [Revision 0.34.48](https://github.com/sinclairzx81/sinclair-typebox/pull/6)
- Support Sparse Array Validation
- [Revision 0.34.47](https://github.com/sinclairzx81/typebox-legacy/pull/5)
- [Revision 0.34.47](https://github.com/sinclairzx81/sinclair-typebox/pull/5)
- Annual License Update
- [Revision 0.34.46](https://github.com/sinclairzx81/typebox-legacy/pull/4)
- [Revision 0.34.46](https://github.com/sinclairzx81/sinclair-typebox/pull/4)
- Ensure TObject Instances remain Covariant with TObject Types.
- [Revision 0.34.45](https://github.com/sinclairzx81/typebox-legacy/pull/2)
- Documentation Update - Resolve Readme Assets to TypeBox Legacy Repository.
- [Revision 0.34.44](https://github.com/sinclairzx81/typebox-legacy/pull/2)
- [Revision 0.34.45](https://github.com/sinclairzx81/sinclair-typebox/pull/2)
- Documentation Update - Resolve Readme Assets to Sinclair TypeBox Repository.
- [Revision 0.34.44](https://github.com/sinclairzx81/sinclair-typebox/pull/2)
- Documentation Update - Rename Project to TypeBox 0.34.x
- [Revision 0.34.43](https://github.com/sinclairzx81/typebox-legacy/pull/1)
- Configure Package Homepage to refer to TypeBox Legacy Repository.
- [Revision 0.34.42](https://github.com/sinclairzx81/typebox-legacy)
- [Revision 0.34.43](https://github.com/sinclairzx81/sinclair-typebox/pull/1)
- Configure Package Homepage to refer to Sinclair TypeBox Repository.
- [Revision 0.34.42](https://github.com/sinclairzx81/sinclair-typebox)
- Enable Forward Type Inference Compatibility with TypeBox V1
- [Revision 0.34.41](https://github.com/sinclairzx81/typebox/pull/1310)
- Disable Node10 Module Resolution | TS7 Deprecation Warning.
@@ -105,7 +107,7 @@
- [Revision 0.34.1](https://github.com/sinclairzx81/typebox/pull/1080)
- Implement Computed Type Deref in Modules
## [0.34.0](https://www.npmjs.com/package/@sinclair/typebox/v/0.34.0)
## [0.34.0](https://www.npmjs.com/package/@alkdev/typebox/v/0.34.0)
## Overview
@@ -175,10 +177,10 @@ Revision 0.34.0 introduces a new submodule for parsing TypeScript syntax directl
As of 0.34.0, Syntax Types are available as an opt-in feature, with the parsing infrastructure adding approximately 10kb (minified) to the existing type builder. With further optimizations, this feature may be elevated to a top-level import in future updates to minimize bundling size.
To use Syntax Types, import them from the `@sinclair/typebox/syntax` path.
To use Syntax Types, import them from the `@alkdev/typebox/syntax` path.
```typescript
import { Parse } from '@sinclair/typebox/syntax'
import { Parse } from '@alkdev/typebox/syntax'
// All primitive types are supported