Skip to content

v0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Nov 03:41
· 419 commits to master since this release

Change Log

NOTE: since v0.6.0 require go 1.18

Refactor

  • refactor: replace Readdir(-1) with ioutil.ReadDir cd99ed9

Feature

  • up: sysutil/cmdr - add more feature methods for cmdr.Cmd d769fc1
  • feat: errorx - add some feat error types to errorx b177c93
  • feat: add some commonly asset function like NotEqual, NoError 767d6c6
  • feat: arr - add new func Map/Column for mapping an object list to flatten list 3a623fd
  • feat: add sync errgroup to goutil package dd9e08d
  • feat: str - add more padding util functions 55b0e17

Update

  • up: sys/cmdr - add more methods to Task, update some tests f13aac2
  • up: env - add some env func, update readme docs f5ee49b
  • up: std - remove some unused files and pkg on std 0aaeb53
  • up: sysutil/cmdr - update the task, runner logic, rm dep cliutil b7ca58f
  • up: str, cmdr - add some new tool function and method 496f72e
  • up: require go >= 1.18, and only tests on go 1.18+ 965e4f0
  • up: remove any.go file, update some arr util functions 623fc20
  • up: migrate interface{} to go1.18 any keywords a90d655
  • up: migrate more interface{} to go1.18 any keywords b198b73
  • up: update readme template and re-generate README 6a1054c
  • up: errorx - update extend error types, add more unit tests 71fc27a
  • up: str - update and add some encode util functions 9adb2fe
  • up: str - update and add some rune util functions 887ac5b
  • up: net - update and add some http client util functions 7f9bebc
  • up: net - remove not used sub package httphelper 0caf321
  • up: com, dump - add some common types and update for dump slice 8fc1499
  • up: fix some tests and code style error daabe2b
  • up: modify some dep package logic 3640638
  • up: fix cli read error and add new cli util func 40e02c7

Other

  • build(deps): bump golang.org/x/text from 0.3.8 to 0.4.0 6619a9a
  • style: format all sub pkg codes by go fmt 3f1a328
  • chore: migrate more interface{} to go1.18 any keywords 7ba341d
  • build(deps): bump WillAbides/setup-go-faster from 1.7.0 to 1.8.0 d5689ca
  • doc: update and re-generate README docs 5346ec5
  • chore: add desc commonts for const, vars and package ad8ce94
  • chore: re-genreate docs and fix pkg not import c6fc881

New Contributors

Full Changelog: v0.5.15...v0.6.0