Skip to content

Releases: xingcxb/goKit

v0.5.0

Choose a tag to compare

@xingcxb xingcxb released this 11 Sep 09:20
00353e3
  • 新增阿里oss处理
  • 新增UnMetafiy,目前已知是命令行的历史数据
  • 新增解析Metafiy数据(命令行原始数据解码使用)的demo
  • 修复http的使用方法
  • 修复变量名不准确
  • 修复钉钉的接收器不一致的问题

v0.4.1

Choose a tag to compare

@xingcxb xingcxb released this 21 Apr 06:47
a721bef
  • 修复httpKit get模式使用长链接时参数丢失的问题
  • 变更httpKit中的httpDownload使用fasthttp库

v0.4.0

Choose a tag to compare

@xingcxb xingcxb released this 11 Apr 01:12
3686e74

[fix]

  • 修复cfb加密时清理padding填充
  • savefile对于fielname允许不传递的方案兼容
  • 优化FindContainingJSONByValue数据返回为空字符串或者json数组
  • 重写http代理代码

[feat]

  • 新增图片转pdf
  • 新增pdf合并
  • regKit 新增查找所有匹配的字符串
  • jsonKit 通过json的值查找包含的json
  • 新增rocketMq生产者和消费者
  • 新增retKit中的as模式

v0.3.1

Choose a tag to compare

@xingcxb xingcxb released this 26 Dec 03:35
5e8fec9

[feat]

  • 新增延迟执行命令
  • 新增本地时间同步
  • 新增请求头转换为map
  • 新增http认证数据解析

[fix]

  • 修复回文引用
  • 修正比较说明
  • 修复说明
  • 修复cfb解密时结果中尾部仍然存在许多零字节(\x00)

v0.2.17

Choose a tag to compare

@xingcxb xingcxb released this 16 Nov 09:37
a1bd9ac
  • 更新正则匹配错误
  • 更新gopsutil库

v0.2.16

Choose a tag to compare

@xingcxb xingcxb released this 19 Oct 02:17
d5eae5a

[fix]

  • ownerPwd 为空则将密码设置为userPwd

[feat]

  • fileKit 增加 unzip方法
  • add pdf encrypt
  • 增加说明

v0.2.15

Choose a tag to compare

@xingcxb xingcxb released this 07 Apr 07:12
a9b641e

[feat]

  • 新增切片差集
  • 新增代码高亮
  • 新增http proxy测试性代码

[style]

  • 更新引用库的版本
  • 优化命令执行说明
  • 展示原始命令行返回信息

v0.2.14

Choose a tag to compare

@xingcxb xingcxb released this 31 Oct 07:07
0cb34ff

[feat]

  • 获取系统当前使用的用户的主目录
  • 一次性创建好文件和文件夹
  • 增加聊天风格时间格式样式
  • 字符判断是否为数字

[fix]

  • 修正 http proxy 传参时 headernil 导致的 bug

v0.2.13

Choose a tag to compare

@xingcxb xingcxb released this 28 Sep 07:16
378cf96

Feat

  • 新增插件钉钉群接口
  • 新增Hmac256加密
  • 新增Excelvcf
  • 新增身份证号检查

Fix

  • 修复HttpDownload时不允许覆盖文件时导致不下载的bug

v0.2.12

Choose a tag to compare

@xingcxb xingcxb released this 22 Sep 05:45
d750c7f

Feat

  • 新增aes加密
  • 新增qrcode函数