Skip to content

Commit 39c4826

Browse files
chore(release): 1.3.0 [skip ci]
# [1.3.0](1.2.0...1.3.0) (2026-01-19) ### Features * **WebComponent:** 添加基础表单、请求头和查询参数管理方法 ([3924616](3924616)) * **Web:** 添加基础请求数据管理和合并功能 ([06b701c](06b701c))
1 parent 3924616 commit 39c4826

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [1.3.0](https://github.com/gameframex/com.gameframex.unity.web/compare/1.2.0...1.3.0) (2026-01-19)
2+
3+
4+
### Features
5+
6+
* **WebComponent:** 添加基础表单、请求头和查询参数管理方法 ([3924616](https://github.com/gameframex/com.gameframex.unity.web/commit/39246160d934f6c3e74cef7a8bdb8a3d96546c9b))
7+
* **Web:** 添加基础请求数据管理和合并功能 ([06b701c](https://github.com/gameframex/com.gameframex.unity.web/commit/06b701cd2b33e189425cb35f409cde15f4ace132))
8+
19
# [1.2.0](https://github.com/gameframex/com.gameframex.unity.web/compare/1.1.8...1.2.0) (2025-12-23)
210

311

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Game Frame X Web",
44
"category": "Game Framework X",
55
"description": "独立游戏前后端一体化解决方案,独立游戏开发者的圆梦大使。\n文档地址: https://gameframex.doc.alianblank.com \n Game Frame X Web组件 - Unity网络功能包,提供HTTP请求。支持GET、POST常用网络操作,可自定义请求头和参数。采用现代C#开发中的异步/等待模式,使网络操作更加简单高效。",
6-
"version": "1.2.0",
6+
"version": "1.3.0",
77
"unity": "2019.4",
88
"keywords": [
99
"Game Framework X"

0 commit comments

Comments
 (0)