Skip to content

v1.2.0

Compare
Choose a tag to compare
@thinkeridea thinkeridea released this 01 Jan 02:36
· 15 commits to main since this release
  • 迁移 travis cigithub action
  • 精简 README.md ,考虑后续迁出文档
  • 调整 go-extend 支持的最低 go 版本为 1.13
  • 添加 errno包,支持错误码、错误包装、错误格式化、友好错误评论、errors.Iserrors.As 错误检查
  • 精简 exutf8.RuneIndexexutf8.RuneIndexInString 逻辑
  • 新增 exsync.Onceexsync.OncePointer 性能无限接近 sync.Once, 比 sync.Once 更易用
  • 新增 exmath.Round,对 float64 进行四舍五入计算,支持保留小数位数及整数精度控制
  • 使用 exsync.OncePointer 改善 pool.BufferPool 实现
  • 新增 extime.ParseInLocal,快捷的解析时间到本地时区