Skip to content

Commit 1977781

Browse files
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2025-12-23) ### Features * **WebProtoBuff:** 添加 RequireComponent 属性以确保依赖组件存在 ([f1e6ded](f1e6ded)) * **WebProtoBuff:** 添加裁剪辅助类确保代码不被裁剪 ([da5142c](da5142c)) * 添加Web ProtoBuff组件支持HTTP请求和ProtoBuf序列化 ([1f990c7](1f990c7))
1 parent 32a77a5 commit 1977781

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# 1.0.0 (2025-12-23)
2+
3+
4+
### Features
5+
6+
* **WebProtoBuff:** 添加 RequireComponent 属性以确保依赖组件存在 ([f1e6ded](https://github.com/gameframex/com.gameframex.unity.web.protobuff/commit/f1e6dedcd630342c43feaeee91b716abf9ffc1c8))
7+
* **WebProtoBuff:** 添加裁剪辅助类确保代码不被裁剪 ([da5142c](https://github.com/gameframex/com.gameframex.unity.web.protobuff/commit/da5142c6ed8c241cb135fe55fe34bfa8821aec2e))
8+
* 添加Web ProtoBuff组件支持HTTP请求和ProtoBuf序列化 ([1f990c7](https://github.com/gameframex/com.gameframex.unity.web.protobuff/commit/1f990c72e1b1e59c35d0a035403df57ca3c25ce9))
9+
110
# Changelog
211

312
## [1.1.8](https://github.com/GameFrameX/com.gameframex.unity.web/tree/1.1.8) (2025-05-31)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
],
1313
"repository": {
1414
"name": "com.gameframex.unity.web.protobuff",
15-
"url": "https://github.com/gameframex/com.gameframex.unity.web.protobuff.git",
15+
"url": "git+https://github.com/gameframex/com.gameframex.unity.web.protobuff.git",
1616
"type": "git"
1717
},
1818
"author": {

0 commit comments

Comments
 (0)