Skip to content

Commit

Permalink
CHANGES 更新
Browse files Browse the repository at this point in the history
  • Loading branch information
melpon committed Jun 27, 2024
1 parent e66427d commit 525f4c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@

## develop

- [ADD] TypeScript の生成を追加
- @melpon

## 0.12.1 (2024-02-24)

- [FIX] C の oneof 値が extern になってなかったのを修正
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ proto ファイルから、JSON フォーマットでやりとりする型定義
- [x] C++ 用コードの出力 (Boost.JSON または nlohmann/json 利用)
- [x] Unity 用コードの出力
- [x] C 用コードの出力(コンパイルには C++ 用コードが必要)
- [x] TypeScript 用コードの出力
- [x] message, enum 対応
- [x] repeated 対応
- [x] oneof 対応
Expand Down

0 comments on commit 525f4c4

Please # to comment.