Skip to content

Releases: samchon/typia

v6.0.4

25 May 16:39
9ed37fd
Compare
Choose a tag to compare

What's Changed

  • Upgrade @samchon/openapi and revive benchmark program. by @samchon in #1040
  • Update @samchon/openapi requirement from ^0.1.18 to ^0.1.19 in the ecosystem group by @dependabot in #1042
  • Update @samchon/openapi requirement from ^0.1.19 to ^0.1.20 in the ecosystem group by @dependabot in #1044
  • Fix typo in setup.mdx by @MarArMar in #1048
  • Add API documents (typedoc) website by @samchon in #1052
  • Upgrade TGrid and Next of Website by @samchon in #1056
  • Feat: apply RFC3339 standard to typia.tags.Format<"date-time"|"date"|"time"> by @rojiwon123 in #1060
  • Update @samchon/openapi requirement from ^0.1.19 to ^0.1.21 in /test in the ecosystem group across 1 directory by @dependabot in #1050
  • Fix dependabot tgz wrong path bug by @samchon in #1061
  • Added additional clarification, fixed typos by @milesburton in #1045

New Contributors

Full Changelog: v6.0.3...v6.0.4

v6.0.3

17 Apr 08:37
1841dd2
Compare
Choose a tag to compare

What's Changed

  • Upgrade @samchon/openapi on test program by @samchon in #1032
  • Upgrade @samchon/openapi and fix comment tag @type. by @samchon in #1033

Full Changelog: v6.0.2...v6.0.3

v6.0.2

14 Apr 18:00
b2a64e1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.0.1...v6.0.2

v6.0.1

12 Apr 06:31
4cb9dec
Compare
Choose a tag to compare

typia.json.application() function has been changed to support standard OpenAPI v3.0/v3.1 specified JSON schema.

About the detailed OpenAPI spec's JSON schema structures, visit one of below:

You can use it like below:

typia.json.application<[X, Y, Z], "3.0">();
typia.json.application<[X, Y, Z], "3.1">();

What's Changed

  • Update typescript requirement from ^5.4.3 to ^5.4.4 by @dependabot in #1021
  • Update typescript requirement from ^5.4.4 to ^5.4.5 by @dependabot in #1023
  • Close #920: support standard JSON schema (OpenAPI). by @samchon in #1024
  • Fix Record<string, string> bug of typia.json.application<"3.1">() function. by @samchon in #1025

Full Changelog: v5.5.10...v6.0.1

v5.5.10

02 Apr 11:51
7e4b344
Compare
Choose a tag to compare

What's Changed

  • Add ContentMediaType and JsonSchemaPlugin tags by @samchon in #1020

Full Changelog: v5.5.8...v5.5.10

v5.5.8

01 Apr 19:47
ac2d8b4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.5.7...v5.5.8

v5.5.7

19 Mar 16:09
ff2864c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.5.5...v5.5.7

v5.5.5

14 Mar 07:14
d329db1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.5.4...v5.5.5

v5.5.4

11 Mar 16:05
9b1737b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.5.3...v5.5.4

v5.5.3

07 Mar 19:20
28b7489
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.5.2...v5.5.3