Skip to content

v0.6.11

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Jul 13:22
· 144 commits to master since this release

Change Log

Feature

  • ✨ feat: fsutil - add some new util func MatchPaths(), MatchFirst() e3b3bfd
  • ✨ feat: netutil - add new util func ParseAccept() for parse header Accept ed6c3af
  • ✨ feat: arrutil - add new util func IntsToString() and add more test cases 4d52d37
  • ✨ feat: cflag - add new ext flag var types: IntVar, StrVar 899294d
  • feat: add generic util function SliceHas (#103) b439a24
  • ✨ feat: stdio - add some commonly io interface definition 50b5445
  • ✨ feat: arrutil - enhance the Ints and Strings and SortedList fe184cf
  • ✨ feat: fsutil - add new util func MustSave(), SaveFile() support open options e1e16d5
  • ✨ feat: httpreq - add PostJSON() method, update some req build logic 4768e7d
  • ✨ feat: timex - add FromNow() and update HowLongAgo logic. issues #108 d075abe

Update

  • 👔 up: testutil - add more assertions methods and more fakeobj tests db84b60
  • 👔 up: httpreq - add new util func MergeURLValues() d2fc75f
  • 👔 up: maputil - deep get value update logic on not found 9765d6d
  • 👔 up: reflects,math - update the int value convert handle and add more tests ba4db05
  • 👔 up: arrutil - upgrade some util func to generic version, add more tests e083d92
  • 👔 up: strutil - add some new method and add more unit tests 7a83b80
  • 👔 up: arr,byte - update and add more unit test cases 133da19
  • 👔 up: test,map - update some map util func and test utils 4334f37
  • 👔 up: go,reflects - add alias func IsZero() for IsEmpty(). issues #107 04a08af

Other

  • ✅ test: cli,byte - add more unit test case for util func 5e39500
  • ✅ test: structs,cli - add more unit test cases ff6a0db
  • 💚 ci: fix ci test build error on go1.18 e28092b
  • ✅ test: reflects - add more unit tests for FlatMap(), EachMap() f39f74c
  • 🎨 fmt: fix some code style for sysutil, dump, testutil package b05e3ed
  • ✅ test: cflag,cli,fs - add more unit tests and fix some test error 530d6c5
  • ✅ test: envutil,testutil - add more unit tests cases 2536281
  • 📝 chore: all - update some comments and test cases 7747e31
  • 📝 doc: update and re-generate README docs 877dbd3
  • ⬆️ dep: upgrade golang/x deps to latest version b217736
  • ✅ test: add more unit test cases for sys, test, reflects 197c22d
  • ✅ test: fsutil - update some util func and add more unit tests 2d7deb4
  • ✅ test: maputil - update some util func and add more unit tests 5832f25

New Contributors

Full Changelog: v0.6.10...v0.6.11