Skip to content

Commit

Permalink
v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Hamster5295 committed Jan 9, 2024
1 parent 10658af commit 5c38bc6
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 5 deletions.
29 changes: 25 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,15 @@
* Tween - `Tween`
* 可拖拽UI - `DraggableUI`
* 自定义处理器 - `Processer`



## [1.0.1] - 2023-11-28
### 更改
* 将部分仅内部使用的类型访问性改为 `internal`
* 将编辑器拓展相关代码移动至 `Bingyan.Editor` 命名空间下



## [1.0.2] - 2023-11-28
### 更改
Expand All @@ -27,6 +31,8 @@

### 修复
* 修复了无法在 Project Settings 中删除字符串ID的问题



## [1.1.0] - 2023-12-1
### 新增
Expand All @@ -37,12 +43,16 @@
### 更改
*`Data` 类重命名为 `Archive`
*`LitJson` 库移动至 `Runtime` 文件夹


# [1.1.1] - 2023-12-1

## [1.1.1] - 2023-12-1
### 修复
* 修复了无法正常读取存档中的 `float` 值的 bug



# [1.1.2] - 2023-12-1
## [1.1.2] - 2023-12-1
### 新增
*`Archive` 类的单元测试

Expand All @@ -51,7 +61,18 @@

### 修复
* 修复了 `StrID``prefix` 参数无效的 bug



## [1.1.3] - 2023-12-2
### 修复
* 修复了部分情况下,`Archive` 解析器匹配报错的bug



## [1.1.4] - 2024-1-9
### 更改
* 为说明文件 `README.md` `CHANGELOG.md` 等添加 `.meta` 文件以使引擎识别

# [1.1.3] - 2023-12-2
### 修复
* 修复了部分情况下,`Archive` 解析器匹配报错的bug
* 修复了 `Processable` 无法重写 `Process``PhysicsProcess` 方法的问题
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "org.bingyan.devkit",
"version": "1.1.3",
"version": "1.1.4",
"displayName": "Bingyan DevKit",
"description": "这是冰岩作坊游戏组的游戏开发工具套件!",
"unity": "2019.1",
Expand Down

0 comments on commit 5c38bc6

Please sign in to comment.