-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
40f30f4
commit 987ebd4
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,3 +19,29 @@ cli交互部分位于${project_folder}/cli | |
<del>但是测试还一点没写</del> | ||
|
||
# 更新历史 | ||
- 2023-12-07 Bug Fix: 析构时报错 Author: @[undefined](mailto:[email protected]) | ||
- 2023-12-06 修改项目属性以更改cli应用默认生成名 Author: @[undefined](mailto:[email protected]) | ||
- 2023-12-06 添加命令行帮助信息 Author: @[undefined](mailto:[email protected]) | ||
- 2023-12-06 取消对cli项目中debug参数的修改 Author: @[undefined](mailto:[email protected]) | ||
- 2023-12-06 BUG FIX 修复资源释放导致的异常退出 Author: @[undefined](mailto:[email protected]) | ||
- 2023-12-06 BUG FIX: 修复缩进层级错误问题 Author: @[undefined](mailto:[email protected]) | ||
- 2023-12-06 完成解析部分 Author: @[undefined](mailto:[email protected]) | ||
- 2023-12-05 Bug Fix 修复无法输入的问题 Author: @[undefined](mailto:[email protected]) | ||
- 2023-12-05 Bug fix Author: @[undefined](mailto:[email protected]) | ||
- 2023-12-05 完成cli应用对命令行参数解析工作 Author: @[undefined](mailto:[email protected]) | ||
- 2023-12-05 完成Json解析部分 Author: @[undefined](mailto:[email protected]) | ||
- 2023-12-05 new branch Author: @[undefined](mailto:[email protected]) | ||
- 2023-12-05 添加parser头, 准备为outputer头内方法实现重定向输出流至文件功能 Author: @[undefined](mailto:[email protected]) | ||
- 2023-12-05 输出功能实现完成 Author: @[undefined](mailto:[email protected]) | ||
- 2023-12-05 完成缩进功能 Author: @[undefined](mailto:[email protected]) | ||
- 2023-12-05 完善各类型输出,暂未实现缩进功能 Author: @[undefined](mailto:[email protected]) | ||
- 2023-12-05 为JsonArray实现构造及析构函数 Author: @[undefined](mailto:[email protected]) | ||
- 2023-12-05 为JsonString的初始化方法实现malloc异常捕获,新增ToDoList.md记录未完成需求 Author: @[undefined](mailto:[email protected]) | ||
- 2023-12-05 JsonString新增JsonStringFromCharArraySlice方法 Author: @[undefined](mailto:[email protected]) | ||
- 2023-12-05 将输出功能移动至outputer头,新建Json.h批量导入 Author: @[undefined](mailto:[email protected]) | ||
- 2023-12-05 Bug fix: 修复cli及test项目中链接时无法找到core中导出函数的问题 Author: @[undefined](mailto:[email protected]) | ||
- 2023-12-05 初步实现JsonArray带格式输出功能 Author: @[undefined](mailto:[email protected]) | ||
- 2023-12-05 完善基础类型定义, 未定义与实现具体方法 Author: @[undefined](mailto:[email protected]) | ||
- 2023-12-05 修复解决方案路径问题 Author: @[undefined](mailto:[email protected]) | ||
- 2023-12-05 引入CuTest作为单元测试框架 Author: @[undefined](mailto:[email protected]) | ||
- 2023-12-05 弃用CMake, 改用vs进行构建 Author: @[undefined](mailto:[email protected]) |