-
-
Notifications
You must be signed in to change notification settings - Fork 374
Insights: orval-labs/orval
Overview
Could not load contribution data
Please try again later
1 Release published by 1 person
-
v7.6.0 Release 7.6.0
published
Feb 27, 2025
47 Pull requests merged by 20 people
-
Fix/target naming convention
#1960 merged
Mar 3, 2025 -
fix: display correct amount of duplicate schemas
#1958 merged
Mar 2, 2025 -
docs(hono): add docs for
hono
orverride setting and updatehono
guide#1954 merged
Mar 1, 2025 -
chore(deps-dev): bump @commitlint/cli from 19.3.0 to 19.7.1
#1956 merged
Mar 1, 2025 -
chore(deps-dev): bump @eslint/js from 9.17.0 to 9.21.0
#1953 merged
Mar 1, 2025 -
chore(deps): bump @apidevtools/swagger-parser from 10.1.0 to 10.1.1
#1955 merged
Mar 1, 2025 -
chore(deps): bump typedoc from 0.27.7 to 0.27.9
#1951 merged
Mar 1, 2025 -
fix: await asyncReduce in generateSpecs
#1950 merged
Feb 27, 2025 -
fix: generate type for empty property
#1949 merged
Feb 27, 2025 -
fix(core): model starting with underscore properly handle
#1946 merged
Feb 27, 2025 -
fix(hono): remove duplicate type imports in the
index.context.ts
#1944 merged
Feb 27, 2025 -
Revert "fix(core): adjustments to native enums"
#1945 merged
Feb 26, 2025 -
fix(core): make sure to only handle first tag when grouping
#1942 merged
Feb 25, 2025 -
fix(zod): add preprocess properly everywhere
#1940 merged
Feb 25, 2025 -
feat(zod): generate min max values of array items when using allOf
#1938 merged
Feb 25, 2025 -
fix(msw): adjust combine to handle nested allof
#1936 merged
Feb 25, 2025 -
fix(core): remove any from type definition
#1937 merged
Feb 24, 2025 -
chore(hono): add tests for
hono
client#1934 merged
Feb 24, 2025 -
fix(query): check for v5 flag
#1933 merged
Feb 24, 2025 -
fix: typedoc samples and plugin support
#1927 merged
Feb 23, 2025 -
fix(docs): dropdown overlap
#1932 merged
Feb 23, 2025 -
chore(hono): add
hono
sample app for usingcompositRoutes
#1930 merged
Feb 23, 2025 -
fix(hono):
zValidate
path when usingtags
mode usesoutput.target
based path#1929 merged
Feb 23, 2025 -
fix(hono): preserve parameter name as defined in the OAS
#1921 merged
Feb 23, 2025 -
feat(fetch): split responses in separate types based on status
#1885 merged
Feb 22, 2025 -
chore: update samples
#1925 merged
Feb 21, 2025 -
chore: Bump Typedoc version to 0.27.6
#1886 merged
Feb 21, 2025 -
feat(zod): add default support
#1924 merged
Feb 21, 2025 -
fix(zod): strict true when using a discriminator
#1923 merged
Feb 21, 2025 -
feat(zod): support multipart/form-data
#1920 merged
Feb 20, 2025 -
feat(core): ability to provide custom validation ruleset
#1919 merged
Feb 20, 2025 -
chore(deps-dev): bump eslint-config-turbo from 2.3.3 to 2.4.2
#1915 merged
Feb 19, 2025 -
chore(deps-dev): bump lint-staged from 15.2.10 to 15.4.3
#1914 merged
Feb 19, 2025 -
fix(fetch): param stringification for Safari < 17.0
#1918 merged
Feb 19, 2025 -
chore(deps-dev): bump @commitlint/config-conventional from 19.2.2 to 19.7.1
#1913 merged
Feb 18, 2025 -
chore(deps-dev): bump eslint-plugin-prettier from 5.2.1 to 5.2.3
#1916 merged
Feb 18, 2025 -
fix(core): shallow-copy while creating override (global/tag/identifier)
#1901 merged
Feb 18, 2025 -
fix: improve playground editor UX
#1890 merged
Feb 18, 2025 -
chore(deps): bump esbuild from 0.24.2 to 0.25.0
#1909 merged
Feb 18, 2025 -
fix: implement discriminations correctly in zod
#1907 merged
Feb 18, 2025 -
[@oval/core] chore: remove
lodash.get
lodash.omit
#1905 merged
Feb 16, 2025 -
feat(core): ✏️ add naming convention option to output
#1884 merged
Feb 13, 2025 -
feat: generate const object for const schema definition
#1850 merged
Feb 13, 2025 -
fix(hono): remove unnecessary
zod
file and import#1896 merged
Feb 12, 2025 -
fix(hono): avoid syntax error in composite routes
#1894 merged
Feb 11, 2025 -
chore: bump ibm-cloud dependencies
#1891 merged
Feb 10, 2025
2 Pull requests opened by 2 people
-
fix(query): vue-query generates undefined function "useCallback"
#1902 opened
Feb 16, 2025 -
fix: reintroduce fix for native enums
#1957 opened
Mar 1, 2025
30 Issues closed by 2 people
-
[regression] hooks are generated multiple times under the same name since v7
#1863 closed
Mar 3, 2025 -
Wrong exit code on failure
#1497 closed
Feb 27, 2025 -
Incorrect syntax in the output file after upgrading to v7.6.0
#1948 closed
Feb 27, 2025 -
Hono: Preventing Duplicate Imports in the `index.context.ts`
#1943 closed
Feb 27, 2025 -
Multiple tags + mode="tags" = broken export
#1941 closed
Feb 25, 2025 -
[Feature] Allow to customize data type for dates
#1432 closed
Feb 25, 2025 -
Zod: generator not correctly mapping min max values of array items when using `allOf`
#1900 closed
Feb 25, 2025 -
MSW: mock not properly generated when using allof in allof
#1895 closed
Feb 25, 2025 -
Using custom fetch auto generates SecondParameter type with any
#1838 closed
Feb 24, 2025 -
TypeDoc 0.27.7 problems
#1926 closed
Feb 24, 2025 -
React Query v5 code generation fails with pnpm catalog protocol
#1931 closed
Feb 24, 2025 -
Update `typedoc` to support for Typescript `5.7.3`
#1928 closed
Feb 23, 2025 -
Hono: Path parameters are converted to camelCase in endpoints instead of maintaining snake_case
#1917 closed
Feb 23, 2025 -
Response type is not matched with status when using Fetch client
#1881 closed
Feb 22, 2025 -
wrong type generate when boolean is literal
#1898 closed
Feb 21, 2025 -
Core: 7.4.x TypeScript peer dependency issue
#1806 closed
Feb 21, 2025 -
I want to override `export type` or `export interface` in schema generation to `const`
#1849 closed
Feb 21, 2025 -
Ability to use OpenAPI's 'default' with generated Zod schema object
#1922 closed
Feb 21, 2025 -
useNativeEnums: broken for interfaces
#1911 closed
Feb 21, 2025 -
Problem with generating Zod validation for form data
#1741 closed
Feb 20, 2025 -
Feature Request: Ability to provide custom validation ruleset
#1887 closed
Feb 20, 2025 -
core: 'override.tags' property is ignored with react-query
#1893 closed
Feb 18, 2025 -
Request to bump esbuild to 0.25.0^ to address vulnerability [GHSA-67mh-4wv8-2f99]
#1908 closed
Feb 18, 2025 -
Implement Zod: discriminatedUnion
#1906 closed
Feb 18, 2025 -
Lodash missing from core dependencies
#1903 closed
Feb 16, 2025 -
Deprecation Warnings for lodash.get and lodash.omit in @orval/core
#1844 closed
Feb 16, 2025 -
Out of memory error using zod client
#1642 closed
Feb 13, 2025 -
Change model file naming convention
#428 closed
Feb 13, 2025 -
When I set workspace and generate code, the line breaks keep increasing.
#1875 closed
Feb 10, 2025
7 Issues opened by 7 people
-
Incorrect Zod schema generation for OpenAPI 3.1 prefixItems/tuple structures
#1961 opened
Mar 6, 2025 -
Orval Generating a Specific File for Union Types
#1959 opened
Mar 3, 2025 -
Add a react-query default mutation key without having to enable the `requestOptions` setting
#1947 opened
Feb 27, 2025 -
[Feature] Improve date handling with `useDates`
#1939 opened
Feb 25, 2025 -
Orval: Cannot resolve double linked $ref
#1935 opened
Feb 24, 2025 -
SyntaxError: Unexpected token ':'
#1904 opened
Feb 16, 2025 -
`allParamsOptional` wrong type for query keys
#1897 opened
Feb 13, 2025
16 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
WARNING: `import.meta is not available` after updating to 6.20.0
#1185 commented on
Feb 12, 2025 • 0 new comments -
MSW: Generates Incorrect Schema with MSW + Faker
#1775 commented on
Feb 13, 2025 • 0 new comments -
MSW: export controllers to a separate index file.
#347 commented on
Feb 13, 2025 • 0 new comments -
Feature Request: Ability to generate faker mocks independent to msw
#1832 commented on
Feb 13, 2025 • 0 new comments -
Add file / directory name transformer
#289 commented on
Feb 19, 2025 • 0 new comments -
Support replacing types with custom ones when transforming the input
#1222 commented on
Feb 26, 2025 • 0 new comments -
Orval generates some enums that are used before they are declared
#1511 commented on
Feb 27, 2025 • 0 new comments -
Inline properties in `AllOf` that is not a ref
#1628 commented on
Feb 27, 2025 • 0 new comments -
Vue Query: It generates undefined function "useCallback"
#1872 commented on
Feb 27, 2025 • 0 new comments -
MSW mocks seem to "not consequently apply" "required:true" to anyOf elements that could be null
#1853 commented on
Mar 1, 2025 • 0 new comments -
Error: Duplicate schema names detected
#1733 commented on
Mar 2, 2025 • 0 new comments -
Incorrect import path when schema begins with underscore
#1874 commented on
Mar 2, 2025 • 0 new comments -
--verbose flag for Orval generation
#1821 commented on
Mar 6, 2025 • 0 new comments -
Svelte: SvelteKit and SSR
#776 commented on
Mar 9, 2025 • 0 new comments -
feat: Added the ability to pass a StringFormat type resolver, so that…
#1384 commented on
Mar 3, 2025 • 0 new comments -
Feat: Add `shouldSplitQueryKey` property
#1585 commented on
Mar 3, 2025 • 0 new comments