v5.0.0-beta.91
Immutable
release. Only release title and notes can be modified.
@kubb/core
Breaking Changes
-
Merge
input.pathandinput.datainto a singleinput.Pass
inputa file path, a URL, an inline spec (JSON or YAML string), or a parsed object, and Kubb picks the right one. The{ path }and{ data }object forms are gone.export default defineConfig({ - input: { path: './petStore.yaml' }, + input: './petStore.yaml', output: { path: './src/gen' }, }) ``` ([#3739](https://github.com/kubb-labs/kubb/pull/3739), [`c754376`](https://github.com/kubb-labs/kubb/commit/c75437692b7ad53f4a0123ea837fef86b04865d9))
Contributors
Thanks to everyone who contributed to this release: