3.26.0
(feat): Allow omitting the fernapi/ prefix in generator names in generators.yml. The prefix is now inferred by default, so fern-typescript-sdk is equivalent to fernapi/fern-typescript-sdk. Custom Docker orgs can still be specified explicitly (e.g., myorg/my-generator).
3.25.2
(chore): Add --force-download flag to fern docs dev command.
3.25.1
(fix): Fix endpoint resolver to use caller’s casing generator instead of hardcoded
constant, ensuring OAuth endpoints respect smart casing settings.
3.25.0
(feat): Add user email to CLI PostHog events when not using an access token. This enables better user analytics by capturing the primary email address from Auth0 for logged-in users.
3.24.6
(chore): Remove unnecessary debug logging from fern docs dev.
3.24.4
(fix): Use Set for O(1) deduplication of referenced markdown files in fern docs dev to improve hot reload performance.