Skip to content

Change `openAPISchema()` function to property.

Pre-release
Pre-release
Compare
Choose a tag to compare
@mattpolzin mattpolzin released this 20 Mar 23:35
fe38a01

⚠️ Breaking Changes ⚠️
The throwing openAPISchema() function has been changed to the openAPISchema property (which is, naturally, non-throwing) because this function never needed to throw anyway in the end. It has been quite a few versions since any code relied on a throwing variant of it.