Skip to content

Releases: samchon/nestia

v1.3.8

16 Jun 11:17
7ff6950
Compare
Choose a tag to compare

What's Changed

  • Fix typo in QUESTION.md by @DavidVaness in #397
  • Update typia version for JSON schema to consider Date as string (@format date-time) type by @samchon in #401

New Contributors

Full Changelog: v1.3.7...v1.3.8

v1.3.7

14 Jun 11:27
c31ac64
Compare
Choose a tag to compare

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

  • Change setup wizard for ts-patch@3.0.0 + typia upgrade by @samchon in #395

Full Changelog: v1.3.6...v1.3.7

v1.3.6

12 Jun 12:51
736f4c7
Compare
Choose a tag to compare

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

Full Changelog: v1.3.5...v1.3.6

v1.3.5

11 Jun 16:50
83e4b47
Compare
Choose a tag to compare

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

09 Jun 06:56
9281dfb
Compare
Choose a tag to compare

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

05 Jun 17:12
af57ec0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.2...v1.3.3

v1.3.2

04 Jun 15:31
a026e94
Compare
Choose a tag to compare

Started supporting infinite repeated union array type through typia.

By the way, as typia supporting that feature, break changes be occured.

What's Changed

New Contributors

Full Changelog: v1.2.4...v1.3.2

v1.2.4

24 May 18:11
9d345f0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.3...v1.2.4

v1.2.3

23 May 06:29
a21ade0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.2...v1.2.3

v1.2.2

06 May 01:15
Compare
Choose a tag to compare

From now on, @nestia/core fully supports fastify.

What's Changed

Full Changelog: v1.2.0...v1.2.2