What's Changed
- feat: remove tslint by @snebjorn in #2270
- docs: needs globally installed prettier by @snebjorn in #2269
- feat(angular): support paramsSerializer by @snebjorn in #2275
- fix(core): clean remove empty directories by @melloware in #2276
- fix(core): export DeepNonNullable for use in clients, fixes #2279 by @snebjorn in #2280
- feat(core): Look for config files with the .cjs extension by @jamesburns-rts in #2285
- docs: improved accessibility and semantic HMTL in docs by @chcederquist in #2296
- feat(msw): exposed RequestHandlerOptions on mock handlers by @Georgegriff in #2300
- feat: support uint64 type in
output.override.useBigInt
by @ptlthg in #2301 - docs: working mutationOptions example by @Akuukis in #2305
- feat: support colon in path for msw route registration by @bweston92 in #2307
- chore(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #2313
- Missing consts and some export includes
,
; by @harish1094 in #2308 - feat: indexMockFiles now only exports mock handlers by @snebjorn in #2274
- fix: case-senstive for generated imports by @ung0v in #2317
- feat(fetch): added support for urlEncodeParameters by @chcederquist in #2292
- fix: generation of nested arrays in faker when can be null by @Georgegriff in #2328
- docs: improving documentation language, Title Case and clarity by @chcederquist in #2311
- chore: configured eol=LF by @snebjorn in #2319
- chore: updated yarn to 4.9.3 by @snebjorn in #2320
- chore: updated and migrated turbo to 2.5.6 by @snebjorn in #2321
- chore: simplify and reuse tsup config by @snebjorn in #2323
- chore(ci): enable caching of node_modules by @snebjorn in #2324
- chore: update and configure vitest by @snebjorn in #2331
- fix(core): fixed broken void to null unification (revert #2229) by @soartec-lab in #2333
- fix(zod): zod use dates generation by @D-Kuzin in #2338
- chore(deps): bump typedoc-plugin-markdown from 4.8.0 to 4.8.1 by @dependabot[bot] in #2346
- chore(deps-dev): bump @typescript-eslint/eslint-plugin from 8.38.0 to 8.41.0 by @dependabot[bot] in #2345
- chore(deps-dev): bump dotenv-cli from 7.4.2 to 10.0.0 by @dependabot[bot] in #2347
- chore(deps): bump @ibm-cloud/openapi-ruleset from 1.31.1 to 1.32.1 by @dependabot[bot] in #2344
- Update orval to Swagger Parser v12.0.0 by @LiteracyFanatic in #2350
- fix(axios): provide type parameter when inferring mutator
options
type by @hahanein in #2352 - fix(mock): prevent multipleOf undefined in MSW mock generation for integer types by @suzukisan22 in #2354
- Upgrade faker to v10 by @Julien-Molina in #2358
- chore(ci): update to setup-node@5 by @snebjorn in #2360
- Adds missing packages and @types packages by @snebjorn in #2336
- Enables goto source/reference/implementation by @snebjorn in #2334
- chore: adds clean and nuke scripts to remove generated files by @snebjorn in #2364
- fix(mock): add Faker v9 multipleOf support for number type by @suzukisan22 in #2365
- chore: setup eslint by @snebjorn in #2367
- chore: updated samples by @snebjorn in #2370
- chore: applied eslint auto-fixers by @snebjorn in #2371
- chore(ci): now checks for out of date samples by @snebjorn in #2369
- chore: use devEngines to indicate that node24 is required to build by @snebjorn in #2372
- chore: one workspace to rule them all by @snebjorn in #2373
- chore: change to tsdown as tsup is unmaintained by @snebjorn in #2378
- fix(orval): corrected path to d.ts types by @snebjorn in #2379
- chore: only throw Error and only use exit() in shebang files by @snebjorn in #2380
- fix(release): adjusted config to work with yarn and updated release-it by @snebjorn in #2384
- fix(cli): orval cli options now correctly list their input values by @snebjorn in #2385
- fix(release): removes dotenv-cli as it was cauing issues with publishing to npm by @snebjorn in #2386
- fix(release): release-it should now be able release to npm by @snebjorn in #2387
- chore: disable turbo deamon to fix file locks in node_modules by @snebjorn in #2388
- chore: remove lint and test from husky hook by @snebjorn in #2389
- chore: use yarn to run clean/nuke scripts by @snebjorn in #2390
- chore: simplified the PR template by @snebjorn in #2391
- chore: removes yarn restriction as release-it uses npm by @snebjorn in #2392
- chore: fixes release-it error about not bumping the version by @snebjorn in #2393
- feat(fetch): add ability to throw on error by @AllieJonsson in #2168
- chore: disable postinstall scripts to prevent supply chain attacks by @snebjorn in #2394
New Contributors
- @jamesburns-rts made their first contribution in #2285
- @ptlthg made their first contribution in #2301
- @Akuukis made their first contribution in #2305
- @harish1094 made their first contribution in #2308
- @ung0v made their first contribution in #2317
- @D-Kuzin made their first contribution in #2338
- @LiteracyFanatic made their first contribution in #2350
- @hahanein made their first contribution in #2352
- @suzukisan22 made their first contribution in #2354
- @Julien-Molina made their first contribution in #2358
Full Changelog: v7.11.2...v7.12.0