3.78.1

(fix): Fix endpoint example generation for global headers, nullable params, and recursive types. Global header example failures no longer drop all endpoint examples. Nullable/optional wrappers are now traversed in hasExample(). Recursive types produce minimal stub examples on cycle detection instead of cascading failures.

3.78.0

(feat): Improve library docs generation UI with clean spinner interface. Replace verbose polling logs with interactive task spinners for better UX. Enable parallel processing of multiple libraries with concurrent spinners. Verbose logs moved to debug level only for cleaner output.

3.77.1

(fix): Scope PR update feature for self-hosted GitHub generation to the current generator by including the generator name in the branch prefix (e.g. fern-bot/fernapi-fern-typescript-sdk/). This prevents concurrent generators targeting the same repository from racing on the same PR.