-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Prevent Intersect Transform Encode callback from being called twice * Make strict the Encode and Decode return type * Support default annotation being assigned Functions for lazy value initialization on Create * Enable Mapping types to override user defined options from source type * Support Constraint Copy for Pick, Omit (inline with Partial / Required) (Trialing Implementation) * Flag Strict For Deprecation
- Loading branch information
1 parent
1aee5c0
commit ed4c89a
Showing
36 changed files
with
307 additions
and
257 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
### 0.33.0 | ||
|
||
- [Revision 0.33.8](https://github.com/sinclairzx81/typebox/pull/983) | ||
- [982](https://github.com/sinclairzx81/typebox/issues/982) Prevent Intersect Transform Encode callback from being called twice | ||
- [974](https://github.com/sinclairzx81/typebox/issues/974) Make strict the Encode and Decode return type | ||
- [975](https://github.com/sinclairzx81/typebox/issues/975) Support default annotation being assigned Functions for lazy value initialization on Create | ||
- [980](https://github.com/sinclairzx81/typebox/issues/980) Enable Mapping types to override user defined options from source type | ||
- [976](https://github.com/sinclairzx81/typebox/issues/976) Support Constraint Copy for Pick, Omit (inline with Partial / Required) (Trialing Implementation) | ||
- Flag Strict For Deprecation | ||
- [Revision 0.33.7](https://github.com/sinclairzx81/typebox/pull/964) | ||
- Additional updates to improve Default for enumerable objects. | ||
- [Revision 0.33.6](https://github.com/sinclairzx81/typebox/pull/963) | ||
- Add object traversal path for Default. Ensure enumerable objects are traversed. | ||
- [Revision 0.33.5](https://github.com/sinclairzx81/typebox/pull/959) | ||
- Provide better support for transforming properties with optional modifiers. | ||
- [Revision 0.33.4](https://github.com/sinclairzx81/typebox/pull/953) | ||
- Add Assert and Parse value functions. Add defacto AssertError type. | ||
- [Revision 0.33.3](https://github.com/sinclairzx81/typebox/pull/950) | ||
- Optimize Value Diff algorithm. Update edit sequence to INSERT, UPDATE then DELETE. | ||
- [Revision 0.33.2](https://github.com/sinclairzx81/typebox/pull/947) | ||
- Ensure user defined schema options are retained on mapping types, Pick, Omit and Mapped. | ||
- [Revision 0.33.1](https://github.com/sinclairzx81/typebox/pull/945) | ||
- Apply mutability fix for Intrinsic and Not schematics (inline with Default) | ||
- [Revision 0.33.0](https://github.com/sinclairzx81/typebox/pull/941) | ||
- Add InstanceMode to enable Clone, Freeze and Default schema initialization options. Optimize for Default. | ||
|
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.