Skip to content

Commit

Permalink
0.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
PuffMeow committed Aug 9, 2023
1 parent 6b98429 commit 2f6a50b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ If you want the same feature that can work in Browser or all other platforms, yo

Git repository: [rusty-schema2ts](https://github.com/PuffMeow/rusty-schema2ts). If you like it, please give me a little star♥

__The api of them are all the same.__

## TypeScript vs Rust

You can find [benchmark here](https://github.com/PuffMeow/rusty-schema2ts/blob/main/bench/index.js)
Expand Down Expand Up @@ -195,7 +197,7 @@ export interface IArr3 {
| preffix | string | × | I | Interface preffix, if you don't like this, you can give it a empty string |
| preffixOfEnum | string | × | T | Enum type preffix, if you don't like this, you can give it a empty string |
| isGenComment | boolean | × | false | Whether to automatically generate comments |
| isExport | boolean | × | false | Whether to export the interfaces and types |
| isExport | boolean | × | true | Whether to export the interfaces and types |
| indent | number | × | 2 | Code indent |
| semi | boolean | × | true | Is enable semicolon |
| optional | boolean | × | true | If this is enabled, it will generate the optional interface, default value is true |
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": "@puffmeow/rusty-schema2ts",
"version": "0.2.2",
"version": "0.2.3",
"main": "index.js",
"types": "index.d.ts",
"files": [
Expand Down

0 comments on commit 2f6a50b

Please sign in to comment.