Skip to content

Commit

Permalink
[unity] changelog for 2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieyang committed Jan 9, 2024
1 parent 1b4768d commit 6256231
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions unity/Assets/core/upm/changelog-hans.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

you can get the english version change log at [Github Release](https://github.com/Tencent/puerts/releases)

## [2.0.4] - 2024-01-09
1. 修复:调用extension方法并且方法带out或者ref参数会报错
2. 修复:将JSObject赋值为null会报错
3. 修复:调用带默认参数的extension函数时index读取不正确的bug
4. 修复:xil2cpp下,值类型无参构造字段为随机值的问题

## [2.0.3] - 2023-11-02
1. 重要:遵循Assetstore策略,生成菜单由PuerTS改到了Tools/PuerTS内
2. 功能:支持dynamic import(即`import()`#1540
Expand Down
6 changes: 6 additions & 0 deletions unity/Assets/core/upm/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

you can get the english version change log at [Github Release](https://github.com/Tencent/puerts/releases)

## [2.0.4] - 2024-01-09
1. fix: the error when invoking extension method with out/ref args.
2. fix: the error when set a JSObject to `null`.
3. fix: the error when getting the arg index when invoking extension method with default arguments value.
4. fix: members of valuetype created by paramless ctor will be random value.

## [2.0.3] - 2023-11-02
1. important!: to follow the rules of Assetstore, move the generation menu from `PuerTS` to `Tools/PuerTS`
2. feature: support dynamic import (`import()`) #1540
Expand Down

0 comments on commit 6256231

Please sign in to comment.