Skip to content

Releases: farseer-go/utils

v0.14.0

11 Jun 12:40
Compare
Choose a tag to compare
升级go.mod

v0.13.0

04 Feb 10:29
Compare
Choose a tag to compare
  1. 仅升级依赖组件版本号

v0.12.0

08 Jan 11:00
Compare
Choose a tag to compare
  1. 仅升级依赖组件版本号

v0.11.0

25 Dec 05:17
Compare
Choose a tag to compare
  1. 调整:将获取系统资源的功能移到utils组件,以减少fs对第三方依赖的依赖

v0.10.0

17 Dec 16:03
Compare
Choose a tag to compare
  1. 调整:http忽略https检查

v0.9.0

22 Nov 15:10
Compare
Choose a tag to compare
  1. 增加:二元操作逻辑 condition.IsTrue
  2. 新增:数学计算工具 operator.GetSum GetTail GetHead
  3. 新增:str.PadLeft 向左填充字符串方法
  4. 新增:http.GetDomain()从URL中获取Domain部份
  5. 调整:增加http状态码判断
  6. 调整:读取文件时,使用不同操作系统的差异符号

v0.8.0

27 Jul 15:09
Compare
Choose a tag to compare
1. 调整:重写追加文件内容方法

v0.3.0

03 Mar 14:27
Compare
Choose a tag to compare
  1. 调整:httpRequest增加statusCode返回
  2. 调整:httpRequest取消打印错误消息
  3. 调整:httpRequest取消重试
  4. 调整:httpRequest自动转换[]byte
  5. 调整:修改http错误时的说明文字
  6. 调整:exec/shell ctx 默认第一个参数
  7. 修复:httpRequest x-www-form-urlencoded错误的body组装
  8. 修复:有可能导致panic

v0.2.0

06 Dec 12:27
Compare
Choose a tag to compare
  1. http.client改为链式调用

v0.1.0

27 Sep 09:25
Compare
Choose a tag to compare

We are very happy to release the first external version number v0.1.0
Before this, our team has been working hard to add various features to the framework to meet the needs of the business system.
After 3 months, we have commonly used features added to the framework and verified by initial testing.
As a result, our team decided to release this version number.
It is important to note that until v1 arrives, v0, there will still be a lot of minor issues. However, we will try to fix the problems found quickly.
If you find any bugs in the process of using it, please also send issues or PRs, thanks.