Releases: FISCO-BCOS/code-generator
Releases · FISCO-BCOS/code-generator
Release v1.6.0
What's Changed
- support generated java comments by solidity devdoc. by @HelloAldis in #39
- (project): sync code from main. by @kyonRay in #40
- (V2,V3): fix view methods get struct value cannot be cast issue. by @kyonRay in #41
- (project): upgrade to 1.6.0 by @kyonRay in #42
- Release v1.6.0 by @kyonRay in #43
New Contributors
- @HelloAldis made their first contribution in #39
Full Changelog: v1.5.0...v1.6.0
Release v1.5.0
What's Changed
- Merge pull request #33 from kyonRay/main by @kyonRay in #34
- (V3): adapt FunctionWrapper return. by @kyonRay in #35
- (V3): remove unnecessary throw exception. by @kyonRay in #36
- Release v1.5.0 by @kyonRay in #37
- (build): update version to 1.5.0. by @kyonRay in #38
Full Changelog: v1.4.0...v1.5.0
Release v1.4.0
What's Changed
- (project): sync code from main. by @kyonRay in #29
- (v2,v3): fix static struct static array bug. by @kyonRay in #30
- (v2,v3): fix struct[][], struct[2][], struct[2][3] cases bug. by @kyonRay in #31
- (build,V3): fix v3 generate error in transaction manager, upgrade to v1.4.0. by @kyonRay in #32
- Release v1.4.0 by @kyonRay in #33
Full Changelog: v1.3.0...v1.4.0
Release v1.3.0
What's Changed
- (v2,v3): fix v3,v2 lib struct name compile error, fix v2 event overload bug. by @kyonRay in #20
- (project): sync code from main. by @kyonRay in #22
- (V3): adapt TransactionManager interface, add event subcribe feature, add getRawFunction feature. by @kyonRay in #23
- (V3): fix get raw function interface bug, fix transaction version option conflict. by @kyonRay in #24
- (v3): fix v3 codeGen wrapper use v1 tx generate constructor bug. by @kyonRay in #25
- (v3): add payable wrapper feature. by @kyonRay in #26
- Release 1.3.0 by @kyonRay in #27
- (build): update sdk to 3.6.0. by @kyonRay in #28
Full Changelog: v1.2.0...v1.3.0
Release v1.2.0
Release v1.1.0
What's Changed
- (code): sync code from main. by @kyonRay in #6
- (codegen): fix return exception when output type are multi and some is struct list. by @kyonRay in #7
- (codec): fix output and input when use struct list and struct. by @kyonRay in #8
- (contract): add async call method in generate java file. by @kyonRay in #9
- (codegen): add asyncCall option. by @kyonRay in #11
- Release v3.3.0 by @kyonRay in #13
- (event): fix event struct array bug. by @kyonRay in #14
- (project): update to 1.1.0. by @kyonRay in #15
Full Changelog: v1.0.0...v1.1.0
Release v1.0.0
What's Changed
- (project): implementation codeGen v2 and v3. by @kyonRay in #1
- (utils): use sdk ObjectMapperFactory by @kyonRay in #2
- sync code by @ywy2090 in #3
- (v3): fix v3 codeGen wrapper in arrays in struct. by @kyonRay in #4
New Contributors
Full Changelog: https://github.com/FISCO-BCOS/code-generator/commits/v1.0.0