Skip to content

Releases: samchon/typia

v3.3.8

08 Oct 15:34
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.7...v3.3.8

v3.3.7

07 Oct 05:45
f35c7ff
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.6...v3.3.7

v3.3.6

04 Oct 18:37
4c47197
Compare
Choose a tag to compare

From now on, dynamic properties (#153) are fully supported.

What's Changed

Full Changelog: v3.3.4...v3.3.6

v3.3.4

03 Oct 19:28
a93fed5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.3...v3.3.4

v3.3.3

03 Oct 18:37
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.2...v3.3.3

v3.3.2

02 Oct 14:42
1b51534
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.1...v3.3.2

v3.3.1

01 Oct 15:08
Compare
Choose a tag to compare

Thanks for @Inkdpixels

What's Changed

New Contributors

Full Changelog: v3.3.0...v3.3.1

v3.3.0

25 Sep 15:22
Compare
Choose a tag to compare

Supports template literal type.

From now on, such crazy template literal type can be validated.

Also, dynamic properties (#153) would be supported soon (maybe next Sunday), by v3.4 update.

export interface TemplateUnion {
    prefix: `prefix_${string | number | boolean}`;
    postfix: `${string | number | boolean}_postfix`;
    middle: `the_${number | boolean}_value`;
    mixed:
        | `the_${number | "A" | "B"}_value`
        | { name: string }
        | boolean
        | number;
}

What's Changed

Full Changelog: v3.2.8...v3.3.0

v3.2.8

23 Sep 01:30
4d4a68f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.7...v3.2.8

v3.2.7

19 Sep 07:38
b942b33
Compare
Choose a tag to compare

What's Changed

  • Fix #197 - no superfluous property inspection when undefined value comes by @samchon in #198

Full Changelog: v3.2.6...v3.2.7