Skip to content

Commit

Permalink
[unity] bump to 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieyang committed May 7, 2024
1 parent 6b1b257 commit 02bd4c9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion unity/Assets/commonjs/upm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.tencent.puerts.commonjs",
"displayName": "PuerTS commonjs support",
"version": "1.1.0-pre.0",
"version": "2.0.5",
"description": "add commonjs support for puerts 1.4.0-rc.0+",
"scripts": {
},
Expand Down
4 changes: 4 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,10 @@ 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.5] - 2024-05-07
1. 修复:JsEnv被销毁后,GenericDelegate访问JsEnv的一些问题 #1677 81c3be7
2. 修复:ESM有语法错误时,会导致Unity崩溃的问题 #1670

## [2.0.4] - 2024-01-09
1. 修复:调用extension方法并且方法带out或者ref参数会报错
2. 修复:将JSObject赋值为null会报错
Expand Down
4 changes: 4 additions & 0 deletions unity/Assets/core/upm/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ 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.5] - 2024-05-07
1. fix: problem about GenericDelegate accessing JsEnv after JsEnv is disposed. #1677 81c3be7
2. fix: Unity will crash when there are syntax errors in ESM. #1670

## [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`.
Expand Down
2 changes: 1 addition & 1 deletion unity/Assets/core/upm/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.tencent.puerts.core",
"displayName": "Puerts",
"version": "2.0.3",
"version": "2.0.5",
"description": "Write your game with TypeScript in UE4 or Unity. Puerts can be pronounced as pu-erh TS(普洱TS)",
"keywords": [
"Script"
Expand Down

0 comments on commit 02bd4c9

Please sign in to comment.