Skip to content

Commit

Permalink
Merge pull request #100 from kercylan98/release-please--branches--master
Browse files Browse the repository at this point in the history
chore: release master
  • Loading branch information
kercylan98 authored Aug 17, 2024
2 parents b29ff66 + f295900 commit c4c2cb6
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
".": "0.6.1"
".": "0.6.1",
"ax": "0.6.1"
}
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.6.1](https://github.com/kercylan98/minotaur/compare/v0.6.1...v0.6.1) (2024-08-17)

### ⚠ BREAKING CHANGES

- **configuration:** configuration 包不再适用,它之前提供的配置表的导出功能目前已转移到 AX CLI 中。

### Features

- **ax:** 添加xlsx转换支持和配置生成 ([818b80c](https://github.com/kercylan98/minotaur/commit/818b80c90883f85b35ebec5515dc5cbfac72fa85))
- **collection:** 添加 SliceSum 和 MapSum 函数 ([b448e0a](https://github.com/kercylan98/minotaur/commit/b448e0a9035a242df81f9c6ba0c2005e53418e72))

### Code Refactoring

- **configuration:** 移除不再适用的 configuration 包 ([e389b55](https://github.com/kercylan98/minotaur/commit/e389b5591f2eb46500d22a04b76900ded12331bb))

## [0.6.0](https://github.com/kercylan98/minotaur/compare/v0.6.0...v0.6.0) (2024-08-14)

### ⚠ BREAKING CHANGES
Expand Down
19 changes: 19 additions & 0 deletions ax/ax/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Changelog

## 0.6.1 (2024-08-17)


### ⚠ BREAKING CHANGES

* **xlsxsheet:** 对于使用旧字段查询方法的代码,需要更新为新方法并适应逻辑更改。Lua到JSON的解析支持现在在表格创建时作为一个参数传递。

### Features

* **ax/cmd/table:** 添加支持复杂数据类型和配置生成添加了新的数据类型解析器和代码生成器,以支持复杂的数据类型(如结构体、数组等)的配置生成。现在可以通过CLI生成带有复杂嵌套结构的配置文件。 ([fd95a9f](https://github.com/kercylan98/minotaur/commit/fd95a9f76205e39348a007b8619038be05de97c6))
* **ax/cmd:** 实现 xlsx 表到 Go 配置的转换 ([6b82d33](https://github.com/kercylan98/minotaur/commit/6b82d330700ea5d84e9c3844137a0d8c9dda3381))
* **ax:** 添加xlsx转换支持和配置生成 ([818b80c](https://github.com/kercylan98/minotaur/commit/818b80c90883f85b35ebec5515dc5cbfac72fa85))


### Code Refactoring

* **xlsxsheet:** 重构字段查询和表格创建逻辑 ([3320a8c](https://github.com/kercylan98/minotaur/commit/3320a8c8b1b9b8fec412ef86973931bd5d7e2672))

0 comments on commit c4c2cb6

Please sign in to comment.