5d696abd78
feat(Tool): 添加重命名对象属性的功能
...
- 新增 renameObjectKeys 函数,用于根据字段映射表重新命名对象的属性
- 函数接受过滤后的行数据数组和字段映射表作为参数
- 返回一个新的数组,其中对象的属性根据字段映射表进行了重命名
- 如果字段不在映射表中,则直接跳过,不加入新对象
2025-02-24 22:13:47 +08:00
22d3931665
feat(module): Improve module exports and compatibility
...
- Add explicit ES Module and CommonJS exports in index.js
- Update package.json to support both import and require
- Ensure consistent function exports across module systems
2025-02-21 10:50:04 +08:00
54eca6b55d
feat(number): 优化函数文档并添加新功能
...
- 为所有函数添加了详细的 JSDoc 注释
- 新增 objectToJSON 函数
- 更新了 index.js 和类型定义文件
2025-02-18 01:11:15 +08:00
3ecf33036c
1.0.9
2024-12-13 22:07:20 +08:00
2bff4c84c2
1.0.8-fixbug
2024-11-15 20:25:27 +08:00
14a24bb283
1.0.8
2024-11-15 18:19:29 +08:00
45d1530f15
1.0.2-beta.1
2024-10-17 17:27:58 +08:00
b6edf4a189
导出包
2024-09-30 00:21:06 +08:00
52685f5534
1.0.6
2024-09-29 21:07:24 +08:00
c53528079b
1.0.5
2024-09-29 21:04:06 +08:00
6e4d7f6526
1.0.4
2024-09-29 20:25:04 +08:00
c1cc5b2c4e
init
2024-09-29 16:57:15 +08:00