January 14, 2025

0.48.0

(feat): Adds support for nullable types in the Fern definition, such as the following:

1types:
2 User:
3 properties:
4 name: string
5 email: nullable<string>