Skip to content

Commit

Permalink
Merge branch 'v3.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
samchon committed Sep 25, 2022
2 parents 4d4a68f + ffd62c5 commit 5aa1c94
Show file tree
Hide file tree
Showing 71 changed files with 2,055 additions and 956 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ Components | `TSON` | `T.IS` | `ajv` | `io-ts` | `C.V.`
-------------------------|-------------------|-----------------|-------|---------|------------------
**Easy to use** | ✔ | ✔ | ❌ | ❌ | ❌
[Additional Tags](https://github.com/samchon/typescript-json/#comment-tags) | ✔ | ❌ | ✔ | ✔ | ✔
[Template Literal Types](https://github.com/samchon/typescript-json/blob/master/test/structures/TemplateUnion.ts) | ✅ | ❌ | ❌ | ❌ | ❌
[Object (simple)](https://github.com/samchon/typescript-json/blob/master/test/structures/ObjectSimple.ts) | ✔ | ✔ | ✔ | ✔ | ✔
[Object (hierarchical)](https://github.com/samchon/typescript-json/blob/master/test/structures/ObjectHierarchical.ts) | ✔ | ✔ | ❌ | ✔ | ✔
[Object (recursive)](https://github.com/samchon/typescript-json/blob/master/test/structures/ObjectRecursive.ts) | ✔ | ✔ | ✔ | ✔ | ✔
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "typescript-json",
"version": "3.2.8",
"version": "3.3.0",
"description": "Runtime type checkers and 5x faster JSON.stringify() function",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
Expand Down
Loading

0 comments on commit 5aa1c94

Please sign in to comment.