0.94.6
(fix): Fixed bug in openapi-importer where file type params in multipart/form-data
were incorrectly marked as required.
0.94.5
(fix): Properly reload pages with Markdown snippets if you update the snippet in fern docs dev
0.94.4
(fix): Restore support for x-fern-examples path parameters if there is no request body.
0.94.3
(fix): Fix broken recursive unescaping of \ during handling of $ in IR generation.
0.94.2
(fix): Improve IR hashing in IntermediateRepresentationChangeDetector.
Previously it looked at the entire IR. Now it only compares the
parts of the IR that describe the API interface.