Breaking Changes
We now support [22, 24, 25] officially, and only test against these.
Features
- Open API 3.1.0 support by @jefflembeck in #1768
Big thanks to @jefflembeck for this contribution. v3.1 is now the default output unless explicitly specified.
- Added support for 425 Too Early by @eaglexboy in #1788
- Feat/1716 slash options for basePath by @jackey8616 in #1801
- feat: add support for union/enum types for @formfield() by @stsvilik in #1778
- feat: support zod infer type and complex generic types for decorators and responses by @mathfalcon in #1782
Fixes
- Fix/ci windows CD break from #1739 by @jackey8616 in #1799
- Fix/1791 validate error leak body by @jackey8616 in #1800
- required validation for file is not executed closes #1737 and closes #1128 and closes #1738 by @kchobantonov in #1739
- Fixed TypeResolver issue for negative number literal types by @crycode-de in #1734
- fix: spread assignments by @Gijsdeman in #1759
- fix(validation): trim deep model error output by @jefflembeck in #1780
- fix(validation): allow circular references by @jefflembeck in #1803
Chores
- chore(deps-dev): bump koa from 2.15.3 to 2.15.4 by @dependabot[bot] in #1747
- chore(deps-dev): bump aws-cdk-lib from 2.172.0 to 2.177.0 by @dependabot[bot] in #1745
- chore(deps-dev): bump aws-cdk-lib from 2.177.0 to 2.189.1 by @dependabot[bot] in #1772
- chore(deps): bump formidable from 3.5.2 to 3.5.4 by @dependabot[bot] in #1774
- chore(deps): bump axios from 1.7.9 to 1.9.0 by @dependabot[bot] in #1775
- chore(deps): bump @babel/helpers from 7.26.0 to 7.27.6 by @dependabot[bot] in #1776
- chore(deps): bump form-data from 4.0.1 to 4.0.4 by @dependabot[bot] in #1783
- chore(deps-dev): bump multer from 1.4.5-lts.1 to 2.0.2 by @dependabot[bot] in #1781
- fix(tests): add missing ValidationTestController for integration tests by @WoH in #1806
- chore(deps): bump validator from 13.12.0 to 13.15.20 by @dependabot[bot] in #1809
- chore(deps): bump validator from 13.15.20 to 13.15.22 by @dependabot[bot] in #1815
- chore(deps): bump glob from 10.4.5 to 10.5.0 by @dependabot[bot] in #1811
- chore(deps): bump mdast-util-to-hast from 13.2.0 to 13.2.1 by @dependabot[bot] in #1814
New Contributors
- @kchobantonov made their first contribution in #1739
- @crycode-de made their first contribution in #1734
- @Gijsdeman made their first contribution in #1759
- @eaglexboy made their first contribution in #1788
- @jefflembeck made their first contribution in #1780
- @stsvilik made their first contribution in #1778
- @mathfalcon made their first contribution in #1782
Full Changelog: v6.6.0...v7.0.0-alpha.0