Skip to content

Releases: zxc7563598/php-wechat-bill-parser

v2.3.1

Choose a tag to compare

@zxc7563598 zxc7563598 released this 16 Jul 09:55

更新内容

本次版本主要优化代码质量、升级依赖版本,并完善 Composer 包发布配置,不涉及功能变更。

优化

  • 所有 PHP 源文件启用 declare(strict_types=1),增强类型安全。
  • ParseOptions 使用构造函数属性提升,并将属性类型声明为 ?Closure
  • CsvExtractor 改用 pathinfo() 判断文件扩展名,优化实现方式。
  • WechatBillParser 清理回调调用后的冗余代码。

依赖升级

  • phpspreadsheet 升级至 ^5.7
  • Composer PHP 版本约束规范为 ^8.1

工程化

  • 新增 .gitattributes,配置 export-ignore 规则,排除非运行时文件。
  • 更新 .gitignore,忽略 .claude 目录。

兼容性: 本次更新无破坏性变更,可直接升级至 v2.3.1

v2.3.0

Choose a tag to compare

@zxc7563598 zxc7563598 released this 01 Sep 08:36

优化 zip 密码爆破逻辑:新增快速验证并按需使用 CRC 校验,提升性能并避免假阳性

v2.2.0

Choose a tag to compare

@zxc7563598 zxc7563598 released this 01 Sep 02:24

修正 zip 密码验证逻辑,避免误判错误密码

v2.1.0

Choose a tag to compare

@zxc7563598 zxc7563598 released this 11 Aug 01:11

将多线程密码破解改为多进程实现,优化内存管理和进程间通信

v2.0.1

Choose a tag to compare

@zxc7563598 zxc7563598 released this 01 Aug 10:35

优化线程中的ZIP文件打开逻辑

v2.0.0

Choose a tag to compare

@zxc7563598 zxc7563598 released this 01 Aug 08:57

微信账单改版,账单文件由CSV变更为Excel

v1.0.0

Choose a tag to compare

@zxc7563598 zxc7563598 released this 27 May 02:44

🎉 v1.0.0上线

详情可见README