Skip to content

Tags: eltociear/fern

Tags

0.11.7-rc1

Toggle 0.11.7-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feature: support `.fernignore` in local generation (fern-api#1905)

* empty

* support for .fernignore when generating locally Fixes fern-api#1780  (fern-api#1809)

* support for .fernignore when generating locally (fern-api#1780)

* ensuring dependecies are up to date

* refactor test

* refactor into LocalTaskHandler

---------

Co-authored-by: dsinghvi <[email protected]>

* fix

* remove glob package

* downgrade glob

---------

Co-authored-by: Mendie Uwemedimo <[email protected]>

0.11.7-rc0

Toggle 0.11.7-rc0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[openapi importer] prioritize `application/json` and `multipart/form-…

…data` (fern-api#1893)

* prefer application/json over multipart/form-data

* if both application/json and multipart/form-data are present, then only prefer multipart if there is a file in the body

0.11.6

Toggle 0.11.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[openapi importer] fix: handle properties that start with numbers (fe…

…rn-api#1886)

* handle properties that start with numbers

* handle properties that begin with numbers

0.11.6-rc1

Toggle 0.11.6-rc1's commit message
fix type: optional

0.11.6-rc0

Toggle 0.11.6-rc0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[openapi importer] mark global header if present in 75% or more of en…

…dpoints (fern-api#1885)

detect global headers above 75% of usage

0.11.5

Toggle 0.11.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: only if auth is `true` is it required to be defined (fern-api#1881)

fixes 1880, if auth is required then it must be defined

[email protected]

Toggle [email protected]'s commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Change cache time to 1s (fern-api#1882)

Change cache time to 1

[email protected]

Toggle [email protected]'s commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Delete unnecessary scroll listeners on endpoints (fern-api#1876)

0.11.4

Toggle 0.11.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix json schema (fern-api#1864)

0.11.4-rc0

Toggle 0.11.4-rc0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use ssr-disabled PlatformSpecificContent component in SidebarSearchBar (

fern-api#1863)

* Implement PlatformSpecificContent component

* Use PlatformSpecificContent in SidebarSearchBar