sinclairzx81 / typebox

Json Schema Type Builder with Static Type Resolution for TypeScript
Other
4.98k stars 157 forks source link

Revision 0.32.8 #728

Closed sinclairzx81 closed 9 months ago

sinclairzx81 commented 9 months ago

This PR ensures the default annotation in cloned on Create. Prior to this PR, Create could assign default values by reference. This could result in unintended mutation of the annotation with downstream handling of the value, cloning the value mitigates this.

Reference: https://github.com/sinclairzx81/typebox/issues/726