Skip to content

v0.6.10

Compare
Choose a tag to compare
@github-actions github-actions released this 19 Jun 02:21
· 172 commits to master since this release

Change Log

Feature

  • ✨ feat: testutil - add new pkg fakeobj for create fake objects f410329
  • ✨ feat: byte - Buffer add method for implements more common interface 1350962
  • ✨ feat: dump - add fmt.Stringer mark for special int, uint type value 68df21b
  • ✨ feat: fsutil - add new func Glob() for quick list files by pattern b3ce62f
  • ♻️ feat: httpreq - refactoring the netuti/httpreq http client logic 303903c
  • ✨ feat: byteutil - refactoring the byteutil.Buffer rename some methods 47bdeb4
  • ✨ feat: maputil - add new util function StringsMapToAnyMap() c41dbba
  • ✨ feat: testutil - add new func NewEchoServer() for start an echo server. a7457e9

Update

  • 👔 up: structs - update InitDefaults() support init for not empty struct-slice field ce42976
  • 👔 up: structs - remove the LiteData and add more tests for Data 63e6b17
  • 👔 up: maputil - update SimpleMerge() support deep merge map[string]any a3c2084
  • 👔 up: dump - update and fix the dump value Stringer logic 0babcc7
  • 👔 up: comdef,str - add some commonly interface and update str, doc logic 8469c34
  • 👔 up: update some doc and fix some unit tests 99b25f7

Other

  • build(deps): bump golang.org/x/sync from 0.2.0 to 0.3.0 (#102) d0b5185
  • ✅ test: fsutil - add more unit tests for fsutil and finder 57af4da
  • ✅ test: all - add more unit test cases for some util func f929fe1
  • 📝 doc: re-generate the README docs and add a dumper preview image 68687b9
  • ⬆️ dep: update golang.org/x package to latest version 6218256

What's Changed

Full Changelog: v0.6.9...v0.6.10