Releases: samchon/nestia
Releases · samchon/nestia
v4.0.1
What's Changed
- Bump the nestjs group across 1 directory with 5 updates by @dependabot in #1124
- Update tgrid requirement from ^1.0.3 to ^1.1.0 in /test in the samchon group by @dependabot in #1125
- Fix samchon/typia#1410:
"use server"
case by @samchon in #1126
Full Changelog: v4.0.0...v4.0.1
v4.0.0
Major update from dependency libraries @samchon/openapi
and typia
.
What's Changed
- Adapt typia v7 update by @samchon in #1062
- Bump the nestjs group in /test with 5 updates by @dependabot in #1105
- Update Nx documentation by @KyleBastien in #1110
- Change setup strategy. by @samchon in #1111
- Upgrade dependencies by @samchon in #1115
- add multer support for fastify by @sergio-milu in #941
- Complement #941: finalize
TypedFormData()
to supportfastify-multer
. by @samchon in #1116 - Prepare
@nestia/migrate
's next update by @samchon in #1118 - Update setup.mdx - removed stale project by @jaenster in #1119
- Upgrade
@samchon/openapi
andtypia
, maybe the last testing. by @samchon in #1120 - Upgrade
typia@next
and@samchon/openapi@next
for experiments. by @samchon in #1122 - Publish v4 update. by @samchon in #1123
New Contributors
- @KyleBastien made their first contribution in #1110
- @sergio-milu made their first contribution in #941
- @jaenster made their first contribution in #1119
Full Changelog: v3.19.1...v4.0.0
v3.19.1
What's Changed
- Configurable package name at editor and migrate by @samchon in #1093
NestiaEditorModule
for NestJS backend server's editor. by @samchon in #1095- Upgrade "typescript-transform-paths" by @samchon in #1096
- Bump the nestjs group in /test with 5 updates by @dependabot in #1098
- Update @nestjs/swagger requirement from ^8.0.2 to ^8.0.3 in /test in the nestjs group by @dependabot in #1100
- Update @nestjs/swagger requirement from ^8.0.3 to ^8.0.5 in /test in the nestjs group by @dependabot in #1101
- Upgrade
typia
and@samchon/openapi
by @samchon in #1102 - Fix #1094: skip validation when no request body by @samchon in #1103
Full Changelog: v3.18.0...v3.19.1
v3.18.0
The new package, @nestia/editor
.
It is a swagger-ui
helper that combining it with Cloud TypeScript Editor (StackBlitz) and embedded SDK
What's Changed
- Bump the nestjs group in /test with 4 updates by @dependabot in #1067
- Bump the samchon group across 1 directory with 2 updates by @dependabot in #1065
- Bump next from 14.2.5 to 14.2.13 in /website by @dependabot in #1052
- Fix #1072 - fix typo "soure" to "source" in NestiaSdkApplication by @8471919 in #1073
- Bump typia from 6.11.2 to 6.11.3 in /test in the samchon group by @dependabot in #1077
- Update @samchon/openapi requirement from ^1.1.1 to ^1.1.2 in /test in the samchon group by @dependabot in #1079
- Bump the nestjs group in /test with 4 updates by @dependabot in #1078
@nestia/editor
, Swagger-UI with online TypeScript Editor by @samchon in #1081- Fix editor page download bug by @samchon in #1086
- Turn off miss-used cross domain flag of StackBlitz by @samchon in #1087
- Launch v0.5 of nestia editor by @samchon in #1088
- Fix
@nestia/editor
's prettier bug by @samchon in #1090 - Bump @nestjs/swagger from 7.4.2 to 8.0.1 in /test in the nestjs group across 1 directory by @dependabot in #1091
- Avoid OpenAPI operation by
@hidden
comment tag. by @samchon in #1092
Full Changelog: v3.17.0...v3.18.0
v3.17.0
What's Changed
- Close #1054: add support for ApiExtension decorator by @antoniomdk in #1055
New Contributors
- @antoniomdk made their first contribution in #1055
Full Changelog: v3.16.0...v3.17.0
v3.16.0
What's Changed
- Bump the samchon group across 1 directory with 2 updates by @dependabot in #1050
- Close #1037: validate.log option for @TypedRoute decorators. by @samchon in #1051
- Allow only
validate.log
option and usetypia.json.validateStringify()
. by @samchon in #1053
Full Changelog: v3.14.1...v3.16.0
v3.14.1
What's Changed
- Bump the nestjs group across 1 directory with 5 updates by @dependabot in #1034
- Bump typia from 6.10.0 to 6.10.1 in /test in the samchon group by @dependabot in #1039
- Bump typia from 6.10.1 to 6.10.2 in /test in the samchon group by @dependabot in #1040
- Add
@
symbol breaker on@nestia/migrate
by @samchon in #1041 - Update @samchon/openapi requirement from ^1.0.2 to ^1.0.3 in /test in the samchon group by @dependabot in #1045
- Bump the nestjs group in /test with 4 updates by @dependabot in #1044
- Close #1046: support ``@ApiProduces()
decorator of
@nestjs/swagger` by @samchon in #1049
Full Changelog: v3.14.0...v3.14.1
v3.14.0
What's Changed
- Bump the nestjs group in /test with 5 updates by @dependabot in #1022
- Bump express from 4.19.2 to 4.20.0 in /packages/migrate by @dependabot in #1028
- Update @samchon/openapi requirement from ^1.0.0 to ^1.0.1 in /test in the samchon group by @dependabot in #1029
- Fix #1018: add
FormDataInput<T>
type for React Native environment. by @samchon in #1033 - Publish new
@nestia/migrate
by @samchon in #1035
Full Changelog: v3.13.0...v3.14.0
v3.13.0
What's Changed
- Update GenericAnalyzer.ts by @shahriar-shojib in #1020
- Package manager detection like samchon/typia#1245. by @samchon in #1021
- Test: Add
clone type create duplicate
test case by @rojiwon123 in #1017 - Bump up
@samchon/openapi
version. by @samchon in #1025 - Hold #1016 for a while, because it needs a lot of change in
typia
. by @samchon in #1026 - Bump up dependencies of
@nestia/migrate
. by @samchon in #1027
New Contributors
- @shahriar-shojib made their first contribution in #1020
Full Changelog: v3.12.2...v3.13.0