Releases: samchon/nestia
v1.3.8
What's Changed
- Fix typo in QUESTION.md by @DavidVaness in #397
- Update
typia
version for JSON schema to considerDate
asstring (@format date-time)
type by @samchon in #401
New Contributors
- @DavidVaness made their first contribution in #397
Full Changelog: v1.3.7...v1.3.8
v1.3.7
As @nonara started supporting TS 5.x by ts-patch@3.0.0
update, setup wizard of nestia
no more needs to keep conditional setup process for TS4/5. Therefore, setup wizard will install only TS5 and ts-patch@3.0.0
. Special thanks to him.
Also, upgraded typia
dependency to the latest one, because there had been a tiny error in special case -> when intersection type with over two-dimensional aliase type being used in swagger generator of @nestia/sdk
, typia
misunderstood that the intersection and aliased type is nonsensible.
What's Changed
Full Changelog: v1.3.6...v1.3.7
v1.3.6
Updated dependencies for safer simulation mode.
What's Changed
- Update typia requirement from ^4.0.2 to ^4.0.6 in /packages/e2e by @dependabot in #387
- Update typia requirement from ^4.0.6 to ^4.0.8 in /packages/e2e by @dependabot in #388
- Update typia requirement from ^4.0.6 to ^4.0.8 in /packages/core by @dependabot in #390
- Update typia requirement from ^4.0.6 to ^4.0.8 in /test by @dependabot in #389
- Update typia requirement from ^4.0.6 to ^4.0.8 in /packages/sdk by @dependabot in #391
- Upgrade dependencies by @samchon in #392
npx nestia setup
to install CLI too. by @samchon in #393
New Contributors
- @dependabot made their first contribution in #387
Full Changelog: v1.3.5...v1.3.6
v1.3.5
What's Changed
- Fix
npx nestia start <directory> --manager <manager>
by @samchon in #382 - Prohibit manager arugment in
npx nestia start
command by @samchon in #383 - Simulation mode docs + property name change by @samchon in #384
- Evolve
Primitive
type by @samchon in #385 - Upgrade peerDependencies of TypeScript by @samchon in #386
Full Changelog: v1.3.4...v1.3.5
v1.3.4
What's Changed
- Change SDK style + allow custom random generator by @samchon in #374
- Enhance SDK random generator -> add
simulate()
functions by @samchon in #375 - Avoid duplicate
Primitive
wrapping in SDK by @samchon in #376 - Enhance simulator for
@setHeader
case by @samchon in #377 - Enhance SDK simulator: uuid and date typed param validation by @samchon in #378
- Close #380 - prohibit non-strict option by @samchon in #381
Full Changelog: v1.3.3...v1.3.4
v1.3.3
v1.3.2
Started supporting infinite repeated union array type through typia
.
By the way, as typia
supporting that feature, break changes be occured.
What's Changed
- Fix #357 (typo in website) by @8471919 in #358
- Fix typo in website's TypeRoute by @8471919 in #359
- Complement #353 - restore test automation programs by @samchon in #360
- Fix non-Error type bug of
@nestia/e2e
. by @samchon in #363 TestValidator.httpError()
prints actual status by @samchon in #364- Upgrade to typia v4 by @samchon in #366
- Fix #367 - swaggeer allows only
components.schemas
property by @samchon in #368 - Complement #367 - access key from
$ref
also had to be changed by @samchon in #369
New Contributors
Full Changelog: v1.2.4...v1.3.2
v1.2.4
v1.2.3
What's Changed
- Print some descriptions when running
@nestia/sdk
by @samchon in #337 - Trace error from user defined controller by @samchon in #339
INestiaConfig.swagger.info
by @samchon in #341- Fix #343 - broken links in website by @samchon in #344
- Benchmark program:
nestia
vsnestjs
by @samchon in #342 - Exact SDK and Swagger comments by @samchon in #348
- Composite performance benchmark by @samchon in #350
- Add "date" type in
@TypedParam
by @samchon in #351
Full Changelog: v1.2.2...v1.2.3